Uses of Enum Class
org.apache.syncope.common.lib.types.AttrSchemaType
Packages that use AttrSchemaType
Package
Description
-
Uses of AttrSchemaType in org.apache.syncope.client.console.panels
Fields in org.apache.syncope.client.console.panels with type parameters of type AttrSchemaTypeModifier and TypeFieldDescriptionprotected final AjaxDropDownChoicePanel<AttrSchemaType> PlainSchemaDetails.type -
Uses of AttrSchemaType in org.apache.syncope.common.lib.search
Methods in org.apache.syncope.common.lib.search that return types with arguments of type AttrSchemaType -
Uses of AttrSchemaType in org.apache.syncope.common.lib.to
Methods in org.apache.syncope.common.lib.to that return AttrSchemaTypeMethods in org.apache.syncope.common.lib.to with parameters of type AttrSchemaType -
Uses of AttrSchemaType in org.apache.syncope.common.lib.types
Methods in org.apache.syncope.common.lib.types that return AttrSchemaTypeModifier and TypeMethodDescriptionstatic AttrSchemaTypeAttrSchemaType.getAttrSchemaTypeByClass(Class<?> type) static AttrSchemaTypeReturns the enum constant of this class with the specified name.static AttrSchemaType[]AttrSchemaType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AttrSchemaType in org.apache.syncope.core.persistence.api.entity
Methods in org.apache.syncope.core.persistence.api.entity that return AttrSchemaTypeMethods in org.apache.syncope.core.persistence.api.entity with parameters of type AttrSchemaTypeModifier and TypeMethodDescriptionPlainAttrValue.getValueAsString(AttrSchemaType type) voidPlainSchema.setType(AttrSchemaType type) -
Uses of AttrSchemaType in org.apache.syncope.core.persistence.common.dao
Methods in org.apache.syncope.core.persistence.common.dao with parameters of type AttrSchemaType -
Uses of AttrSchemaType in org.apache.syncope.core.persistence.jpa.entity
Methods in org.apache.syncope.core.persistence.jpa.entity that return AttrSchemaTypeMethods in org.apache.syncope.core.persistence.jpa.entity with parameters of type AttrSchemaType -
Uses of AttrSchemaType in org.apache.syncope.core.persistence.neo4j.entity
Methods in org.apache.syncope.core.persistence.neo4j.entity that return AttrSchemaTypeMethods in org.apache.syncope.core.persistence.neo4j.entity with parameters of type AttrSchemaType -
Uses of AttrSchemaType in org.apache.syncope.core.provisioning.api
Methods in org.apache.syncope.core.provisioning.api that return AttrSchemaTypeModifier and TypeMethodDescriptionMappingManager.IntValues.attrSchemaType()Returns the value of theattrSchemaTyperecord component.Methods in org.apache.syncope.core.provisioning.api with parameters of type AttrSchemaTypeModifier and TypeMethodDescriptionMappingManager.getIntValues(ExternalResource resource, Item item, IntAttrName intAttrName, AttrSchemaType schemaType, Realm realm) Get attribute values for the givenItemand realm.MappingManager.getIntValues(ExternalResource resource, Provision provision, Item item, IntAttrName intAttrName, AttrSchemaType schemaType, Any any, AccountGetter usernameAccountGetter, PlainAttrGetter plainAttrGetter) Get attribute values for the givenItemand any object.Constructors in org.apache.syncope.core.provisioning.api with parameters of type AttrSchemaTypeModifierConstructorDescriptionIntValues(AttrSchemaType attrSchemaType, List<PlainAttrValue> values) Creates an instance of aIntValuesrecord class. -
Uses of AttrSchemaType in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data with parameters of type AttrSchemaTypeModifier and TypeMethodDescriptiondefault MappingManager.IntValuesItemTransformer.beforePropagation(Item item, Attributable attributable, AttrSchemaType schemaType, List<PlainAttrValue> values) Invoked while preparing attribute values to be sent out to external resource during propagation. -
Uses of AttrSchemaType in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java with parameters of type AttrSchemaTypeModifier and TypeMethodDescriptionDefaultMappingManager.getIntValues(ExternalResource resource, Item item, IntAttrName intAttrName, AttrSchemaType schemaType, Realm realm) DefaultMappingManager.getIntValues(ExternalResource resource, Provision provision, Item item, IntAttrName intAttrName, AttrSchemaType schemaType, Any any, AccountGetter usernameAccountGetter, PlainAttrGetter plainAttrGetter) -
Uses of AttrSchemaType in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return AttrSchemaTypeModifier and TypeMethodDescriptionprotected AttrSchemaTypeJEXLItemTransformerImpl.beforePropagation(Attributable attributable, AttrSchemaType schemaType, PlainAttrValue value) Methods in org.apache.syncope.core.provisioning.java.data with parameters of type AttrSchemaTypeModifier and TypeMethodDescriptionJEXLItemTransformerImpl.beforePropagation(Item item, Attributable attributable, AttrSchemaType schemaType, List<PlainAttrValue> values) protected AttrSchemaTypeJEXLItemTransformerImpl.beforePropagation(Attributable attributable, AttrSchemaType schemaType, PlainAttrValue value) -
Uses of AttrSchemaType in org.apache.syncope.fit.core.reference
Methods in org.apache.syncope.fit.core.reference with parameters of type AttrSchemaTypeModifier and TypeMethodDescriptionDateToDateItemTransformer.beforePropagation(Item item, Attributable attributable, AttrSchemaType schemaType, List<PlainAttrValue> values) DateToLongItemTransformer.beforePropagation(Item item, Attributable attributable, AttrSchemaType schemaType, List<PlainAttrValue> values)