Uses of Class
com.evolveum.midpoint.schema.processor.ResourceObjectIdentification.WithPrimary
Packages that use ResourceObjectIdentification.WithPrimary
-
Uses of ResourceObjectIdentification.WithPrimary in com.evolveum.midpoint.schema.processor
Methods in com.evolveum.midpoint.schema.processor that return ResourceObjectIdentification.WithPrimaryModifier and TypeMethodDescriptionResourceObjectIdentification.WithPrimary.clone()ResourceObjectDefinition.createPrimaryIdentification(@NotNull Object identifierRealValue) ResourceObjectIdentification.ensurePrimary()ResourceObjectIdentification.fromCompleteShadow(@NotNull ResourceObjectDefinition resourceObjectDefinition, @NotNull ShadowType shadow) Returns identification for a shadow.ResourceObjectIdentification.fromCompleteShadow(@NotNull ShadowType shadow) Returns identification for a shadow.SearchHierarchyConstraints.getBaseContext()ResourceObjectIdentification.of(@NotNull ResourceObjectDefinition resourceObjectDefinition, ResourceObjectIdentifiers.WithPrimary primaryIdentifiers) ResourceObjectIdentification.withPrimary(@NotNull ResourceObjectDefinition resourceObjectDefinition, @NotNull ShadowSimpleAttribute<?> primaryIdentifierAttribute, @NotNull Collection<? extends ShadowSimpleAttribute<?>> secondaryIdentifierAttributes) Creates new identification with a primary identifier.ResourceObjectIdentification.withPrimaryAdded(ResourceObjectIdentifier.Primary<?> primaryIdentifier) Enriches current identification with a primary identifier.Constructors in com.evolveum.midpoint.schema.processor with parameters of type ResourceObjectIdentification.WithPrimaryModifierConstructorDescriptionSearchHierarchyConstraints(ResourceObjectIdentification.WithPrimary baseContext, SearchHierarchyScope scope) -
Uses of ResourceObjectIdentification.WithPrimary in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util that return ResourceObjectIdentification.WithPrimary