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) void
Show the content of the object intended for diagnostics.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
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
-
shortDump
Description copied from interface:ShortDumpable
Show the content of the object intended for diagnostics. This method is supposed to append a compact, human-readable output in a single line. Unlike toString() method, there is no requirement to identify the actual class or type of the object. It is assumed that the class/type will be obvious from the context in which the output is used.- Parameters:
sb
- StringBuilder to which to a compact one-line content of the object intended for diagnostics by system administrator should be appended.
-