Uses of Class
com.evolveum.midpoint.schema.processor.ResourceObjectIdentification
-
Packages that use ResourceObjectIdentification Package Description com.evolveum.midpoint.schema.processor com.evolveum.midpoint.schema.util -
-
Uses of ResourceObjectIdentification in com.evolveum.midpoint.schema.processor
Methods in com.evolveum.midpoint.schema.processor that return ResourceObjectIdentification Modifier and Type Method Description static ResourceObjectIdentificationResourceObjectIdentification. create(ObjectClassComplexTypeDefinition objectClassDefinition, Collection<? extends ResourceAttribute<?>> allIdentifiers)static ResourceObjectIdentificationResourceObjectIdentification. createFromAttributes(ObjectClassComplexTypeDefinition objectClassDefinition, Collection<? extends ResourceAttribute<?>> attributes)static ResourceObjectIdentificationResourceObjectIdentification. createFromShadow(ObjectClassComplexTypeDefinition objectClassDefinition, ShadowType shadowType)ResourceObjectIdentificationSearchHierarchyConstraints. getBaseContext()Constructors in com.evolveum.midpoint.schema.processor with parameters of type ResourceObjectIdentification Constructor Description SearchHierarchyConstraints(ResourceObjectIdentification baseContext, SearchHierarchyScope scope) -
Uses of ResourceObjectIdentification in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util that return ResourceObjectIdentification Modifier and Type Method Description static ResourceObjectIdentificationShadowUtil. getResourceObjectIdentification(PrismObject<ShadowType> shadow, ObjectClassComplexTypeDefinition objectClassDefinition)
-