Uses of Class
org.apache.syncope.core.provisioning.api.IntAttrName
- 
Packages that use IntAttrName Package Description org.apache.syncope.core.provisioning.api org.apache.syncope.core.provisioning.java 
- 
- 
Uses of IntAttrName in org.apache.syncope.core.provisioning.apiMethods in org.apache.syncope.core.provisioning.api that return IntAttrName Modifier and Type Method Description IntAttrNameIntAttrNameParser. parse(String intAttrName, AnyTypeKind provisionAnyTypeKind)Methods in org.apache.syncope.core.provisioning.api with parameters of type IntAttrName Modifier and Type Method Description Pair<AttrSchemaType,List<PlainAttrValue>>MappingManager. getIntValues(ExternalResource resource, Provision provision, Item mapItem, IntAttrName intAttrName, AttrSchemaType schemaType, Any<?> any, AccountGetter usernameAccountGetter, PlainAttrGetter plainAttrGetter)Get attribute values for the givenItemand any object.protected voidIntAttrNameParser. setFieldOrSchemaName(String fieldOrSchemaName, AnyTypeKind anyTypeKind, IntAttrName result)
- 
Uses of IntAttrName in org.apache.syncope.core.provisioning.javaMethods in org.apache.syncope.core.provisioning.java with parameters of type IntAttrName Modifier and Type Method Description Pair<AttrSchemaType,List<PlainAttrValue>>DefaultMappingManager. getIntValues(ExternalResource resource, Provision provision, Item mapItem, IntAttrName intAttrName, AttrSchemaType schemaType, Any<?> any, AccountGetter usernameAccountGetter, PlainAttrGetter plainAttrGetter)
 
-