Interface PrismReferenceDelegator
- All Superinterfaces:
Cloneable
,ComplexCopyable<Item<PrismReferenceValue,
,PrismReferenceDefinition>> DebugDumpable
,Freezable
,Item<PrismReferenceValue,
,PrismReferenceDefinition> Itemable
,ItemDelegator<PrismReferenceValue,
,PrismReferenceDefinition> ParentVisitable
,PathVisitable
,PrismReference
,PrismVisitable
,Revivable
,Serializable
,Visitable
public interface PrismReferenceDelegator
extends PrismReference, ItemDelegator<PrismReferenceValue,PrismReferenceDefinition>
-
Field Summary
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
Fields inherited from interface com.evolveum.midpoint.prism.Item
KEY_NAMESPACE_CONTEXT
-
Method Summary
Modifier and TypeMethodDescriptiondefault PrismReference
clone()
Deprecated.default @NotNull PrismReference
cloneComplex
(@NotNull CloneStrategy strategy) Complex clone with different cloning strategies.default ReferenceDelta
Creates specific subclass of ItemDelta appropriate for type of item that this definition represents (e.g.default ReferenceDelta
createDelta
(ItemPath path) default PrismReference
default String
debugDump
(int indent) delegate()
default <IV extends PrismValue,
ID extends ItemDefinition<?>>
PartiallyResolvedItem<IV,ID> findPartial
(ItemPath path) default <I extends Item<?,
?>>
IfindReferencedItem
(ItemPath path, Class<I> type) Tries to find referenced path (path starting with object derefence) in-memory.default PrismReferenceValue
findValueByOid
(String oid) default String
getOid()
default Referencable
Returns the "real value" (content) of this item: - value contained in PrismPropertyValue - Referencable in PrismReferenceValue - Containerable in PrismContainerValue - Objectable in PrismObjectValue Note that the real value can contain operational items.default @NotNull Collection<Referencable>
Returns (potentially empty) collection of "real values".default PolyString
default boolean
merge
(PrismReferenceValue value) Methods inherited from interface com.evolveum.midpoint.prism.deleg.ItemDelegator
accept, accept, acceptParentVisitor, acceptVisitor, add, add, addAll, addAll, addIgnoringEquivalents, addRespectingMetadataAndCloning, applyDefinition, applyDefinition, applyDefinitionIfMissing, assertDefinitions, assertDefinitions, assertDefinitions, checkConsistence, checkConsistence, checkConsistence, checkConsistence, checkConsistence, checkConsistenceInternal, checkImmutable, checkMutable, clear, contains, contains, debugDump, debugDumpLazily, debugDumpLazily, diff, diff, equals, equals, filterValues, filterYields, find, findValue, findValue, freeze, getAllItems, getAllValues, getAnyValue, getAnyValue, getClonedValues, getDefinition, getDisplayName, getElementName, getHelp, getHighestId, getNamespaceContext, getParent, getPath, getRealValue, getRealValues, getRealValuesArray, getRealValuesOrRawTypes, getUserData, getUserData, getValue, getValues, hasAnyValue, hasCompleteDefinition, hashCode, hashCode, hasNoValues, hasRaw, isEmpty, isImmutable, isIncomplete, isOperational, isRaw, isSingleValue, isSingleValueByDefinition, merge, normalize, recomputeAllValues, remove, remove, removeAll, removeIf, removeRespectingMetadata, replace, replaceAll, revive, setDefinition, setElementName, setIncomplete, setParent, setUserData, size, valuesStream
Methods inherited from interface com.evolveum.midpoint.prism.PrismReference
copy, immutableCopy, mutableCopy, toString
-
Method Details
-
delegate
PrismReference delegate()- Specified by:
delegate
in interfaceItemDelegator<PrismReferenceValue,
PrismReferenceDefinition>
-
getRealValue
Description copied from interface:Item
Returns the "real value" (content) of this item: - value contained in PrismPropertyValue - Referencable in PrismReferenceValue - Containerable in PrismContainerValue - Objectable in PrismObjectValue Note that the real value can contain operational items. It can also contain container IDs (although they are not considered to be part of the real value). It does not contain information about item element name nor other metadata like origin, definition, etc. (Although e.g. Containerable can be converted back into PrismContainerValue that can be used to retrieve this information.)- Specified by:
getRealValue
in interfaceItem<PrismReferenceValue,
PrismReferenceDefinition> - Specified by:
getRealValue
in interfaceItemDelegator<PrismReferenceValue,
PrismReferenceDefinition> - Specified by:
getRealValue
in interfacePrismReference
-
getRealValues
Description copied from interface:Item
Returns (potentially empty) collection of "real values". The list itself is detached, freely modifiable. (Note that the values can still embed a parent, e.g., for containers and references.)- Specified by:
getRealValues
in interfaceItem<PrismReferenceValue,
PrismReferenceDefinition> - Specified by:
getRealValues
in interfaceItemDelegator<PrismReferenceValue,
PrismReferenceDefinition> - Specified by:
getRealValues
in interfacePrismReference
- See Also:
-
merge
- Specified by:
merge
in interfacePrismReference
-
getOid
- Specified by:
getOid
in interfacePrismReference
-
getTargetName
- Specified by:
getTargetName
in interfacePrismReference
-
findValueByOid
- Specified by:
findValueByOid
in interfacePrismReference
-
findPartial
default <IV extends PrismValue,ID extends ItemDefinition<?>> PartiallyResolvedItem<IV,ID> findPartial(ItemPath path) - Specified by:
findPartial
in interfaceItem<PrismReferenceValue,
PrismReferenceDefinition> - Specified by:
findPartial
in interfaceItemDelegator<PrismReferenceValue,
PrismReferenceDefinition> - Specified by:
findPartial
in interfacePrismReference
-
createDelta
Description copied from interface:Item
Creates specific subclass of ItemDelta appropriate for type of item that this definition represents (e.g. PropertyDelta, ContainerDelta, ...)- Specified by:
createDelta
in interfaceItem<PrismReferenceValue,
PrismReferenceDefinition> - Specified by:
createDelta
in interfaceItemDelegator<PrismReferenceValue,
PrismReferenceDefinition> - Specified by:
createDelta
in interfacePrismReference
-
createDelta
- Specified by:
createDelta
in interfaceItem<PrismReferenceValue,
PrismReferenceDefinition> - Specified by:
createDelta
in interfaceItemDelegator<PrismReferenceValue,
PrismReferenceDefinition> - Specified by:
createDelta
in interfacePrismReference
-
clone
Deprecated.Description copied from interface:Item
Literal clone.- Specified by:
clone
in interfaceItem<PrismReferenceValue,
PrismReferenceDefinition> - Specified by:
clone
in interfacePrismReference
-
createImmutableClone
- Specified by:
createImmutableClone
in interfaceItem<PrismReferenceValue,
PrismReferenceDefinition> - Specified by:
createImmutableClone
in interfaceItemDelegator<PrismReferenceValue,
PrismReferenceDefinition> - Specified by:
createImmutableClone
in interfacePrismReference
-
cloneComplex
Description copied from interface:Item
Complex clone with different cloning strategies.- Specified by:
cloneComplex
in interfaceComplexCopyable<Item<PrismReferenceValue,
PrismReferenceDefinition>> - Specified by:
cloneComplex
in interfaceItem<PrismReferenceValue,
PrismReferenceDefinition> - Specified by:
cloneComplex
in interfaceItemDelegator<PrismReferenceValue,
PrismReferenceDefinition> - Specified by:
cloneComplex
in interfacePrismReference
- See Also:
-
debugDump
- Specified by:
debugDump
in interfaceDebugDumpable
- Specified by:
debugDump
in interfaceItemDelegator<PrismReferenceValue,
PrismReferenceDefinition> - Specified by:
debugDump
in interfacePrismReference
-
findReferencedItem
Description copied from interface:PrismReference
Tries to find referenced path (path starting with object derefence) in-memory. This works only for single-value references, whose value also contains embedded object. The search is performed on embedded object.- Specified by:
findReferencedItem
in interfacePrismReference
-