Interface PrismPropertyDelegator<T>
- All Superinterfaces:
Cloneable
,ComplexCopyable<Item<PrismPropertyValue<T>,
,PrismPropertyDefinition<T>>> DebugDumpable
,Freezable
,Item<PrismPropertyValue<T>,
,PrismPropertyDefinition<T>> Itemable
,ItemDelegator<PrismPropertyValue<T>,
,PrismPropertyDefinition<T>> ParentVisitable
,PathVisitable
,PrismProperty<T>
,PrismVisitable
,Revivable
,Serializable
,Visitable
public interface PrismPropertyDelegator<T>
extends PrismProperty<T>, ItemDelegator<PrismPropertyValue<T>,PrismPropertyDefinition<T>>
-
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 void
addRealValue
(T valueToAdd) default void
addRealValues
(T... valuesToAdd) default void
addRealValueSkipUniquenessCheck
(T valueToAdd) default void
addValue
(PrismPropertyValue<T> pValueToAdd) default void
addValues
(Collection<PrismPropertyValue<T>> pValuesToAdd) default PrismProperty<T>
clone()
Deprecated.default @NotNull PrismProperty<T>
cloneComplex
(@NotNull CloneStrategy strategy) Complex clone with different cloning strategies.default PropertyDelta<T>
Creates specific subclass of ItemDelta appropriate for type of item that this definition represents (e.g.default PropertyDelta<T>
createDelta
(ItemPath path) default PrismProperty<T>
Deprecated.delegate()
default boolean
deleteValue
(PrismPropertyValue<T> pValueToDelete) default boolean
deleteValues
(Collection<PrismPropertyValue<T>> pValuesToDelete) default PropertyDelta<T>
diff
(PrismProperty<T> other) default PropertyDelta<T>
diff
(PrismProperty<T> other, ParameterizedEquivalenceStrategy strategy) default <IV extends PrismValue,
ID extends ItemDefinition<?>>
PartiallyResolvedItem<IV,ID> findPartial
(ItemPath path) default T
default T
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<T>
Returns (potentially empty) collection of "real values".default <X> @NotNull Collection<X>
getRealValues
(Class<X> type) Type override, also for compatibility.default <X> PrismPropertyValue<X>
Type override, also for compatibility.default <X> List<PrismPropertyValue<X>>
Type override, also for compatibility.default boolean
hasRealValue
(PrismPropertyValue<T> value) default void
replaceValues
(Collection<PrismPropertyValue<T>> valuesToReplace) default void
setRealValue
(T realValue) default void
setRealValues
(T... realValues) default void
setValue
(PrismPropertyValue<T> value) Means as a short-hand for setting just a value for single-valued attributes.default String
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, 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, 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.PrismProperty
copy, immutableCopy, mutableCopy
-
Method Details
-
delegate
PrismProperty<T> delegate()- Specified by:
delegate
in interfaceItemDelegator<PrismPropertyValue<T>,
PrismPropertyDefinition<T>>
-
getValues
Description copied from interface:PrismProperty
Type override, also for compatibility.- Specified by:
getValues
in interfacePrismProperty<T>
-
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<PrismPropertyValue<T>,
PrismPropertyDefinition<T>> - Specified by:
getRealValues
in interfaceItemDelegator<PrismPropertyValue<T>,
PrismPropertyDefinition<T>> - Specified by:
getRealValues
in interfacePrismProperty<T>
- See Also:
-
getRealValues
Description copied from interface:PrismProperty
Type override, also for compatibility.- Specified by:
getRealValues
in interfaceItem<PrismPropertyValue<T>,
PrismPropertyDefinition<T>> - Specified by:
getRealValues
in interfaceItemDelegator<PrismPropertyValue<T>,
PrismPropertyDefinition<T>> - Specified by:
getRealValues
in interfacePrismProperty<T>
-
getAnyRealValue
- Specified by:
getAnyRealValue
in interfacePrismProperty<T>
-
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<PrismPropertyValue<T>,
PrismPropertyDefinition<T>> - Specified by:
getRealValue
in interfaceItemDelegator<PrismPropertyValue<T>,
PrismPropertyDefinition<T>> - Specified by:
getRealValue
in interfacePrismProperty<T>
-
getValue
Description copied from interface:PrismProperty
Type override, also for compatibility.- Specified by:
getValue
in interfacePrismProperty<T>
-
setValue
Description copied from interface:PrismProperty
Means as a short-hand for setting just a value for single-valued attributes. Will remove all existing values.- Specified by:
setValue
in interfacePrismProperty<T>
-
setRealValue
- Specified by:
setRealValue
in interfacePrismProperty<T>
-
setRealValues
- Specified by:
setRealValues
in interfacePrismProperty<T>
-
addValues
- Specified by:
addValues
in interfacePrismProperty<T>
-
addValue
- Specified by:
addValue
in interfacePrismProperty<T>
-
addRealValue
- Specified by:
addRealValue
in interfacePrismProperty<T>
-
addRealValueSkipUniquenessCheck
- Specified by:
addRealValueSkipUniquenessCheck
in interfacePrismProperty<T>
-
addRealValues
- Specified by:
addRealValues
in interfacePrismProperty<T>
-
deleteValues
- Specified by:
deleteValues
in interfacePrismProperty<T>
-
deleteValue
- Specified by:
deleteValue
in interfacePrismProperty<T>
-
replaceValues
- Specified by:
replaceValues
in interfacePrismProperty<T>
-
hasRealValue
- Specified by:
hasRealValue
in interfacePrismProperty<T>
-
getValueClass
- Specified by:
getValueClass
in interfacePrismProperty<T>
-
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<PrismPropertyValue<T>,
PrismPropertyDefinition<T>> - Specified by:
createDelta
in interfaceItemDelegator<PrismPropertyValue<T>,
PrismPropertyDefinition<T>> - Specified by:
createDelta
in interfacePrismProperty<T>
-
createDelta
- Specified by:
createDelta
in interfaceItem<PrismPropertyValue<T>,
PrismPropertyDefinition<T>> - Specified by:
createDelta
in interfaceItemDelegator<PrismPropertyValue<T>,
PrismPropertyDefinition<T>> - Specified by:
createDelta
in interfacePrismProperty<T>
-
findPartial
default <IV extends PrismValue,ID extends ItemDefinition<?>> PartiallyResolvedItem<IV,ID> findPartial(ItemPath path) - Specified by:
findPartial
in interfaceItem<PrismPropertyValue<T>,
PrismPropertyDefinition<T>> - Specified by:
findPartial
in interfaceItemDelegator<PrismPropertyValue<T>,
PrismPropertyDefinition<T>> - Specified by:
findPartial
in interfacePrismProperty<T>
-
diff
- Specified by:
diff
in interfacePrismProperty<T>
-
diff
- Specified by:
diff
in interfacePrismProperty<T>
-
createImmutableClone
Deprecated.- Specified by:
createImmutableClone
in interfaceItem<PrismPropertyValue<T>,
PrismPropertyDefinition<T>> - Specified by:
createImmutableClone
in interfaceItemDelegator<PrismPropertyValue<T>,
PrismPropertyDefinition<T>> - Specified by:
createImmutableClone
in interfacePrismProperty<T>
-
clone
Deprecated.Description copied from interface:Item
Literal clone.- Specified by:
clone
in interfaceItem<PrismPropertyValue<T>,
PrismPropertyDefinition<T>> - Specified by:
clone
in interfacePrismProperty<T>
-
cloneComplex
Description copied from interface:Item
Complex clone with different cloning strategies.- Specified by:
cloneComplex
in interfaceComplexCopyable<T>
- Specified by:
cloneComplex
in interfaceItem<PrismPropertyValue<T>,
PrismPropertyDefinition<T>> - Specified by:
cloneComplex
in interfaceItemDelegator<PrismPropertyValue<T>,
PrismPropertyDefinition<T>> - Specified by:
cloneComplex
in interfacePrismProperty<T>
- See Also:
-
toHumanReadableString
- Specified by:
toHumanReadableString
in interfacePrismProperty<T>
-