Class ResourceObjectIdentifier.Secondary<T>
java.lang.Object
com.evolveum.midpoint.schema.processor.ResourceObjectIdentifier<T>
com.evolveum.midpoint.schema.processor.ResourceObjectIdentifier.Secondary<T>
- All Implemented Interfaces:
ShortDumpable
,Serializable
- Enclosing class:
- ResourceObjectIdentifier<T>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.evolveum.midpoint.schema.processor.ResourceObjectIdentifier
ResourceObjectIdentifier.Primary<T>, ResourceObjectIdentifier.Secondary<T>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> ResourceObjectIdentifier.Secondary<T>
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>
of
(@NotNull ShadowSimpleAttribute<T> attribute) static @NotNull List<? extends ResourceObjectIdentifier.Secondary<?>>
of
(@NotNull Collection<? extends ShadowSimpleAttribute<?>> attributes) toString()
Methods inherited from class com.evolveum.midpoint.schema.processor.ResourceObjectIdentifier
equals, getAttribute, getDefinition, getMatchingRuleName, getName, getNormValue, getOrigValue, getRealValue, getSearchPath, getStringOrigValue, getValue, hashCode, normalizationAwareEqFilter, plainEqFilter, primaryFromIdentifiers, shortDump
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.evolveum.midpoint.util.ShortDumpable
shortDump, shortDumpLazily
-
Constructor Details
-
Secondary
-
-
Method Details
-
of
@NotNull public static <T> @NotNull ResourceObjectIdentifier.Secondary<T> of(@NotNull @NotNull ShadowSimpleAttribute<T> attribute) -
of
@NotNull public static @NotNull List<? extends ResourceObjectIdentifier.Secondary<?>> of(@NotNull @NotNull Collection<? extends ShadowSimpleAttribute<?>> attributes) -
of
public static <T> ResourceObjectIdentifier.Secondary<T> of(@NotNull @NotNull ResourceObjectDefinition objDef, @NotNull @NotNull PrismProperty<T> item) throws SchemaException Item must correspond to a secondary identifier and have exactly one real value.- Throws:
SchemaException
-
toString
-