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 ResourceObjectIdentification
ResourceObjectIdentification. create(ObjectClassComplexTypeDefinition objectClassDefinition, Collection<? extends ResourceAttribute<?>> allIdentifiers)
static ResourceObjectIdentification
ResourceObjectIdentification. createFromAttributes(ObjectClassComplexTypeDefinition objectClassDefinition, Collection<? extends ResourceAttribute<?>> attributes)
static ResourceObjectIdentification
ResourceObjectIdentification. createFromShadow(ObjectClassComplexTypeDefinition objectClassDefinition, ShadowType shadowType)
ResourceObjectIdentification
SearchHierarchyConstraints. 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 ResourceObjectIdentification
ShadowUtil. getResourceObjectIdentification(PrismObject<ShadowType> shadow, ObjectClassComplexTypeDefinition objectClassDefinition)
-