Uses of Class
org.apache.syncope.common.lib.types.MappingPurpose
-
Packages that use MappingPurpose Package Description org.apache.syncope.client.console.wizards.mapping org.apache.syncope.common.lib.to org.apache.syncope.common.lib.types -
-
Uses of MappingPurpose in org.apache.syncope.client.console.wizards.mapping
Constructors in org.apache.syncope.client.console.wizards.mapping with parameters of type MappingPurpose Constructor Description AbstractMappingPanel(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 MappingPurpose Constructor Description MappingPurposePanel(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 MappingPurpose Modifier and Type Field Description protected MappingPurpose
Item. purpose
Mapping purposes.Methods in org.apache.syncope.common.lib.to that return MappingPurpose Modifier and Type Method Description MappingPurpose
Item. getPurpose()
Methods in org.apache.syncope.common.lib.to with parameters of type MappingPurpose Modifier and Type Method Description void
Item. setPurpose(MappingPurpose purpose)
-
Uses of MappingPurpose in org.apache.syncope.common.lib.types
Methods in org.apache.syncope.common.lib.types that return MappingPurpose Modifier and Type Method Description static MappingPurpose
MappingPurpose. valueOf(String name)
Returns the enum constant of this type with the specified name.static MappingPurpose[]
MappingPurpose. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-