Uses of Enum Class
org.apache.syncope.common.lib.types.MappingPurpose
Packages that use MappingPurpose
Package
Description
-
Uses of MappingPurpose in org.apache.syncope.client.console.wizards.mapping
Constructors in org.apache.syncope.client.console.wizards.mapping with parameters of type MappingPurposeModifierConstructorDescriptionAbstractMappingPanel(String id, ItemTransformersTogglePanel itemTransformers, JEXLTransformersTogglePanel jexlTransformers, IModel<List<Item>> model, boolean addMappingBtnVisible, MappingPurpose defaultPurpose) Constructor parameters in org.apache.syncope.client.console.wizards.mapping with type arguments of type MappingPurposeModifierConstructorDescriptionMappingPurposePanel(String componentId, IModel<MappingPurpose> model, WebMarkupContainer container) -
Uses of MappingPurpose in org.apache.syncope.common.lib.to
Fields in org.apache.syncope.common.lib.to declared as MappingPurposeMethods in org.apache.syncope.common.lib.to that return MappingPurposeMethods in org.apache.syncope.common.lib.to with parameters of type MappingPurpose -
Uses of MappingPurpose in org.apache.syncope.common.lib.types
Methods in org.apache.syncope.common.lib.types that return MappingPurposeModifier and TypeMethodDescriptionstatic MappingPurposeReturns the enum constant of this class with the specified name.static MappingPurpose[]MappingPurpose.values()Returns an array containing the constants of this enum class, in the order they are declared.