Class ValueMetadataWrapperImpl
java.lang.Object
com.evolveum.midpoint.gui.impl.prism.wrapper.ValueMetadataWrapperImpl
- All Implemented Interfaces:
ItemWrapper<PrismContainer<ValueMetadataType>,
,PrismContainerValueWrapper<ValueMetadataType>> PrismContainerWrapper<ValueMetadataType>
,Definition
,Freezable
,ItemDefinition<PrismContainer<ValueMetadataType>>
,LivePrismItemDefinition
,LocalItemDefinitionStore
,PrismContainerDefinition<ValueMetadataType>
,PrismItemAccessDefinition
,PrismItemBasicDefinition
,PrismItemStorageDefinition
,PrismLifecycleDefinition
,PrismPresentationDefinition
,Revivable
,SchemaLookup.Aware
,SmartVisitable<Definition>
,Visitable<Definition>
,DebugDumpable
,Serializable
,Cloneable
public class ValueMetadataWrapperImpl
extends Object
implements PrismContainerWrapper<ValueMetadataType>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.Definition
Definition.DefinitionBuilder, Definition.DefinitionMutator
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.ItemDefinition
ItemDefinition.ItemDefinitionLikeBuilder, ItemDefinition.ItemDefinitionMutator
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.PrismContainerDefinition
PrismContainerDefinition.PrismContainerDefinitionMutator<C extends Containerable>
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.PrismItemAccessDefinition
PrismItemAccessDefinition.Data, PrismItemAccessDefinition.Delegable, PrismItemAccessDefinition.Info, PrismItemAccessDefinition.Mutable
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.PrismItemBasicDefinition
PrismItemBasicDefinition.Data, PrismItemBasicDefinition.Delegable, PrismItemBasicDefinition.Mutable
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.PrismItemStorageDefinition
PrismItemStorageDefinition.Mutable
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.PrismLifecycleDefinition
PrismLifecycleDefinition.Data, PrismLifecycleDefinition.Delegable, PrismLifecycleDefinition.Mutable
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.PrismPresentationDefinition
PrismPresentationDefinition.Data, PrismPresentationDefinition.Delegable, PrismPresentationDefinition.Mutable
-
Field Summary
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
Constructor Summary
ConstructorDescriptionValueMetadataWrapperImpl
(PrismContainerWrapper<ValueMetadataType> metadataValueWrapper) -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(Visitor<Definition> visitor) boolean
accept
(Visitor<Definition> visitor, SmartVisitation<Definition> visitation) <PV extends PrismValue>
voidadd
(PV newValueWrapper, ModelServiceLocator locator) boolean
canAdd()
Returns true if this item can be added: it can be part of an object that is created.boolean
Returns true if this item can be modified (updated).boolean
canRead()
Returns true if this item can be read (displayed).boolean
canRepresent
(@NotNull QName type) TODOboolean
@NotNull PrismContainerDefinition<ValueMetadataType>
clone()
cloneWithNewDefinition
(QName newItemName, ItemDefinition<?> newDefinition) TODO@NotNull ItemDefinition<PrismContainer<ValueMetadataType>>
cloneWithNewName
(@NotNull ItemName itemName) Returns a clone of this definition, but with name changed to the provided one.@NotNull PrismContainerDefinition<?>
cloneWithNewType
(@NotNull QName newTypeName, @NotNull ComplexTypeDefinition newCtd) Changes the type name and definition for this PCD.@NotNull ContainerDelta<ValueMetadataType>
createEmptyDelta
(ItemPath path) Creates an empty delta (with appropriate implementation class), pointing to this item definition, with a given path.TODOdebugDump
(int indent) void
Used in debugDumping items.deepClone
(@NotNull DeepCloneOperation operation) TODO document<T extends Containerable>
PrismContainerWrapper<T>findContainer
(ItemPath path) <T extends Containerable>
PrismContainerWrapper<T>findContainer
(String identifier) <T extends Containerable>
PrismContainerValueWrapper<T>findContainerValue
(ItemPath path) <IW extends ItemWrapper>
IW<T extends ItemDefinition<?>>
TfindItemDefinition
(@NotNull ItemPath path, @NotNull Class<T> clazz) Used to find a matching item definition _within_ this definition.<OW extends PrismObjectWrapper<O>,
O extends ObjectType>
OW<X> PrismPropertyWrapper<X>
findProperty
(ItemPath propertyPath) <R extends Referencable>
PrismReferenceWrapper<R>findReference
(ItemPath path) void
freeze()
<A> A
getAnnotation
(QName qname) Returns generic definition annotation.Returns all annotations, as unmodifiable map.List<PrismContainerDefinition<? extends Containerable>>
List<? extends ItemDefinition>
Static (compile-time) class holding the container values.Definition of the container values.@NotNull List<? extends ItemDefinition<?>>
Returns a list of item definitions in this container.<D extends ItemDelta<? extends PrismValue,
? extends ItemDefinition>>
Collection<D>getDelta()
Enumeration annotation that specifies how/whether the item should be displayed.Returns display name.Specifies an order in which the item should be displayed relative to other items at the same level.Must containstag because of html tags used in text. Returns only a first sentence of documentation.getHelp()
Returns help string.getItem()
@NotNull ItemName
Gets the "canonical" name of the item for the definition.int
Returns the number of maximal value occurrences.@Nullable String
@Nullable ItemMerger
getMergerInstance
(@NotNull MergeStrategy strategy, @Nullable OriginMarker originMarker) int
Returns the number of minimal value occurrences.@Nullable NaturalKeyDefinition
<C extends Containerable>
PrismContainerValueWrapper<C>getParentContainerValue
(Class<? extends C> parentClass) getPath()
Version of data model in which the item is likely to be removed.getPreconditionDeltas
(ModelServiceLocator serviceLocator, OperationResult result) Collect processor with deltas and consumer, that should be processed before basic deltas of showed objectReturns set of property definitions.@Nullable SchemaContextDefinition
PrismContainerWrapper<? extends Containerable>
Returns the name of an element this one can be substituted for (e.g.Returns a compile-time class that is used to represent items.@NotNull QName
Returns a name of the type for this definition.getValue()
Reference to an object that directly or indirectly represents possible values for this item.@NotNull PrismContainer<ValueMetadataType>
Create an item instance.@NotNull PrismContainer<ValueMetadataType>
instantiate
(QName name) Create an item instance.boolean
For types: is the type abstract so that it should not be instantiated directly? For items: TODOboolean
Item which should always be used for equals even if it is operational and strategy does not consider operational items.boolean
isColumn()
boolean
boolean
Returns true if definition was created during the runtime based on a dynamic information such as xsi:type attributes in XML.boolean
Elaborate items are complicated data structure that may deviate from normal principles of the system.boolean
True for definitions that are more important than others and that should be emphasized during presentation.boolean
isEmpty()
TODOboolean
boolean
Experimental functionality is not stable and it may be changed in any future release without any warning.boolean
Can be used in heterogeneous lists as a list item.boolean
boolean
This is XSD annotation that specifies whether a property should be indexed in the storage.boolean
If true, this item is not stored in XML representation in repo.boolean
Whether the item is inherited from a supertype.boolean
boolean
Marks operational item.boolean
Marks item that could be ignored by SCM tools (e.g.boolean
boolean
boolean
boolean
This means that this particular definition (of an item or of a type) is part of the runtime schema, e.g.boolean
boolean
boolean
boolean
boolean
isValidFor
(@NotNull QName elementQName, @NotNull Class<? extends ItemDefinition<?>> clazz, boolean caseInsensitive) Returns true if this definition is valid for given element name and definition class, in either case-sensitive (the default) or case-insensitive way.boolean
boolean
isVisible
(PrismContainerValueWrapper<?> parentContainer, ItemVisibilityHandler visibilityHandler) mutator()
Returns an interface to mutate this definition.void
remove
(PrismContainerValueWrapper<ValueMetadataType> valueWrapper, ModelServiceLocator locator) void
removeAll
(ModelServiceLocator locator) void
replaceDefinition
(QName itemName, ItemDefinition<?> newDefinition) TODOvoid
revive
(PrismContext prismContext) TODO: Is revive necessary if prism context is static? TODO document (if it's found to be necessary)void
setColumn
(boolean column) void
setExpanded
(boolean expanded) void
setIdentifier
(String identifier) void
setMetadata
(boolean metadata) void
setProcessProvenanceMetadata
(boolean processProvenanceMetadata) void
setReadOnly
(boolean readOnly) void
setShowEmpty
(boolean isShowEmpty, boolean recursive) void
setShowInVirtualContainer
(boolean showInVirtualContainer) void
setShowMetadataDetails
(boolean showMetadataDetails) void
setValidated
(boolean validated) void
setVirtual
(boolean virtual) void
void
unselect()
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
Methods inherited from interface com.evolveum.midpoint.prism.Definition
checkMutableOnExposing, debugDump, getMutabilityFlag
Methods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable
Methods inherited from interface com.evolveum.midpoint.prism.LocalItemDefinitionStore
containsItemDefinition, findContainerDefinition, findItemDefinition, findLocalItemDefinition, findLocalItemDefinition, findPropertyDefinition, findReferenceDefinition
Methods inherited from interface com.evolveum.midpoint.prism.PrismContainerDefinition
getAlwaysUseForEquals, getItemNames, isAlwaysUseForEquals, isCompletelyDefined, schemaLookup, structuredType
Methods inherited from interface com.evolveum.midpoint.gui.api.prism.wrapper.PrismContainerWrapper
cloneVirtualContainerWithNewValue
Methods inherited from interface com.evolveum.midpoint.prism.PrismItemAccessDefinition
getInfo
Methods inherited from interface com.evolveum.midpoint.prism.PrismItemBasicDefinition
isMandatory, isMultiValue, isOptional, isSingleValue
Methods inherited from interface com.evolveum.midpoint.prism.PrismItemStorageDefinition
isSearchable
-
Constructor Details
-
ValueMetadataWrapperImpl
-
-
Method Details
-
getTypeName
Description copied from interface:Definition
Returns a name of the type for this definition. The type can be part of the compile-time schema or it can be defined at run time. Examples of the former case are types like c:UserType, xsd:string, or even flexible ones like c:ExtensionType or c:ShadowAttributesType. Examples of the latter case are types used in - custom extensions, like ext:LocationsType (where ext = e.g. http://example.com/extension), - resource schema, like ri:inetOrgPerson (ri = http://.../resource/instance-3), - connector schema, like TODO In XML representation that corresponds to the name of the XSD type. Although beware, the run-time types do not have statically defined structure. And the resource and connector-related types may even represent different kinds of objects within different contexts (e.g. two distinct resources both with ri:AccountObjectClass types). Also note that for complex type definitions, the type name serves as a unique identifier. On the other hand, for item definitions, it is just one of its attributes; primary key is item name in that case. The type name should be fully qualified. (TODO reconsider this)- Specified by:
getTypeName
in interfaceDefinition
- Specified by:
getTypeName
in interfacePrismItemBasicDefinition
- Returns:
- the type name
-
isRuntimeSchema
public boolean isRuntimeSchema()Description copied from interface:Definition
This means that this particular definition (of an item or of a type) is part of the runtime schema, e.g. extension schema, resource schema or connector schema or something like that. I.e. it is not defined statically.- Specified by:
isRuntimeSchema
in interfaceDefinition
-
isIgnored
public boolean isIgnored()- Specified by:
isIgnored
in interfaceItemDefinition<PrismContainer<ValueMetadataType>>
-
isOptionalCleanup
public boolean isOptionalCleanup()Description copied from interface:Definition
Marks item that could be ignored by SCM tools (e.g. Git), or removed before commit.- Specified by:
isOptionalCleanup
in interfaceDefinition
-
getProcessing
- Specified by:
getProcessing
in interfaceItemDefinition<PrismContainer<ValueMetadataType>>
-
isAbstract
public boolean isAbstract()Description copied from interface:Definition
For types: is the type abstract so that it should not be instantiated directly? For items: TODO- Specified by:
isAbstract
in interfaceDefinition
-
isDeprecated
public boolean isDeprecated()- Specified by:
isDeprecated
in interfacePrismLifecycleDefinition
-
isRemoved
public boolean isRemoved()- Specified by:
isRemoved
in interfacePrismLifecycleDefinition
-
getRemovedSince
- Specified by:
getRemovedSince
in interfacePrismLifecycleDefinition
-
isExperimental
public boolean isExperimental()Description copied from interface:PrismLifecycleDefinition
Experimental functionality is not stable and it may be changed in any future release without any warning. Use at your own risk.- Specified by:
isExperimental
in interfacePrismLifecycleDefinition
-
getPlannedRemoval
Description copied from interface:PrismLifecycleDefinition
Version of data model in which the item is likely to be removed. This annotation is used for deprecated item to indicate imminent incompatibility in future versions of data model.- Specified by:
getPlannedRemoval
in interfacePrismLifecycleDefinition
-
isElaborate
public boolean isElaborate()Description copied from interface:Definition
Elaborate items are complicated data structure that may deviate from normal principles of the system. For example elaborate items may not be supported in user interface and may only be manageable by raw edits or a special-purpose tools. Elaborate items may be not fully supported by authorizations, schema tools and so on.- Specified by:
isElaborate
in interfaceDefinition
-
getDeprecatedSince
- Specified by:
getDeprecatedSince
in interfacePrismLifecycleDefinition
-
getDisplayHint
Description copied from interface:PrismPresentationDefinition
Enumeration annotation that specifies how/whether the item should be displayed. It is also a replacement for the old "emphasized" annotation.- Specified by:
getDisplayHint
in interfacePrismPresentationDefinition
-
getMergerIdentifier
- Specified by:
getMergerIdentifier
in interfaceDefinition
-
getNaturalKeyConstituents
- Specified by:
getNaturalKeyConstituents
in interfaceDefinition
-
getMergerInstance
@Nullable public @Nullable ItemMerger getMergerInstance(@NotNull @NotNull MergeStrategy strategy, @Nullable @Nullable OriginMarker originMarker) - Specified by:
getMergerInstance
in interfaceDefinition
-
getNaturalKeyInstance
- Specified by:
getNaturalKeyInstance
in interfaceDefinition
-
getSchemaContextDefinition
- Specified by:
getSchemaContextDefinition
in interfaceDefinition
-
isAlwaysUseForEquals
public boolean isAlwaysUseForEquals()Description copied from interface:ItemDefinition
Item which should always be used for equals even if it is operational and strategy does not consider operational items. EXPERIMENTAL- Specified by:
isAlwaysUseForEquals
in interfaceItemDefinition<PrismContainer<ValueMetadataType>>
-
isEmphasized
public boolean isEmphasized()Description copied from interface:PrismPresentationDefinition
True for definitions that are more important than others and that should be emphasized during presentation. E.g. the emphasized definitions will always be displayed in the user interfaces (even if they are empty), they will always be included in the dumps, etc. TODO probably deprecated, isn't it?- Specified by:
isEmphasized
in interfacePrismPresentationDefinition
-
getDisplayName
Description copied from interface:PrismPresentationDefinition
Returns display name. Specifies the printable name of the object class or attribute. It must contain a printable string. It may also contain a key to catalog file. Returns null if no display name is set. Corresponds to "displayName" XSD annotation.- Specified by:
getDisplayName
in interfacePrismPresentationDefinition
- Returns:
- display name string or catalog key
-
getDisplayOrder
Description copied from interface:PrismPresentationDefinition
Specifies an order in which the item should be displayed relative to other items at the same level. The items will be displayed by sorting them by the values of displayOrder annotation (ascending). Items that do not have any displayOrder annotation will be displayed last. The ordering of values with the same displayOrder is undefined and it may be arbitrary.- Specified by:
getDisplayOrder
in interfacePrismPresentationDefinition
-
getHelp
Description copied from interface:PrismPresentationDefinition
Returns help string. Specifies the help text or a key to catalog file for a help text. The help text may be displayed in any suitable way by the GUI. It should explain the meaning of an attribute or object class. Returns null if no help string is set. Corresponds to "help" XSD annotation.- Specified by:
getHelp
in interfacePrismPresentationDefinition
- Returns:
- help string or catalog key
-
getDocumentation
Description copied from interface:PrismPresentationDefinition
Must containstag because of html tags used in text. - Specified by:
getDocumentation
in interfacePrismPresentationDefinition
-
getDocumentationPreview
Description copied from interface:PrismPresentationDefinition
Returns only a first sentence of documentation.- Specified by:
getDocumentationPreview
in interfacePrismPresentationDefinition
-
isExpanded
public boolean isExpanded()- Specified by:
isExpanded
in interfacePrismContainerWrapper<ValueMetadataType>
-
getStatus
- Specified by:
getStatus
in interfaceItemWrapper<PrismContainer<ValueMetadataType>,
PrismContainerValueWrapper<ValueMetadataType>> - Specified by:
getStatus
in interfacePrismContainerWrapper<ValueMetadataType>
-
getCompileTimeClass
Description copied from interface:PrismContainerDefinition
Static (compile-time) class holding the container values. May be null. (Let's not mark it as @Nullable to avoid lots of warnings.)- Specified by:
getCompileTimeClass
in interfacePrismContainerDefinition<ValueMetadataType>
-
getComplexTypeDefinition
Description copied from interface:PrismContainerDefinition
Definition of the container values. May be null. (Let's not mark it as @Nullable to avoid lots of warnings.) Note that individual values can hold their own (more specific) complex type definitions.- Specified by:
getComplexTypeDefinition
in interfacePrismContainerDefinition<ValueMetadataType>
-
getDefinitions
Description copied from interface:PrismContainerDefinition
Returns a list of item definitions in this container. It is intentionally aList
because it is ordered. (To provide standard format for serialization.) Usually obtained fromComplexTypeDefinition
. So please do not modify the content of the list!- Specified by:
getDefinitions
in interfaceLocalItemDefinitionStore
- Specified by:
getDefinitions
in interfacePrismContainerDefinition<ValueMetadataType>
-
getPropertyDefinitions
Description copied from interface:PrismContainerDefinition
Returns set of property definitions. The set contains all property definitions of all types that were parsed. Order of definitions is insignificant. The returned collection is immutable or detached from the source. Don't try to modify it. It may fail or the changes may be lost.- Specified by:
getPropertyDefinitions
in interfacePrismContainerDefinition<ValueMetadataType>
-
getItemName
Description copied from interface:PrismItemBasicDefinition
Gets the "canonical" name of the item for the definition. Should be qualified, if at all possible.- Specified by:
getItemName
in interfacePrismItemBasicDefinition
-
getMinOccurs
public int getMinOccurs()Description copied from interface:PrismItemBasicDefinition
Returns the number of minimal value occurrences.- Specified by:
getMinOccurs
in interfacePrismItemBasicDefinition
-
getMaxOccurs
public int getMaxOccurs()Description copied from interface:PrismItemBasicDefinition
Returns the number of maximal value occurrences. Any negative number means "unbounded".- Specified by:
getMaxOccurs
in interfacePrismItemBasicDefinition
-
isOperational
public boolean isOperational()Description copied from interface:ItemDefinition
Marks operational item. Operational properties are auxiliary data (or meta-data) that are usually not modifiable by the end user. They are generated and maintained by the system. Operational items are also not usually displayed unless it is explicitly requested. The example of operational items are modification timestamps, create timestamps, user that made the last change, etc. They are also treated in a special way when comparing values. SeeParameterizedEquivalenceStrategy
.- Specified by:
isOperational
in interfaceItemDefinition<PrismContainer<ValueMetadataType>>
-
isIndexOnly
public boolean isIndexOnly()Description copied from interface:PrismItemStorageDefinition
If true, this item is not stored in XML representation in repo. TODO better name- Specified by:
isIndexOnly
in interfacePrismItemStorageDefinition
-
isInherited
public boolean isInherited()Description copied from interface:ItemDefinition
Whether the item is inherited from a supertype.- Specified by:
isInherited
in interfaceItemDefinition<PrismContainer<ValueMetadataType>>
-
isDynamic
public boolean isDynamic()Description copied from interface:ItemDefinition
Returns true if definition was created during the runtime based on a dynamic information such as xsi:type attributes in XML. This means that the definition needs to be stored alongside the data to have a successful serialization "roundtrip". The definition is not part of any schema and therefore cannot be determined. It may even be different for every instance of the associated item (element name).- Specified by:
isDynamic
in interfaceItemDefinition<PrismContainer<ValueMetadataType>>
-
canRead
public boolean canRead()Description copied from interface:PrismItemAccessDefinition
Returns true if this item can be read (displayed). In case of containers this flag is, strictly speaking, not applicable. Container is an empty shell. What matters is access to individual sub-item. However, for containers this value has a "hint" meaning. It means that the container itself contains something that is readable. Which can be used as a hint by the presentation to display container label or block. This usually happens if the container contains at least one readable item. This does NOT mean that also all the container items can be displayed. The sub-item permissions are controlled by similar properties on the items. This property only applies to the container itself: the "shell" of the container.Note: It was considered to use a different meaning for this flag - a meaning that would allow canRead()=false containers to have readable items. However, this was found not to be very useful. Therefore the "something readable inside" meaning was confirmed instead.
- Specified by:
canRead
in interfacePrismItemAccessDefinition
-
canModify
public boolean canModify()Description copied from interface:PrismItemAccessDefinition
Returns true if this item can be modified (updated). In case of containers this means that the container itself should be displayed in modification forms E.g. that the container label or block should be displayed. This usually happens if the container contains at least one modifiable item. This does NOT mean that also all the container items can be modified. The sub-item permissions are controlled by similar properties on the items. This property only applies to the container itself: the "shell" of the container.- Specified by:
canModify
in interfacePrismItemAccessDefinition
-
canAdd
public boolean canAdd()Description copied from interface:PrismItemAccessDefinition
Returns true if this item can be added: it can be part of an object that is created. In case of containers this means that the container itself should be displayed in creation forms E.g. that the container label or block should be displayed. This usually happens if the container contains at least one createable item. This does NOT mean that also all the container items can be created. The sub-item permissions are controlled by similar properties on the items. This property only applies to the container itself: the "shell" of the container.- Specified by:
canAdd
in interfacePrismItemAccessDefinition
-
getSubstitutionHead
Description copied from interface:ItemDefinition
Returns the name of an element this one can be substituted for (e.g. c:user -> c:object, s:pipeline -> s:expression, etc). EXPERIMENTAL- Specified by:
getSubstitutionHead
in interfaceItemDefinition<PrismContainer<ValueMetadataType>>
-
isHeterogeneousListItem
public boolean isHeterogeneousListItem()Description copied from interface:ItemDefinition
Can be used in heterogeneous lists as a list item. EXPERIMENTAL.- Specified by:
isHeterogeneousListItem
in interfaceItemDefinition<PrismContainer<ValueMetadataType>>
-
getValueEnumerationRef
Description copied from interface:ItemDefinition
Reference to an object that directly or indirectly represents possible values for this item. We do not define here what exactly the object has to be. It can be a lookup table, script that dynamically produces the values or anything similar. The object must produce the values of the correct type for this item otherwise an error occurs.- Specified by:
getValueEnumerationRef
in interfaceItemDefinition<PrismContainer<ValueMetadataType>>
-
isValidFor
public boolean isValidFor(@NotNull @NotNull QName elementQName, @NotNull @NotNull Class<? extends ItemDefinition<?>> clazz, boolean caseInsensitive) Description copied from interface:LivePrismItemDefinition
Returns true if this definition is valid for given element name and definition class, in either case-sensitive (the default) or case-insensitive way. Used e.g. for "slow" path lookup where we iterate over all definitions in a complex type.- Specified by:
isValidFor
in interfaceLivePrismItemDefinition
-
instantiate
Description copied from interface:ItemDefinition
Create an item instance. Definition name or default name will be used as an element name for the instance. The instance will otherwise be empty.- Specified by:
instantiate
in interfaceItemDefinition<PrismContainer<ValueMetadataType>>
- Throws:
SchemaException
-
instantiate
@NotNull public @NotNull PrismContainer<ValueMetadataType> instantiate(QName name) throws SchemaException Description copied from interface:ItemDefinition
Create an item instance. Definition name will use provided name. for the instance. The instance will otherwise be empty.- Specified by:
instantiate
in interfaceItemDefinition<PrismContainer<ValueMetadataType>>
- Throws:
SchemaException
-
findItemDefinition
public <T extends ItemDefinition<?>> T findItemDefinition(@NotNull @NotNull ItemPath path, @NotNull @NotNull Class<T> clazz) Description copied from interface:LivePrismItemDefinition
Used to find a matching item definition _within_ this definition. Treats e.g. de-referencing in prism references.- Specified by:
findItemDefinition
in interfaceLivePrismItemDefinition
- Specified by:
findItemDefinition
in interfaceLocalItemDefinitionStore
-
createEmptyDelta
Description copied from interface:ItemDefinition
Creates an empty delta (with appropriate implementation class), pointing to this item definition, with a given path.- Specified by:
createEmptyDelta
in interfaceItemDefinition<PrismContainer<ValueMetadataType>>
- Specified by:
createEmptyDelta
in interfacePrismContainerDefinition<ValueMetadataType>
-
clone
- Specified by:
clone
in interfaceDefinition
- Specified by:
clone
in interfaceItemDefinition<PrismContainer<ValueMetadataType>>
- Specified by:
clone
in interfacePrismContainerDefinition<ValueMetadataType>
- Overrides:
clone
in classObject
-
cloneWithNewName
@NotNull public @NotNull ItemDefinition<PrismContainer<ValueMetadataType>> cloneWithNewName(@NotNull @NotNull ItemName itemName) Description copied from interface:ItemDefinition
Returns a clone of this definition, but with name changed to the provided one.- Specified by:
cloneWithNewName
in interfaceItemDefinition<PrismContainer<ValueMetadataType>>
- See Also:
-
cloneWithNewType
@NotNull public @NotNull PrismContainerDefinition<?> cloneWithNewType(@NotNull @NotNull QName newTypeName, @NotNull @NotNull ComplexTypeDefinition newCtd) Description copied from interface:PrismContainerDefinition
Changes the type name and definition for this PCD. Use only in special cases.- Specified by:
cloneWithNewType
in interfacePrismContainerDefinition<ValueMetadataType>
-
isIndexed
Description copied from interface:PrismItemStorageDefinition
This is XSD annotation that specifies whether a property should be indexed in the storage. It can only apply to properties. It has following meaning: true: the property must be indexed. If the storage is not able to index the value, it should indicate an error. false: the property should not be indexed. null: data store decides whether to index the property or not.- Specified by:
isIndexed
in interfacePrismItemStorageDefinition
-
deepClone
public ItemDefinition<PrismContainer<ValueMetadataType>> deepClone(@NotNull @NotNull DeepCloneOperation operation) Description copied from interface:ItemDefinition
TODO document- Specified by:
deepClone
in interfaceItemDefinition<PrismContainer<ValueMetadataType>>
-
revive
Description copied from interface:Revivable
TODO: Is revive necessary if prism context is static? TODO document (if it's found to be necessary) -
debugDumpShortToString
Description copied from interface:ItemDefinition
Used in debugDumping items. Does not need to have name in it as item already has it. Does not need to have class as that is just too much info that is almost anytime pretty obvious anyway.- Specified by:
debugDumpShortToString
in interfaceItemDefinition<PrismContainer<ValueMetadataType>>
-
cloneWithNewDefinition
public PrismContainerDefinition<ValueMetadataType> cloneWithNewDefinition(QName newItemName, ItemDefinition<?> newDefinition) Description copied from interface:PrismContainerDefinition
TODO- Specified by:
cloneWithNewDefinition
in interfacePrismContainerDefinition<ValueMetadataType>
-
replaceDefinition
Description copied from interface:PrismContainerDefinition
TODO- Specified by:
replaceDefinition
in interfacePrismContainerDefinition<ValueMetadataType>
-
createValue
Description copied from interface:PrismContainerDefinition
TODO- Specified by:
createValue
in interfacePrismContainerDefinition<ValueMetadataType>
-
isEmpty
public boolean isEmpty()Description copied from interface:PrismContainerDefinition
TODO- Specified by:
isEmpty
in interfaceItemWrapper<PrismContainer<ValueMetadataType>,
PrismContainerValueWrapper<ValueMetadataType>> - Specified by:
isEmpty
in interfacePrismContainerDefinition<ValueMetadataType>
-
canRepresent
Description copied from interface:PrismContainerDefinition
TODO- Specified by:
canRepresent
in interfacePrismContainerDefinition<ValueMetadataType>
-
mutator
Description copied from interface:Definition
Returns an interface to mutate this definition.- Specified by:
mutator
in interfaceDefinition
- Specified by:
mutator
in interfaceItemDefinition<PrismContainer<ValueMetadataType>>
- Specified by:
mutator
in interfacePrismContainerDefinition<ValueMetadataType>
-
getTypeClass
Description copied from interface:Definition
Returns a compile-time class that is used to represent items. E.g. returns String, Integer, subclasses of Objectable and Containerable and so on.- Specified by:
getTypeClass
in interfaceDefinition
- Specified by:
getTypeClass
in interfacePrismContainerDefinition<ValueMetadataType>
-
getAnnotation
Description copied from interface:Definition
Returns generic definition annotation. Annotations are a method to extend schema definitions. This may be annotation stored in the schema definition file (e.g. XSD) or it may be a dynamic annotation determined at run-time. Annotation value should be a prism-supported object. E.g. a prims "bean" (JAXB annotated class), prism item, prism value or something like that. EXPERIMENTAL. Hic sunt leones. This may change at any moment. Note: annotations are only partially supported now (3.8). They are somehow transient. E.g. they are not serialized to XSD schema definitions (yet).- Specified by:
getAnnotation
in interfaceDefinition
-
getAnnotations
Description copied from interface:Definition
Returns all annotations, as unmodifiable map. Nullable by design, to avoid creating lots of empty maps.- Specified by:
getAnnotations
in interfaceDefinition
-
getSchemaMigrations
- Specified by:
getSchemaMigrations
in interfacePrismLifecycleDefinition
-
getDiagrams
- Specified by:
getDiagrams
in interfacePrismPresentationDefinition
-
remove
public void remove(PrismContainerValueWrapper<ValueMetadataType> valueWrapper, ModelServiceLocator locator) throws SchemaException - Specified by:
remove
in interfaceItemWrapper<PrismContainer<ValueMetadataType>,
PrismContainerValueWrapper<ValueMetadataType>> - Throws:
SchemaException
-
removeAll
- Specified by:
removeAll
in interfaceItemWrapper<PrismContainer<ValueMetadataType>,
PrismContainerValueWrapper<ValueMetadataType>> - Throws:
SchemaException
-
add
public <PV extends PrismValue> void add(PV newValueWrapper, ModelServiceLocator locator) throws SchemaException - Specified by:
add
in interfaceItemWrapper<PrismContainer<ValueMetadataType>,
PrismContainerValueWrapper<ValueMetadataType>> - Throws:
SchemaException
-
setVirtual
public void setVirtual(boolean virtual) - Specified by:
setVirtual
in interfacePrismContainerWrapper<ValueMetadataType>
-
setExpanded
public void setExpanded(boolean expanded) - Specified by:
setExpanded
in interfacePrismContainerWrapper<ValueMetadataType>
-
findContainer
public <T extends Containerable> PrismContainerWrapper<T> findContainer(ItemPath path) throws SchemaException - Specified by:
findContainer
in interfacePrismContainerWrapper<ValueMetadataType>
- Throws:
SchemaException
-
findContainer
- Specified by:
findContainer
in interfacePrismContainerWrapper<ValueMetadataType>
-
findProperty
- Specified by:
findProperty
in interfacePrismContainerWrapper<ValueMetadataType>
- Throws:
SchemaException
-
findReference
public <R extends Referencable> PrismReferenceWrapper<R> findReference(ItemPath path) throws SchemaException - Specified by:
findReference
in interfacePrismContainerWrapper<ValueMetadataType>
- Throws:
SchemaException
-
findContainerValue
public <T extends Containerable> PrismContainerValueWrapper<T> findContainerValue(ItemPath path) throws SchemaException - Specified by:
findContainerValue
in interfacePrismContainerWrapper<ValueMetadataType>
- Throws:
SchemaException
-
findItem
- Specified by:
findItem
in interfacePrismContainerWrapper<ValueMetadataType>
- Throws:
SchemaException
-
getSelectedChild
- Specified by:
getSelectedChild
in interfacePrismContainerWrapper<ValueMetadataType>
-
setIdentifier
- Specified by:
setIdentifier
in interfacePrismContainerWrapper<ValueMetadataType>
-
getIdentifier
- Specified by:
getIdentifier
in interfacePrismContainerWrapper<ValueMetadataType>
-
getPath
- Specified by:
getPath
in interfaceItemWrapper<PrismContainer<ValueMetadataType>,
PrismContainerValueWrapper<ValueMetadataType>>
-
isReadOnly
public boolean isReadOnly()- Specified by:
isReadOnly
in interfaceItemWrapper<PrismContainer<ValueMetadataType>,
PrismContainerValueWrapper<ValueMetadataType>>
-
setReadOnly
public void setReadOnly(boolean readOnly) - Specified by:
setReadOnly
in interfaceItemWrapper<PrismContainer<ValueMetadataType>,
PrismContainerValueWrapper<ValueMetadataType>>
-
getFormComponentValidator
- Specified by:
getFormComponentValidator
in interfaceItemWrapper<PrismContainer<ValueMetadataType>,
PrismContainerValueWrapper<ValueMetadataType>>
-
getValues
- Specified by:
getValues
in interfaceItemWrapper<PrismContainer<ValueMetadataType>,
PrismContainerValueWrapper<ValueMetadataType>>
-
getValue
- Specified by:
getValue
in interfaceItemWrapper<PrismContainer<ValueMetadataType>,
PrismContainerValueWrapper<ValueMetadataType>> - Throws:
SchemaException
-
getItem
- Specified by:
getItem
in interfaceItemWrapper<PrismContainer<ValueMetadataType>,
PrismContainerValueWrapper<ValueMetadataType>>
-
isColumn
public boolean isColumn()- Specified by:
isColumn
in interfaceItemWrapper<PrismContainer<ValueMetadataType>,
PrismContainerValueWrapper<ValueMetadataType>>
-
setColumn
public void setColumn(boolean column) - Specified by:
setColumn
in interfaceItemWrapper<PrismContainer<ValueMetadataType>,
PrismContainerValueWrapper<ValueMetadataType>>
-
getDelta
public <D extends ItemDelta<? extends PrismValue,? extends ItemDefinition>> Collection<D> getDelta() throws SchemaException- Specified by:
getDelta
in interfaceItemWrapper<PrismContainer<ValueMetadataType>,
PrismContainerValueWrapper<ValueMetadataType>> - Throws:
SchemaException
-
findObjectStatus
- Specified by:
findObjectStatus
in interfaceItemWrapper<PrismContainer<ValueMetadataType>,
PrismContainerValueWrapper<ValueMetadataType>>
-
findObjectWrapper
- Specified by:
findObjectWrapper
in interfaceItemWrapper<PrismContainer<ValueMetadataType>,
PrismContainerValueWrapper<ValueMetadataType>>
-
isShowEmpty
public boolean isShowEmpty()- Specified by:
isShowEmpty
in interfaceItemWrapper<PrismContainer<ValueMetadataType>,
PrismContainerValueWrapper<ValueMetadataType>>
-
setShowEmpty
public void setShowEmpty(boolean isShowEmpty, boolean recursive) - Specified by:
setShowEmpty
in interfaceItemWrapper<PrismContainer<ValueMetadataType>,
PrismContainerValueWrapper<ValueMetadataType>>
-
isShowInVirtualContainer
public boolean isShowInVirtualContainer()- Specified by:
isShowInVirtualContainer
in interfaceItemWrapper<PrismContainer<ValueMetadataType>,
PrismContainerValueWrapper<ValueMetadataType>>
-
setShowInVirtualContainer
public void setShowInVirtualContainer(boolean showInVirtualContainer) - Specified by:
setShowInVirtualContainer
in interfaceItemWrapper<PrismContainer<ValueMetadataType>,
PrismContainerValueWrapper<ValueMetadataType>>
-
isVirtual
public boolean isVirtual()- Specified by:
isVirtual
in interfacePrismContainerWrapper<ValueMetadataType>
-
isMetadata
public boolean isMetadata()- Specified by:
isMetadata
in interfaceItemWrapper<PrismContainer<ValueMetadataType>,
PrismContainerValueWrapper<ValueMetadataType>>
-
setMetadata
public void setMetadata(boolean metadata) - Specified by:
setMetadata
in interfaceItemWrapper<PrismContainer<ValueMetadataType>,
PrismContainerValueWrapper<ValueMetadataType>>
-
setShowMetadataDetails
public void setShowMetadataDetails(boolean showMetadataDetails) - Specified by:
setShowMetadataDetails
in interfaceItemWrapper<PrismContainer<ValueMetadataType>,
PrismContainerValueWrapper<ValueMetadataType>>
-
isShowMetadataDetails
public boolean isShowMetadataDetails()- Specified by:
isShowMetadataDetails
in interfaceItemWrapper<PrismContainer<ValueMetadataType>,
PrismContainerValueWrapper<ValueMetadataType>>
-
isProcessProvenanceMetadata
public boolean isProcessProvenanceMetadata()- Specified by:
isProcessProvenanceMetadata
in interfaceItemWrapper<PrismContainer<ValueMetadataType>,
PrismContainerValueWrapper<ValueMetadataType>>
-
setProcessProvenanceMetadata
public void setProcessProvenanceMetadata(boolean processProvenanceMetadata) - Specified by:
setProcessProvenanceMetadata
in interfaceItemWrapper<PrismContainer<ValueMetadataType>,
PrismContainerValueWrapper<ValueMetadataType>>
-
getParentContainerValue
public <C extends Containerable> PrismContainerValueWrapper<C> getParentContainerValue(Class<? extends C> parentClass) - Specified by:
getParentContainerValue
in interfaceItemWrapper<PrismContainer<ValueMetadataType>,
PrismContainerValueWrapper<ValueMetadataType>>
-
debugDump
- Specified by:
debugDump
in interfaceDebugDumpable
- Specified by:
debugDump
in interfaceItemWrapper<PrismContainer<ValueMetadataType>,
PrismContainerValueWrapper<ValueMetadataType>>
-
setVisibleOverwrite
- Specified by:
setVisibleOverwrite
in interfaceItemWrapper<PrismContainer<ValueMetadataType>,
PrismContainerValueWrapper<ValueMetadataType>>
-
getVisibleOverwrite
- Specified by:
getVisibleOverwrite
in interfaceItemWrapper<PrismContainer<ValueMetadataType>,
PrismContainerValueWrapper<ValueMetadataType>>
-
isVisible
public boolean isVisible(PrismContainerValueWrapper<?> parentContainer, ItemVisibilityHandler visibilityHandler) - Specified by:
isVisible
in interfaceItemWrapper<PrismContainer<ValueMetadataType>,
PrismContainerValueWrapper<ValueMetadataType>>
-
checkRequired
public boolean checkRequired()- Specified by:
checkRequired
in interfaceItemWrapper<PrismContainer<ValueMetadataType>,
PrismContainerValueWrapper<ValueMetadataType>>
-
getParent
- Specified by:
getParent
in interfaceItemWrapper<PrismContainer<ValueMetadataType>,
PrismContainerValueWrapper<ValueMetadataType>>
-
isImmutable
public boolean isImmutable()- Specified by:
isImmutable
in interfaceFreezable
-
freeze
public void freeze() -
accept
- Specified by:
accept
in interfaceSmartVisitable<Definition>
- Returns:
- false if we already was here
-
accept
- Specified by:
accept
in interfaceVisitable<Definition>
-
getChildContainers
public List<PrismContainerDefinition<? extends Containerable>> getChildContainers() throws SchemaException- Throws:
SchemaException
-
getChildNonContainers
-
unselect
public void unselect() -
isValidated
public boolean isValidated()- Specified by:
isValidated
in interfaceItemWrapper<PrismContainer<ValueMetadataType>,
PrismContainerValueWrapper<ValueMetadataType>>
-
setValidated
public void setValidated(boolean validated) - Specified by:
setValidated
in interfaceItemWrapper<PrismContainer<ValueMetadataType>,
PrismContainerValueWrapper<ValueMetadataType>>
-
getPreconditionDeltas
public Collection<ExecutedDeltaPostProcessor> getPreconditionDeltas(ModelServiceLocator serviceLocator, OperationResult result) Description copied from interface:ItemWrapper
Collect processor with deltas and consumer, that should be processed before basic deltas of showed object- Specified by:
getPreconditionDeltas
in interfaceItemWrapper<PrismContainer<ValueMetadataType>,
PrismContainerValueWrapper<ValueMetadataType>>
-