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 SummaryNested classes/interfaces inherited from class com.evolveum.midpoint.schema.processor.ResourceObjectIdentifierResourceObjectIdentifier.Primary<T>, ResourceObjectIdentifier.Secondary<T>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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) voidShow the content of the object intended for diagnostics.toString()Methods inherited from class com.evolveum.midpoint.schema.processor.ResourceObjectIdentifierequals, getAttribute, getDefinition, getMatchingRuleName, getName, getNormValue, getOrigValue, getRealValue, getSearchPath, getStringOrigValue, getValue, hashCode, normalizationAwareEqFilter, plainEqFilter, primaryFromIdentifiersMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.util.ShortDumpableshortDump, 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) 
- 
ofpublic 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
- 
shortDumpDescription copied from interface:ShortDumpableShow 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.
 
 
-