Interface PrismContainerValueDelegator<C extends Containerable>
- All Superinterfaces:
ComplexCopyable<PrismValue>
,DebugDumpable
,Freezable
,MidpointOriginMetadata
,ParentVisitable
,PathVisitable
,PrismContainerValue<C>
,PrismValue
,PrismValueDelegator
,PrismVisitable
,Revivable
,SchemaLookup.Aware
,Serializable
,Visitable
,Walkable
- All Known Subinterfaces:
PrismObjectValueDelegator<O>
- All Known Implementing Classes:
GenericLazyPrismContainerValue
,LazyPrismContainerValue
public interface PrismContainerValueDelegator<C extends Containerable>
extends PrismContainerValue<C>, PrismValueDelegator
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.PrismContainerValue
PrismContainerValue.RemovedItemDefinitionException
-
Field Summary
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
default void
default void
acceptParentVisitor
(Visitor visitor) default boolean
acceptVisitor
(PrismVisitor visitor) Accept visitor and visits prism item or value and it's children Note: name is not accept, but accept visitor to prevent naming conflict in lambdas dynamic languages such as groovy withVisitable.accept(com.evolveum.midpoint.prism.Visitor)
default <IV extends PrismValue,
ID extends ItemDefinition<?>>
voiddefault <IV extends PrismValue,
ID extends ItemDefinition<?>>
voidAdds an item to a property container.default void
addAll
(Collection<? extends Item<?, ?>> itemsToAdd) Adds a collection of items to a property container.default void
addAllReplaceExisting
(Collection<? extends Item<?, ?>> itemsToAdd) Adds a collection of items to a property container.default boolean
addRawElement
(Object element) default <IV extends PrismValue,
ID extends ItemDefinition<?>>
voidaddReplaceExisting
(Item<IV, ID> item) Adds an item to a property container.default PrismContainerValue<C>
applyDefinition
(@NotNull ItemDefinition<?> itemDefinition) Definition application MAY change the value (currently only for container values).default PrismContainerValue<C>
applyDefinition
(@NotNull ItemDefinition<?> itemDefinition, boolean force) Definition application MAY change the value (currently only for container values).default PrismContainerValue<C>
applyDefinition
(@NotNull PrismContainerDefinition<C> containerDef, boolean force) default C
default C
asContainerable
(Class<C> requiredClass) default void
assertDefinitions
(boolean tolerateRaw, Supplier<String> sourceDescriptionSupplier) default void
assertDefinitions
(Supplier<String> sourceDescriptionSupplier) default PrismContainer<C>
asSingleValuedContainer
(@NotNull QName itemName) Returns a single-valued container (with a single-valued definition) holding just this value.default boolean
canRepresent
(Class<?> clazz) default void
checkNothingExceptFor
(QName... allowedItemNames) For simplicity, everything must be qualified: names to check, and existing names.default void
clear()
default PrismContainerValue<C>
clone()
Literal clone.default PrismContainerValue<C>
cloneComplex
(@NotNull CloneStrategy strategy) Complex clone with different cloning strategies.default boolean
default boolean
default boolean
containsItem
(ItemPath propPath, boolean acceptEmptyItem) default <IV extends PrismValue,
ID extends ItemDefinition<?>, I extends Item<IV, ID>>
IcreateDetachedSubItem
(QName name, Class<I> type, ID itemDefinition, boolean immutable) default PrismContainerValue<C>
default <X> PrismProperty<X>
createProperty
(PrismPropertyDefinition<X> propertyDefinition) default <X> PrismProperty<X>
createProperty
(QName propertyName) delegate()
default boolean
deleteRawElement
(Object element) default boolean
equivalent
(PrismContainerValue<?> other) default <X extends Containerable>
PrismContainer<X>findContainer
(QName containerName) default <IV extends PrismValue,
ID extends ItemDefinition<?>, I extends Item<IV, ID>>
IfindItem
(ItemDefinition itemDefinition, Class<I> type) default <IV extends PrismValue,
ID extends ItemDefinition<?>>
Item<IV,ID> default <IV extends PrismValue,
ID extends ItemDefinition<?>, I extends Item<IV, ID>>
Idefault <T extends Containerable>
PrismContainer<T>findOrCreateContainer
(QName containerName) default <IV extends PrismValue,
ID extends ItemDefinition<?>, I extends Item<IV, ID>>
IfindOrCreateItem
(ItemPath path, Class<I> type, ID definition) default <IV extends PrismValue,
ID extends ItemDefinition<?>>
Item<IV,ID> findOrCreateItem
(QName containerName) default <IV extends PrismValue,
ID extends ItemDefinition<?>, I extends Item<IV, ID>>
IfindOrCreateItem
(QName containerName, Class<I> type) default <X> PrismProperty<X>
findOrCreateProperty
(ItemPath propertyPath) default <X> PrismProperty<X>
findOrCreateProperty
(PrismPropertyDefinition propertyDef) default PrismReference
findOrCreateReference
(QName referenceName) default <IV extends PrismValue,
ID extends ItemDefinition<?>>
PartiallyResolvedItem<IV,ID> findPartial
(ItemPath path) default <X> PrismProperty<X>
findProperty
(ItemPath propertyPath) default <X> PrismProperty<X>
findProperty
(PrismPropertyDefinition<X> propertyDefinition) Finds a specific property in the container by definition.default PrismReference
findReference
(QName elementName) default @Nullable ComplexTypeDefinition
default PrismContainer<C>
default PrismContainerDefinition<C>
default Long
getId()
default @NotNull Collection<QName>
default <T> T
getItemRealValue
(ItemName itemName, Class<T> type) default @NotNull Collection<Item<?,
?>> getItems()
Returns a collection of items that the property container contains.default PrismContainerable<C>
default @NotNull Set<PrismProperty<?>>
Returns a set of properties that the property container contains.default <T> T
getPropertyRealValue
(QName propertyName, Class<T> type) default @NotNull PrismContainerValue<?>
default C
getValue()
default boolean
Returns true if all contained items have complete definitions.default boolean
Like isEmpty but ignores presence of container value ID.default boolean
isIdOnly()
default void
default <IV extends PrismValue,
ID extends ItemDefinition<?>>
booleanMerges the provided item into this item.default void
mergeContent
(@NotNull PrismContainerValue<?> other, @NotNull List<QName> overwrite) default void
recompute
(PrismContext prismContext) default <IV extends PrismValue,
ID extends ItemDefinition<?>>
voiddefault void
default void
removeContainer
(ItemPath path) default void
removeItem
(@NotNull ItemPath path) Useful when removing something without the knowledge of its kind.default void
removeItems
(List<? extends ItemPath> itemsToRemove) default void
removeMetadataFromPaths
(List<? extends ItemPath> pathsToRemoveMetadata) Remove metadata from specified paths Can also remove metadata from the object on which it's called, if the paths contains a "root" path (e.g.default void
default void
removePaths
(List<? extends ItemPath> remove) default void
removeProperty
(ItemPath path) default boolean
removeRawElement
(Object element) default void
removeReference
(ItemPath path) default <IV extends PrismValue,
ID extends ItemDefinition<?>>
voiddefault void
revive
(PrismContext prismContext) TODO: Is revive necessary if prism context is static?default SchemaLookup
default void
default void
setOriginTypeRecursive
(OriginType originType) Set origin type to all values and subvaluesdefault <T> void
setPropertyRealValue
(QName propertyName, T realValue) default int
size()
default <IV extends PrismValue,
ID extends ItemDefinition<?>>
booleanSubtract the provided item from this item.default void
walk
(BiPredicate<? super ItemPath, Boolean> descendPredicate, Predicate<? super ItemPath> consumePredicate, Consumer<? super Item<?, ?>> itemConsumer) Walk through hierarchy of containing items based on provided conditions.Methods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable, freeze, isImmutable
Methods inherited from interface com.evolveum.midpoint.prism.PrismContainerValue
copy, immutableCopy, mutableCopy
Methods inherited from interface com.evolveum.midpoint.prism.deleg.PrismValueDelegator
applyDefinitionLegacy, applyDefinitionLegacy, checkConsistenceInternal, clearParent, cloneIfImmutable, debugDump, debugDump, debugDumpLazily, debugDumpLazily, deleteValueMetadata, diff, equals, equals, find, getAllItems, getAllValues, getNearestValueOfType, getOriginObject, getOriginType, getParentContainerValue, getPath, getRealClass, getRealValue, getRealValueIfExists, getRealValueOrRawType, getRootObjectable, getSchemaContext, getTypeName, getUserData, getUserData, getValueMetadata, getValueMetadataAsContainer, getValueMetadataIfExists, hashCode, hashCode, hasRealClass, hasValueMetadata, isEmpty, isObjectable, isOfType, isRaw, isTransient, normalize, recompute, representsSameValue, setOriginObject, setOriginType, setParent, setTransient, setUserData, setValueMetadata, setValueMetadata, setValueMetadata, toHumanReadableString
-
Method Details
-
delegate
PrismContainerValue<C> delegate()- Specified by:
delegate
in interfacePrismValueDelegator
-
acceptVisitor
Description copied from interface:PrismVisitable
Accept visitor and visits prism item or value and it's children Note: name is not accept, but accept visitor to prevent naming conflict in lambdas dynamic languages such as groovy withVisitable.accept(com.evolveum.midpoint.prism.Visitor)
- Specified by:
acceptVisitor
in interfacePrismContainerValue<C extends Containerable>
- Specified by:
acceptVisitor
in interfacePrismValue
- Specified by:
acceptVisitor
in interfacePrismValueDelegator
- Specified by:
acceptVisitor
in interfacePrismVisitable
- Returns:
- return value of
PrismVisitor.visit(PrismVisitable)
invocation for this visitable.
-
schemaLookup
- Specified by:
schemaLookup
in interfacePrismContainerValue<C extends Containerable>
- Specified by:
schemaLookup
in interfacePrismValue
- Specified by:
schemaLookup
in interfacePrismValueDelegator
- Specified by:
schemaLookup
in interfaceSchemaLookup.Aware
-
checkNothingExceptFor
Description copied from interface:PrismContainerValue
For simplicity, everything must be qualified: names to check, and existing names.- Specified by:
checkNothingExceptFor
in interfacePrismContainerValue<C extends Containerable>
-
hasNoItems
default boolean hasNoItems()Description copied from interface:PrismContainerValue
Like isEmpty but ignores presence of container value ID.- Specified by:
hasNoItems
in interfacePrismContainerValue<C extends Containerable>
-
acceptParentVisitor
- Specified by:
acceptParentVisitor
in interfaceParentVisitable
- Specified by:
acceptParentVisitor
in interfacePrismContainerValue<C extends Containerable>
-
getDefinition
- Specified by:
getDefinition
in interfacePrismContainerValue<C extends Containerable>
-
removeOperationalItems
default void removeOperationalItems()- Specified by:
removeOperationalItems
in interfacePrismContainerValue<C extends Containerable>
-
removeItems
- Specified by:
removeItems
in interfacePrismContainerValue<C extends Containerable>
-
removeMetadataFromPaths
default void removeMetadataFromPaths(List<? extends ItemPath> pathsToRemoveMetadata) throws SchemaException Description copied from interface:PrismContainerValue
Remove metadata from specified paths Can also remove metadata from the object on which it's called, if the paths contains a "root" path (e.g.ItemPath.fromString("/")
).- Specified by:
removeMetadataFromPaths
in interfacePrismContainerValue<C extends Containerable>
- Parameters:
pathsToRemoveMetadata
- the paths to items on which metadata should be removed.- Throws:
SchemaException
-
removePaths
- Specified by:
removePaths
in interfacePrismContainerValue<C extends Containerable>
- Throws:
SchemaException
-
keepPaths
- Specified by:
keepPaths
in interfacePrismContainerValue<C extends Containerable>
- Throws:
SchemaException
-
setOriginTypeRecursive
Description copied from interface:PrismContainerValue
Set origin type to all values and subvalues- Specified by:
setOriginTypeRecursive
in interfacePrismContainerValue<C extends Containerable>
-
getRootValue
- Specified by:
getRootValue
in interfacePrismContainerValue<C extends Containerable>
- Specified by:
getRootValue
in interfacePrismValue
- Specified by:
getRootValue
in interfacePrismValueDelegator
-
mergeContent
default void mergeContent(@NotNull @NotNull PrismContainerValue<?> other, @NotNull @NotNull List<QName> overwrite) throws SchemaException - Specified by:
mergeContent
in interfacePrismContainerValue<C extends Containerable>
- Throws:
SchemaException
-
asSingleValuedContainer
default PrismContainer<C> asSingleValuedContainer(@NotNull @NotNull QName itemName) throws SchemaException Description copied from interface:PrismContainerValue
Returns a single-valued container (with a single-valued definition) holding just this value.- Specified by:
asSingleValuedContainer
in interfacePrismContainerValue<C extends Containerable>
- Parameters:
itemName
- Item name for newly-created container.- Throws:
SchemaException
-
getComplexTypeDefinition
- Specified by:
getComplexTypeDefinition
in interfacePrismContainerValue<C extends Containerable>
-
equivalent
- Specified by:
equivalent
in interfacePrismContainerValue<C extends Containerable>
-
cloneComplex
Description copied from interface:PrismValue
Complex clone with different cloning strategies.- Specified by:
cloneComplex
in interfaceComplexCopyable<C extends Containerable>
- Specified by:
cloneComplex
in interfacePrismContainerValue<C extends Containerable>
- Specified by:
cloneComplex
in interfacePrismValue
- Specified by:
cloneComplex
in interfacePrismValueDelegator
- See Also:
-
createImmutableClone
- Specified by:
createImmutableClone
in interfacePrismContainerValue<C extends Containerable>
- Specified by:
createImmutableClone
in interfacePrismValue
- Specified by:
createImmutableClone
in interfacePrismValueDelegator
-
clone
Description copied from interface:PrismValue
Literal clone.- Specified by:
clone
in interfacePrismContainerValue<C extends Containerable>
- Specified by:
clone
in interfacePrismValue
- Specified by:
clone
in interfacePrismValueDelegator
-
assertDefinitions
default void assertDefinitions(boolean tolerateRaw, Supplier<String> sourceDescriptionSupplier) throws SchemaException - Specified by:
assertDefinitions
in interfacePrismContainerValue<C extends Containerable>
- Throws:
SchemaException
-
assertDefinitions
- Specified by:
assertDefinitions
in interfacePrismContainerValue<C extends Containerable>
- Throws:
SchemaException
-
isIdOnly
default boolean isIdOnly()- Specified by:
isIdOnly
in interfacePrismContainerValue<C extends Containerable>
-
applyDefinition
default PrismContainerValue<C> applyDefinition(@NotNull @NotNull PrismContainerDefinition<C> containerDef, boolean force) throws SchemaException - Specified by:
applyDefinition
in interfacePrismContainerValue<C extends Containerable>
- Throws:
SchemaException
-
applyDefinition
default PrismContainerValue<C> applyDefinition(@NotNull @NotNull ItemDefinition<?> itemDefinition, boolean force) throws SchemaException Description copied from interface:PrismValue
Definition application MAY change the value (currently only for container values). The caller must deal with that.- Specified by:
applyDefinition
in interfacePrismContainerValue<C extends Containerable>
- Specified by:
applyDefinition
in interfacePrismValue
- Specified by:
applyDefinition
in interfacePrismValueDelegator
- Throws:
SchemaException
-
applyDefinition
default PrismContainerValue<C> applyDefinition(@NotNull @NotNull ItemDefinition<?> itemDefinition) throws SchemaException Description copied from interface:PrismValue
Definition application MAY change the value (currently only for container values). The caller must deal with that. To be seen if this is a good idea. But probably so, because there are various situations when the definition application changes the nature of a prism value (midPoint shadow associations are currently the only places) but of prism items (midPoint attributes and associations need this; and it must be worked around for now).- Specified by:
applyDefinition
in interfacePrismContainerValue<C extends Containerable>
- Specified by:
applyDefinition
in interfacePrismValue
- Specified by:
applyDefinition
in interfacePrismValueDelegator
- Throws:
SchemaException
-
removeRawElement
- Specified by:
removeRawElement
in interfacePrismContainerValue<C extends Containerable>
-
deleteRawElement
- Specified by:
deleteRawElement
in interfacePrismContainerValue<C extends Containerable>
- Throws:
SchemaException
-
addRawElement
- Specified by:
addRawElement
in interfacePrismContainerValue<C extends Containerable>
- Throws:
SchemaException
-
hasCompleteDefinition
default boolean hasCompleteDefinition()Description copied from interface:PrismContainerValue
Returns true if all contained items have complete definitions. (Currently does not check the definition of this value itself.)- Specified by:
hasCompleteDefinition
in interfacePrismContainerValue<C extends Containerable>
-
accept
- Specified by:
accept
in interfacePathVisitable
- Specified by:
accept
in interfacePrismContainerValue<C extends Containerable>
- Specified by:
accept
in interfacePrismValue
- Specified by:
accept
in interfacePrismValueDelegator
-
accept
- Specified by:
accept
in interfacePrismContainerValue<C extends Containerable>
- Specified by:
accept
in interfacePrismValue
- Specified by:
accept
in interfacePrismValueDelegator
- Specified by:
accept
in interfaceVisitable<C extends Containerable>
-
recompute
- Specified by:
recompute
in interfacePrismContainerValue<C extends Containerable>
- Specified by:
recompute
in interfacePrismValue
- Specified by:
recompute
in interfacePrismValueDelegator
-
getItemRealValue
- Specified by:
getItemRealValue
in interfacePrismContainerValue<C extends Containerable>
-
getPropertyRealValue
- Specified by:
getPropertyRealValue
in interfacePrismContainerValue<C extends Containerable>
-
setPropertyRealValue
- Specified by:
setPropertyRealValue
in interfacePrismContainerValue<C extends Containerable>
- Throws:
SchemaException
-
removeReference
- Specified by:
removeReference
in interfacePrismContainerValue<C extends Containerable>
-
removeContainer
- Specified by:
removeContainer
in interfacePrismContainerValue<C extends Containerable>
-
removeProperty
- Specified by:
removeProperty
in interfacePrismContainerValue<C extends Containerable>
-
removeItem
Description copied from interface:PrismContainerValue
Useful when removing something without the knowledge of its kind.- Specified by:
removeItem
in interfacePrismContainerValue<C extends Containerable>
-
createProperty
default <X> PrismProperty<X> createProperty(PrismPropertyDefinition<X> propertyDefinition) throws SchemaException - Specified by:
createProperty
in interfacePrismContainerValue<C extends Containerable>
- Throws:
SchemaException
-
createProperty
- Specified by:
createProperty
in interfacePrismContainerValue<C extends Containerable>
- Throws:
SchemaException
-
findOrCreateProperty
default <X> PrismProperty<X> findOrCreateProperty(PrismPropertyDefinition propertyDef) throws SchemaException - Specified by:
findOrCreateProperty
in interfacePrismContainerValue<C extends Containerable>
- Throws:
SchemaException
-
findOrCreateProperty
- Specified by:
findOrCreateProperty
in interfacePrismContainerValue<C extends Containerable>
- Throws:
SchemaException
-
findOrCreateItem
default <IV extends PrismValue,ID extends ItemDefinition<?>, I findOrCreateItemI extends Item<IV, ID>> (ItemPath path, Class<I> type, ID definition) throws SchemaException - Specified by:
findOrCreateItem
in interfacePrismContainerValue<C extends Containerable>
- Throws:
SchemaException
-
findOrCreateItem
default <IV extends PrismValue,ID extends ItemDefinition<?>, I findOrCreateItemI extends Item<IV, ID>> (QName containerName, Class<I> type) throws SchemaException - Specified by:
findOrCreateItem
in interfacePrismContainerValue<C extends Containerable>
- Throws:
SchemaException
-
findOrCreateItem
default <IV extends PrismValue,ID extends ItemDefinition<?>> Item<IV,ID> findOrCreateItem(QName containerName) throws SchemaException - Specified by:
findOrCreateItem
in interfacePrismContainerValue<C extends Containerable>
- Throws:
SchemaException
-
findOrCreateReference
- Specified by:
findOrCreateReference
in interfacePrismContainerValue<C extends Containerable>
- Throws:
SchemaException
-
findOrCreateContainer
default <T extends Containerable> PrismContainer<T> findOrCreateContainer(QName containerName) throws SchemaException - Specified by:
findOrCreateContainer
in interfacePrismContainerValue<C extends Containerable>
- Throws:
SchemaException
-
createDetachedSubItem
default <IV extends PrismValue,ID extends ItemDefinition<?>, I createDetachedSubItemI extends Item<IV, ID>> (QName name, Class<I> type, ID itemDefinition, boolean immutable) throws SchemaException, PrismContainerValue.RemovedItemDefinitionException - Specified by:
createDetachedSubItem
in interfacePrismContainerValue<C extends Containerable>
- Throws:
SchemaException
PrismContainerValue.RemovedItemDefinitionException
-
containsItem
- Specified by:
containsItem
in interfacePrismContainerValue<C extends Containerable>
- Throws:
SchemaException
-
findItem
default <IV extends PrismValue,ID extends ItemDefinition<?>, I findItemI extends Item<IV, ID>> (ItemDefinition itemDefinition, Class<I> type) - Specified by:
findItem
in interfacePrismContainerValue<C extends Containerable>
-
findItem
default <IV extends PrismValue,ID extends ItemDefinition<?>> Item<IV,ID> findItem(ItemPath itemPath) - Specified by:
findItem
in interfacePrismContainerValue<C extends Containerable>
-
findItem
default <IV extends PrismValue,ID extends ItemDefinition<?>, I findItemI extends Item<IV, ID>> (ItemPath itemPath, Class<I> type) - Specified by:
findItem
in interfacePrismContainerValue<C extends Containerable>
-
findReference
- Specified by:
findReference
in interfacePrismContainerValue<C extends Containerable>
-
findContainer
- Specified by:
findContainer
in interfacePrismContainerValue<C extends Containerable>
-
findProperty
Description copied from interface:PrismContainerValue
Finds a specific property in the container by definition.Returns null if nothing is found.
- Specified by:
findProperty
in interfacePrismContainerValue<C extends Containerable>
- Parameters:
propertyDefinition
- property definition to find.- Returns:
- found property or null
-
findProperty
- Specified by:
findProperty
in interfacePrismContainerValue<C extends Containerable>
-
findPartial
default <IV extends PrismValue,ID extends ItemDefinition<?>> PartiallyResolvedItem<IV,ID> findPartial(ItemPath path) - Specified by:
findPartial
in interfacePrismContainerValue<C extends Containerable>
-
contains
- Specified by:
contains
in interfacePrismContainerValue<C extends Containerable>
-
contains
- Specified by:
contains
in interfacePrismContainerValue<C extends Containerable>
-
clear
default void clear()- Specified by:
clear
in interfacePrismContainerValue<C extends Containerable>
-
replace
default <IV extends PrismValue,ID extends ItemDefinition<?>> void replace(Item<IV, ID> oldItem, Item<IV, throws SchemaExceptionID> newItem) - Specified by:
replace
in interfacePrismContainerValue<C extends Containerable>
- Throws:
SchemaException
-
addAllReplaceExisting
default void addAllReplaceExisting(Collection<? extends Item<?, ?>> itemsToAdd) throws SchemaExceptionDescription copied from interface:PrismContainerValue
Adds a collection of items to a property container. Existing values will be replaced.- Specified by:
addAllReplaceExisting
in interfacePrismContainerValue<C extends Containerable>
- Parameters:
itemsToAdd
- items to add- Throws:
SchemaException
-
addAll
Description copied from interface:PrismContainerValue
Adds a collection of items to a property container.- Specified by:
addAll
in interfacePrismContainerValue<C extends Containerable>
- Parameters:
itemsToAdd
- items to add- Throws:
SchemaException
-
removeAll
default void removeAll()- Specified by:
removeAll
in interfacePrismContainerValue<C extends Containerable>
-
remove
- Specified by:
remove
in interfacePrismContainerValue<C extends Containerable>
-
addReplaceExisting
default <IV extends PrismValue,ID extends ItemDefinition<?>> void addReplaceExisting(Item<IV, ID> item) throws SchemaExceptionDescription copied from interface:PrismContainerValue
Adds an item to a property container. Existing value will be replaced.- Specified by:
addReplaceExisting
in interfacePrismContainerValue<C extends Containerable>
- Parameters:
item
- item to add.- Throws:
SchemaException
-
subtract
default <IV extends PrismValue,ID extends ItemDefinition<?>> boolean subtract(Item<IV, ID> item) throws SchemaExceptionDescription copied from interface:PrismContainerValue
Subtract the provided item from this item. The values of the provided item are deleted from this item. Returns true if this item was changed.- Specified by:
subtract
in interfacePrismContainerValue<C extends Containerable>
- Throws:
SchemaException
-
merge
default <IV extends PrismValue,ID extends ItemDefinition<?>> boolean merge(Item<IV, ID> item) throws SchemaExceptionDescription copied from interface:PrismContainerValue
Merges the provided item into this item. The values are joined together. Returns true if new item or value was added.- Specified by:
merge
in interfacePrismContainerValue<C extends Containerable>
- Throws:
SchemaException
-
add
default <IV extends PrismValue,ID extends ItemDefinition<?>> void add(Item<IV, ID> item, boolean checkUniqueness) throws SchemaExceptionDescription copied from interface:PrismContainerValue
Adds an item to a property container.- Specified by:
add
in interfacePrismContainerValue<C extends Containerable>
- Parameters:
item
- item to add.- Throws:
SchemaException
-
add
default <IV extends PrismValue,ID extends ItemDefinition<?>> void add(Item<IV, ID> item) throws SchemaException- Specified by:
add
in interfacePrismContainerValue<C extends Containerable>
- Throws:
SchemaException
-
getItemNames
- Specified by:
getItemNames
in interfacePrismContainerValue<C extends Containerable>
-
asContainerable
- Specified by:
asContainerable
in interfacePrismContainerValue<C extends Containerable>
-
canRepresent
- Specified by:
canRepresent
in interfacePrismContainerValue<C extends Containerable>
-
getCompileTimeClass
- Specified by:
getCompileTimeClass
in interfacePrismContainerValue<C extends Containerable>
-
asContainerable
- Specified by:
asContainerable
in interfacePrismContainerValue<C extends Containerable>
-
getValue
- Specified by:
getValue
in interfacePrismContainerValue<C extends Containerable>
-
getContainer
- Specified by:
getContainer
in interfacePrismContainerValue<C extends Containerable>
-
getParent
- Specified by:
getParent
in interfacePrismContainerValue<C extends Containerable>
- Specified by:
getParent
in interfacePrismValue
- Specified by:
getParent
in interfacePrismValueDelegator
-
setId
- Specified by:
setId
in interfacePrismContainerValue<C extends Containerable>
-
getId
- Specified by:
getId
in interfacePrismContainerValue<C extends Containerable>
-
getProperties
Description copied from interface:PrismContainerValue
Returns a set of properties that the property container contains.Returned set is immutable! Any change to it will be ignored.
This method costs a bit, as the set of properties needs to be created. Consider using other methods if possible.
- Specified by:
getProperties
in interfacePrismContainerValue<C extends Containerable>
- Returns:
- set of properties that the property container contains.
-
size
default int size()- Specified by:
size
in interfacePrismContainerValue<C extends Containerable>
-
getItems
Description copied from interface:PrismContainerValue
Returns a collection of items that the property container contains. The items may be properties or inner property containers.Returned collection is mutable, but the caller should NOT modify it. Instead - e.g. if it needs to remove values - it should call remove() method.
- Specified by:
getItems
in interfacePrismContainerValue<C extends Containerable>
- Returns:
- collection of items that the property container contains.
-
revive
Description copied from interface:Revivable
TODO: Is revive necessary if prism context is static? TODO document (if it's found to be necessary) -
walk
default void walk(BiPredicate<? super ItemPath, Boolean> descendPredicate, Predicate<? super ItemPath> consumePredicate, Consumer<? super Item<?, throws SchemaException?>> itemConsumer) Description copied from interface:Walkable
Walk through hierarchy of containing items based on provided conditions. Caller can provide two types of conditions. One (consumePredicate
) is used to decide if currently iterated item should be consumed (by provideditemConsumer
). Second (descendPredicate
) tells, if walk should descend into currently iterated item. Descending condition is a BiPredicate in order to allow caller decide not just based on item path, but also based on the fact if the item was also consumed (depending on implementation, the results ofconsumePredicate
could be directly passed to the descending condition).- Specified by:
walk
in interfaceWalkable
- Parameters:
descendPredicate
- theBiPredicate
which tells whether to descend into current item. Boolean parameter tells whether the item was also consumed or not.consumePredicate
- thePredicate
which tells whether to consume current item.itemConsumer
- the consumer to consume item with if it passes theconsumePredicate
test.- Throws:
SchemaException
- when something wrong happen during the walk.
-