Uses of Class
com.evolveum.midpoint.schema.constants.Channel
-
Packages that use Channel Package Description com.evolveum.midpoint.schema.constants -
-
Uses of Channel in com.evolveum.midpoint.schema.constants
Methods in com.evolveum.midpoint.schema.constants that return Channel Modifier and Type Method Description static Channel
Channel. findChannel(String uri)
Channel
Channel.Migration. getChannel()
static Channel
Channel. valueOf(String name)
Returns the enum constant of this type with the specified name.static Channel[]
Channel. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-