Uses of Class
com.evolveum.midpoint.schema.processor.ResourceObjectIdentifier.Secondary
Packages that use ResourceObjectIdentifier.Secondary
-
Uses of ResourceObjectIdentifier.Secondary in com.evolveum.midpoint.schema.processor
Methods in com.evolveum.midpoint.schema.processor that return ResourceObjectIdentifier.SecondaryModifier and TypeMethodDescriptionstatic <T> ResourceObjectIdentifier.Secondary<T>ResourceObjectIdentifier.Secondary.of(@NotNull ResourceObjectDefinition objDef, @NotNull PrismProperty<T> item) Item must correspond to a secondary identifier and have exactly one real value.static <T> @NotNull ResourceObjectIdentifier.Secondary<T>ResourceObjectIdentifier.Secondary.of(@NotNull ShadowSimpleAttribute<T> attribute) Methods in com.evolveum.midpoint.schema.processor that return types with arguments of type ResourceObjectIdentifier.SecondaryModifier and TypeMethodDescription@NotNull Set<ResourceObjectIdentifier.Secondary<?>>ResourceObjectIdentifiers.getSecondaryIdentifiers()Not empty forResourceObjectIdentifiers.SecondaryOnlyinstances.static @NotNull List<? extends ResourceObjectIdentifier.Secondary<?>>ResourceObjectIdentifier.Secondary.of(@NotNull Collection<? extends ShadowSimpleAttribute<?>> attributes) Method parameters in com.evolveum.midpoint.schema.processor with type arguments of type ResourceObjectIdentifier.SecondaryModifier and TypeMethodDescriptionstatic @NotNull ResourceObjectIdentifiersResourceObjectIdentifiers.of(ResourceObjectIdentifier.Primary<?> primaryIdentifier, @NotNull Collection<? extends ResourceObjectIdentifier.Secondary<?>> secondaryIdentifiers) Precondition: At least one identifier must be present.static @NotNull ResourceObjectIdentifiers.WithPrimaryResourceObjectIdentifiers.withPrimary(ResourceObjectIdentifier.Primary<?> primaryIdentifier, @NotNull Collection<? extends ResourceObjectIdentifier.Secondary<?>> secondaryIdentifiers)