Uses of Class
org.apache.syncope.common.lib.types.UnmatchingRule
-
Packages that use UnmatchingRule Package Description org.apache.syncope.common.lib.to org.apache.syncope.common.lib.types -
-
Uses of UnmatchingRule in org.apache.syncope.common.lib.to
Methods in org.apache.syncope.common.lib.to that return UnmatchingRule Modifier and Type Method Description UnmatchingRuleProvisioningTaskTO. getUnmatchingRule()Methods in org.apache.syncope.common.lib.to with parameters of type UnmatchingRule Modifier and Type Method Description voidProvisioningTaskTO. setUnmatchingRule(UnmatchingRule unmatchigRule) -
Uses of UnmatchingRule in org.apache.syncope.common.lib.types
Methods in org.apache.syncope.common.lib.types that return UnmatchingRule Modifier and Type Method Description static UnmatchingRuleUnmatchingRule. valueOf(String name)Returns the enum constant of this type with the specified name.static UnmatchingRule[]UnmatchingRule. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.syncope.common.lib.types with parameters of type UnmatchingRule Modifier and Type Method Description static StringUnmatchingRule. toEventName(UnmatchingRule rule)
-