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(ResourceObjectDefinition objectDefinition, Collection<? extends ResourceAttribute<?>> allIdentifiers)
static ResourceObjectIdentification
ResourceObjectIdentification. createFromAttributes(@NotNull ResourceObjectDefinition resourceObjectDefinition, @NotNull Collection<? extends ResourceAttribute<?>> attributes)
static ResourceObjectIdentification
ResourceObjectIdentification. createFromShadow(@NotNull ResourceObjectDefinition resourceObjectDefinition, @NotNull ShadowType shadow)
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 @NotNull ResourceObjectIdentification
ShadowUtil. getResourceObjectIdentification(PrismObject<ShadowType> shadow, ResourceObjectDefinition objectDefinition)
-