Class ShadowAssociationDefinitionImpl
java.lang.Object
com.evolveum.midpoint.prism.AbstractFreezable
com.evolveum.midpoint.schema.processor.ShadowAssociationDefinitionImpl
- All Implemented Interfaces:
Definition,Definition.DefinitionMutator,Freezable,ItemDefinition<PrismContainer<ShadowAssociationValueType>>,ItemDefinition.ItemDefinitionMutator,LivePrismItemDefinition,LocalItemDefinitionStore,PrismContainerDefinition<ShadowAssociationValueType>,PrismContainerDefinition.PrismContainerDefinitionMutator<ShadowAssociationValueType>,PrismItemAccessDefinition,PrismItemAccessDefinition.Mutable,PrismItemBasicDefinition,PrismItemBasicDefinition.Mutable,PrismItemStorageDefinition,PrismItemStorageDefinition.Mutable,PrismLifecycleDefinition,PrismLifecycleDefinition.Mutable,PrismPresentationDefinition,PrismPresentationDefinition.Mutable,Revivable,SchemaLookup.Aware,SmartVisitable<Definition>,Visitable<Definition>,ResourceObjectInboundProcessingDefinition.ItemInboundProcessingDefinition,ShadowAssociationDefinition,ShadowItemDefinition,ShadowItemLayeredDefinition,DebugDumpable,Serializable,Cloneable
public class ShadowAssociationDefinitionImpl
extends AbstractFreezable
implements ShadowAssociationDefinition, PrismContainerDefinition.PrismContainerDefinitionMutator<ShadowAssociationValueType>
The (currently) only implementation of
ShadowAssociationDefinition.
This object is effectively immutable, but only after the whole resource schema is frozen.
The reason is that the referenced attribute and object definitions are mutable during schema parsing.
The exception is maxOccurs that can be changed even after the schema is frozen.
(But not after this particular object is frozen.)
It is because the GUI needs it that way.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.Definition
Definition.DefinitionBuilder, Definition.DefinitionMutatorNested classes/interfaces inherited from interface com.evolveum.midpoint.prism.ItemDefinition
ItemDefinition.ItemDefinitionLikeBuilder, ItemDefinition.ItemDefinitionMutatorNested 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.MutableNested classes/interfaces inherited from interface com.evolveum.midpoint.prism.PrismItemAccessDefinition.Mutable
PrismItemAccessDefinition.Mutable.DelegableNested classes/interfaces inherited from interface com.evolveum.midpoint.prism.PrismItemBasicDefinition
PrismItemBasicDefinition.Data, PrismItemBasicDefinition.Delegable, PrismItemBasicDefinition.MutableNested classes/interfaces inherited from interface com.evolveum.midpoint.prism.PrismItemBasicDefinition.Mutable
PrismItemBasicDefinition.Mutable.DelegableNested classes/interfaces inherited from interface com.evolveum.midpoint.prism.PrismItemStorageDefinition
PrismItemStorageDefinition.MutableNested classes/interfaces inherited from interface com.evolveum.midpoint.prism.PrismLifecycleDefinition
PrismLifecycleDefinition.Data, PrismLifecycleDefinition.Delegable, PrismLifecycleDefinition.MutableNested classes/interfaces inherited from interface com.evolveum.midpoint.prism.PrismLifecycleDefinition.Mutable
PrismLifecycleDefinition.Mutable.DelegableNested classes/interfaces inherited from interface com.evolveum.midpoint.prism.PrismPresentationDefinition
PrismPresentationDefinition.Data, PrismPresentationDefinition.Delegable, PrismPresentationDefinition.MutableNested classes/interfaces inherited from interface com.evolveum.midpoint.prism.PrismPresentationDefinition.Mutable
PrismPresentationDefinition.Mutable.Delegable -
Field Summary
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanaccept(Visitor<Definition> visitor, SmartVisitation<Definition> visitation) voidbooleancanAdd()Returns true if this item can be added: it can be part of an object that is created.booleanIs adding allowed (at specified layer)?booleanReturns true if this item can be modified (updated).booleanIs modification allowed (at specified layer)?booleancanRead()Returns true if this item can be read (displayed).booleanIs reading allowed (at specified layer)?booleancanRepresent(@NotNull QName type) TODO@NotNull ShadowAssociationDefinitionImplclone()cloneWithNewDefinition(QName newItemName, ItemDefinition<?> newDefinition) TODOcloneWithNewName(@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.createContainerDefinition(@NotNull QName name, @NotNull ComplexTypeDefinition ctd, int minOccurs, int maxOccurs) createContainerDefinition(QName name, QName typeName, int minOccurs, int maxOccurs) @NotNull ContainerDelta<ShadowAssociationValueType>createEmptyDelta(ItemPath path) Creates an empty delta (with appropriate implementation class), pointing to this item definition, with a given path.createPropertyDefinition(String localName, QName propType) createPropertyDefinition(QName name, QName propType) createPropertyDefinition(QName name, QName propType, int minOccurs, int maxOccurs) TODOdebugDump(int indent) voidUsed in debugDumping items.deepClone(@NotNull DeepCloneOperation operation) TODO documentboolean<ID extends ItemDefinition<?>>
IDfindItemDefinition(@NotNull ItemPath path, @NotNull Class<ID> clazz) Used to find a matching item definition _within_ this definition.<ID extends ItemDefinition<?>>
IDfindLocalItemDefinition(@NotNull QName name, @NotNull Class<ID> clazz, boolean caseInsensitive) Returns the local item definition corresponding to given item name (optionally case-insensitive) and definition class.<A> AgetAnnotation(QName qname) Returns generic definition annotation.Returns all annotations, as unmodifiable map.@NotNull ResourceObjectDefinitionReturns the association object definition (for complex associations), or fails (for simple ones).@NotNull QNameStatic (compile-time) class holding the container values.@NotNull ComplexTypeDefinitionDefinition of the container values.@NotNull List<? extends ItemDefinition<?>>Returns a list of item definitions in this container.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.@NotNull List<InboundMappingType>@NotNull ItemNameGets the "canonical" name of the item for the definition.@Nullable StringgetLimitations(LayerType layer) Returns limitations (cardinality, access rights, processing) for given layer.intReturns the number of maximal value occurrences.intgetMaxOccurs(LayerType layer) Gets `maxOccurs` limitation for given layer.@Nullable String@Nullable ItemMergergetMergerInstance(@NotNull MergeStrategy strategy, @Nullable OriginMarker originMarker) intReturns the number of minimal value occurrences.intgetMinOccurs(LayerType layer) Gets `minOccurs` limitation for given layer.@Nullable ShadowAssociationDefinitionTypeUse with care.@Nullable ShadowAssociationTypeDefinitionTypeUse with care.@Nullable NaturalKeyDefinition@NotNull com.google.common.collect.Multimap<QName,ShadowRelationParticipantType> Provides information on acceptable types of shadows participating in this association as objects.@NotNull Collection<MappingType>Version of data model in which the item is likely to be removed.getProcessing(LayerType layer) Gets the level of processing for specified layer.Returns set of property definitions.@NotNull ShadowReferenceAttributeDefinition@Nullable SchemaContextDefinition@Nullable List<SchemaMigration>Returns the name of an element this one can be substituted for (e.g. c:user -> c:object, s:pipeline -> s:expression, etc).@NotNull Class<ShadowAssociationValueType>Returns a compile-time class that is used to represent items.@NotNull QNameReturns a name of the type for this definition.Reference to an object that directly or indirectly represents possible values for this item.inthashCode()@NotNull ShadowAssociationCreate an item instance.@NotNull PrismContainer<ShadowAssociationValueType>instantiate(QName name) Create an item instance.booleanFor types: is the type abstract so that it should not be instantiated directly?booleanItem which should always be used for equals even if it is operational and strategy does not consider operational items.booleanTrue if this is a "complex" association (with association data object), false if it's a trivial one.booleanbooleanReturns true if definition was created during the runtime based on a dynamic information such as xsi:type attributes in XML.booleanElaborate items are complicated data structure that may deviate from normal principles of the system.booleanTrue for definitions that are more important than others and that should be emphasized during presentation.booleanisEmpty()TODObooleanIs at least one of the object-side participants an entitlement?booleanExperimental functionality is not stable and it may be changed in any future release without any warning.booleanCan be used in heterogeneous lists as a list item.This is XSD annotation that specifies whether a property should be indexed in the storage.booleanIf true, this item is not stored in XML representation in repo.booleanWhether the item is inherited from a supertype.booleanMarks operational item.booleanMarks item that could be ignored by SCM tools (e.g.booleanbooleanThis means that this particular definition (of an item or of a type) is part of the runtime schema, e.g.booleanbooleanisValidFor(@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.booleanisVisible(@NotNull ExecutionModeProvider modeProvider) mutator()Returns an interface to mutate this definition.voidreplaceDefinition(QName itemName, ItemDefinition<?> newDefinition) TODOvoidrevive(PrismContext prismContext) TODO: Is revive necessary if prism context is static?voidsetAlwaysUseForEquals(boolean alwaysUseForEquals) <A> voidsetAnnotation(QName qname, A value) voidsetCanAdd(boolean val) voidsetCanModify(boolean val) voidsetCanRead(boolean val) voidsetCompileTimeClass(Class<ShadowAssociationValueType> compileTimeClass) voidsetComplexTypeDefinition(ComplexTypeDefinition complexTypeDefinition) voidsetDeprecated(boolean deprecated) voidsetDeprecatedSince(String value) voidsetDiagrams(List<ItemDiagramSpecification> value) voidsetDisplayHint(DisplayHint displayHint) voidsetDisplayName(String displayName) voidsetDisplayOrder(Integer displayOrder) voidsetDocumentation(String documentation) voidsetDynamic(boolean value) voidsetElaborate(boolean value) voidsetEmphasized(boolean emphasized) voidsetExperimental(boolean experimental) voidvoidsetHeterogeneousListItem(boolean value) voidsetIndexed(Boolean indexed) voidsetIndexOnly(boolean value) voidsetInherited(boolean value) voidsetMaxOccurs(int value) voidsetMergerIdentifier(String value) voidsetMinOccurs(int value) voidsetNaturalKeyConstituents(List<QName> naturalKeyConstituents) voidsetOperational(boolean operational) voidsetOptionalCleanup(boolean optionalCleanup) voidsetPlannedRemoval(String value) voidsetProcessing(ItemProcessing processing) voidvoidsetRemoved(boolean removed) voidsetRemovedSince(String removedSince) voidsetRuntimeSchema(boolean value) voidsetSchemaContextDefinition(SchemaContextDefinition schemaContextDefinition) voidsetSchemaMigrations(List<SchemaMigration> value) voidsetSearchable(boolean value) voidsetSubstitutionHead(QName value) voidsetValueEnumerationRef(PrismReferenceValue valueEnumerationRef) voidtoString()Methods inherited from class com.evolveum.midpoint.prism.AbstractFreezable
freeze, freeze, freezeAll, freezeNullableList, isImmutable, isMutable, performFreezeMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazilyMethods inherited from interface com.evolveum.midpoint.prism.Definition
checkMutableOnExposing, debugDump, getMutabilityFlagMethods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable, freeze, isImmutableMethods inherited from interface com.evolveum.midpoint.prism.ItemDefinition
isIgnoredMethods inherited from interface com.evolveum.midpoint.prism.ItemDefinition.ItemDefinitionMutator
setIgnoredMethods inherited from interface com.evolveum.midpoint.prism.LocalItemDefinitionStore
containsItemDefinition, findContainerDefinition, findItemDefinition, findLocalItemDefinition, findLocalItemDefinitionByIteration, findPropertyDefinition, findReferenceDefinitionMethods inherited from interface com.evolveum.midpoint.prism.PrismContainerDefinition
getAlwaysUseForEquals, getItemNames, isAlwaysUseForEquals, isCompletelyDefined, schemaLookup, structuredTypeMethods inherited from interface com.evolveum.midpoint.prism.PrismContainerDefinition.PrismContainerDefinitionMutator
setAlwaysUseForEqualsMethods inherited from interface com.evolveum.midpoint.prism.PrismItemAccessDefinition
getInfoMethods inherited from interface com.evolveum.midpoint.prism.PrismItemAccessDefinition.Mutable
setInfoMethods inherited from interface com.evolveum.midpoint.prism.PrismItemBasicDefinition
isMandatory, isMultiValue, isOptional, isSingleValueMethods inherited from interface com.evolveum.midpoint.prism.PrismItemStorageDefinition
isSearchableMethods inherited from interface com.evolveum.midpoint.schema.processor.ShadowAssociationDefinition
createTargetObjectsFilter, createValueFromDefaultObject, createValueFromDefaultObjectRef, createValueFromFullDefaultObject, createValuesFromDefaultObjects, findObjectRefDefinitionRequired, findSimpleAttributeDefinitionRequired, getGeneralizedObjectSideObjectDefinition, getIntolerantValuePatterns, getObjectParticipant, getObjectParticipantNames, getResourceOid, getSingleObjectParticipantName, getStandardPath, getTolerantValuePatterns, matchesMethods inherited from interface com.evolveum.midpoint.schema.processor.ShadowItemLayeredDefinition
isIgnored, isMandatory, isMultiValue, isOptional, isSingleValue
-
Method Details
-
isComplex
public boolean isComplex()Description copied from interface:ShadowAssociationDefinitionTrue if this is a "complex" association (with association data object), false if it's a trivial one.- Specified by:
isComplexin interfaceShadowAssociationDefinition
-
getAssociationDataObjectDefinition
Description copied from interface:ShadowAssociationDefinitionReturns the association object definition (for complex associations), or fails (for simple ones).- Specified by:
getAssociationDataObjectDefinitionin interfaceShadowAssociationDefinition
-
getCorrelatorDefinition
- Specified by:
getCorrelatorDefinitionin interfaceResourceObjectInboundProcessingDefinition.ItemInboundProcessingDefinition
-
getProcessing
- Specified by:
getProcessingin interfaceItemDefinition<PrismContainer<ShadowAssociationValueType>>
-
isOperational
public boolean isOperational()Description copied from interface:ItemDefinitionMarks 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:
isOperationalin interfaceItemDefinition<PrismContainer<ShadowAssociationValueType>>
-
isAlwaysUseForEquals
public boolean isAlwaysUseForEquals()Description copied from interface:ItemDefinitionItem which should always be used for equals even if it is operational and strategy does not consider operational items. EXPERIMENTAL- Specified by:
isAlwaysUseForEqualsin interfaceItemDefinition<PrismContainer<ShadowAssociationValueType>>
-
isInherited
public boolean isInherited()Description copied from interface:ItemDefinitionWhether the item is inherited from a supertype.- Specified by:
isInheritedin interfaceItemDefinition<PrismContainer<ShadowAssociationValueType>>
-
isDynamic
public boolean isDynamic()Description copied from interface:ItemDefinitionReturns 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:
isDynamicin interfaceItemDefinition<PrismContainer<ShadowAssociationValueType>>
-
getSubstitutionHead
Description copied from interface:ItemDefinitionReturns 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:
getSubstitutionHeadin interfaceItemDefinition<PrismContainer<ShadowAssociationValueType>>
-
isHeterogeneousListItem
public boolean isHeterogeneousListItem()Description copied from interface:ItemDefinitionCan be used in heterogeneous lists as a list item. EXPERIMENTAL.- Specified by:
isHeterogeneousListItemin interfaceItemDefinition<PrismContainer<ShadowAssociationValueType>>
-
getValueEnumerationRef
Description copied from interface:ItemDefinitionReference 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:
getValueEnumerationRefin interfaceItemDefinition<PrismContainer<ShadowAssociationValueType>>
-
instantiate
Description copied from interface:ItemDefinitionCreate 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:
instantiatein interfaceItemDefinition<PrismContainer<ShadowAssociationValueType>>- Specified by:
instantiatein interfaceShadowAssociationDefinition- Throws:
SchemaException
-
instantiate
@NotNull public @NotNull PrismContainer<ShadowAssociationValueType> instantiate(QName name) throws SchemaException Description copied from interface:ItemDefinitionCreate an item instance. Definition name will use provided name. for the instance. The instance will otherwise be empty.- Specified by:
instantiatein interfaceItemDefinition<PrismContainer<ShadowAssociationValueType>>- Throws:
SchemaException
-
getItemName
Description copied from interface:PrismItemBasicDefinitionGets the "canonical" name of the item for the definition. Should be qualified, if at all possible.- Specified by:
getItemNamein interfacePrismItemBasicDefinition
-
getTypeName
Description copied from interface:DefinitionReturns 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:
getTypeNamein interfaceDefinition- Specified by:
getTypeNamein interfacePrismItemBasicDefinition- Returns:
- the type name
-
getMinOccurs
public int getMinOccurs()Description copied from interface:PrismItemBasicDefinitionReturns the number of minimal value occurrences.- Specified by:
getMinOccursin interfacePrismItemBasicDefinition
-
isRuntimeSchema
public boolean isRuntimeSchema()Description copied from interface:DefinitionThis 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:
isRuntimeSchemain interfaceDefinition
-
isAbstract
public boolean isAbstract()Description copied from interface:DefinitionFor types: is the type abstract so that it should not be instantiated directly? For items: TODO- Specified by:
isAbstractin interfaceDefinition
-
isOptionalCleanup
public boolean isOptionalCleanup()Description copied from interface:DefinitionMarks item that could be ignored by SCM tools (e.g. Git), or removed before commit.- Specified by:
isOptionalCleanupin interfaceDefinition
-
isElaborate
public boolean isElaborate()Description copied from interface:DefinitionElaborate 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:
isElaboratein interfaceDefinition
-
accept
- Specified by:
acceptin interfaceVisitable<Definition>
-
getMaxOccurs
public int getMaxOccurs()Description copied from interface:PrismItemBasicDefinitionReturns the number of maximal value occurrences. Any negative number means "unbounded".- Specified by:
getMaxOccursin interfacePrismItemBasicDefinition
-
setMinOccurs
public void setMinOccurs(int value) - Specified by:
setMinOccursin interfacePrismItemBasicDefinition.Mutable
-
setMaxOccurs
public void setMaxOccurs(int value) - Specified by:
setMaxOccursin interfacePrismItemBasicDefinition.Mutable
-
isValidFor
public boolean isValidFor(@NotNull @NotNull QName elementQName, @NotNull @NotNull Class<? extends ItemDefinition<?>> clazz, boolean caseInsensitive) Description copied from interface:LivePrismItemDefinitionReturns 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:
isValidForin interfaceLivePrismItemDefinition
-
findItemDefinition
public <ID extends ItemDefinition<?>> ID findItemDefinition(@NotNull @NotNull ItemPath path, @NotNull @NotNull Class<ID> clazz) Description copied from interface:LivePrismItemDefinitionUsed to find a matching item definition _within_ this definition. Treats e.g. de-referencing in prism references.- Specified by:
findItemDefinitionin interfaceLivePrismItemDefinition- Specified by:
findItemDefinitionin interfaceLocalItemDefinitionStore- Specified by:
findItemDefinitionin interfaceShadowAssociationDefinition
-
findLocalItemDefinition
public <ID extends ItemDefinition<?>> ID findLocalItemDefinition(@NotNull @NotNull QName name, @NotNull @NotNull Class<ID> clazz, boolean caseInsensitive) Description copied from interface:LocalItemDefinitionStoreReturns the local item definition corresponding to given item name (optionally case-insensitive) and definition class. Does not try to resolve items globally (in the case of "any" content). BEWARE: In the case of ambiguities, returns any suitable definition. (This may change.)- Specified by:
findLocalItemDefinitionin interfaceLocalItemDefinitionStore
-
getOutboundMappingBeans
- Specified by:
getOutboundMappingBeansin interfaceShadowAssociationDefinition
-
getInboundMappingBeans
- Specified by:
getInboundMappingBeansin interfaceResourceObjectInboundProcessingDefinition.ItemInboundProcessingDefinition- Specified by:
getInboundMappingBeansin interfaceShadowAssociationDefinition
-
isVisible
- Specified by:
isVisiblein interfaceShadowItemDefinition
-
getLifecycleState
- Specified by:
getLifecycleStatein interfaceShadowItemDefinition- See Also:
-
getLimitations
Description copied from interface:ShadowItemLayeredDefinitionReturns limitations (cardinality, access rights, processing) for given layer. These are obtained from resource and/or explicitly configured.- Specified by:
getLimitationsin interfaceShadowItemLayeredDefinition- See Also:
-
getProcessing
Description copied from interface:ShadowItemLayeredDefinitionGets the level of processing for specified layer.- Specified by:
getProcessingin interfaceShadowItemLayeredDefinition- See Also:
-
getMaxOccurs
Description copied from interface:ShadowItemLayeredDefinitionGets `maxOccurs` limitation for given layer.- Specified by:
getMaxOccursin interfaceShadowItemLayeredDefinition- See Also:
-
getMinOccurs
Description copied from interface:ShadowItemLayeredDefinitionGets `minOccurs` limitation for given layer.- Specified by:
getMinOccursin interfaceShadowItemLayeredDefinition
-
canAdd
Description copied from interface:ShadowItemLayeredDefinitionIs adding allowed (at specified layer)?- Specified by:
canAddin interfaceShadowItemLayeredDefinition- See Also:
-
canRead
Description copied from interface:ShadowItemLayeredDefinitionIs reading allowed (at specified layer)?- Specified by:
canReadin interfaceShadowItemLayeredDefinition- See Also:
-
canModify
Description copied from interface:ShadowItemLayeredDefinitionIs modification allowed (at specified layer)?- Specified by:
canModifyin interfaceShadowItemLayeredDefinition- See Also:
-
getCompileTimeClass
Description copied from interface:PrismContainerDefinitionStatic (compile-time) class holding the container values. May be null. (Let's not mark it as @Nullable to avoid lots of warnings.)- Specified by:
getCompileTimeClassin interfacePrismContainerDefinition<ShadowAssociationValueType>
-
getComplexTypeDefinition
Description copied from interface:PrismContainerDefinitionDefinition 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:
getComplexTypeDefinitionin interfacePrismContainerDefinition<ShadowAssociationValueType>
-
getDefinitions
Description copied from interface:PrismContainerDefinitionReturns a list of item definitions in this container. It is intentionally aListbecause it is ordered. (To provide standard format for serialization.) Usually obtained fromComplexTypeDefinition. So please do not modify the content of the list!- Specified by:
getDefinitionsin interfaceLocalItemDefinitionStore- Specified by:
getDefinitionsin interfacePrismContainerDefinition<ShadowAssociationValueType>
-
getPropertyDefinitions
Description copied from interface:PrismContainerDefinitionReturns 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:
getPropertyDefinitionsin interfacePrismContainerDefinition<ShadowAssociationValueType>
-
createEmptyDelta
Description copied from interface:ItemDefinitionCreates an empty delta (with appropriate implementation class), pointing to this item definition, with a given path.- Specified by:
createEmptyDeltain interfaceItemDefinition<PrismContainer<ShadowAssociationValueType>>- Specified by:
createEmptyDeltain interfacePrismContainerDefinition<ShadowAssociationValueType>
-
clone
- Specified by:
clonein interfaceDefinition- Specified by:
clonein interfaceItemDefinition<PrismContainer<ShadowAssociationValueType>>- Specified by:
clonein interfacePrismContainerDefinition<ShadowAssociationValueType>- Specified by:
clonein interfaceShadowAssociationDefinition- Overrides:
clonein classObject
-
cloneWithNewDefinition
public PrismContainerDefinition<ShadowAssociationValueType> cloneWithNewDefinition(QName newItemName, ItemDefinition<?> newDefinition) Description copied from interface:PrismContainerDefinitionTODO- Specified by:
cloneWithNewDefinitionin interfacePrismContainerDefinition<ShadowAssociationValueType>
-
replaceDefinition
Description copied from interface:PrismContainerDefinitionTODO- Specified by:
replaceDefinitionin interfacePrismContainerDefinition<ShadowAssociationValueType>
-
createValue
Description copied from interface:PrismContainerDefinitionTODO- Specified by:
createValuein interfacePrismContainerDefinition<ShadowAssociationValueType>
-
isEmpty
public boolean isEmpty()Description copied from interface:PrismContainerDefinitionTODO- Specified by:
isEmptyin interfacePrismContainerDefinition<ShadowAssociationValueType>
-
canRepresent
Description copied from interface:PrismContainerDefinitionTODO- Specified by:
canRepresentin interfacePrismContainerDefinition<ShadowAssociationValueType>
-
mutator
@NotNull public @NotNull PrismContainerDefinition.PrismContainerDefinitionMutator<ShadowAssociationValueType> mutator()Description copied from interface:DefinitionReturns an interface to mutate this definition.- Specified by:
mutatorin interfaceDefinition- Specified by:
mutatorin interfaceItemDefinition<PrismContainer<ShadowAssociationValueType>>- Specified by:
mutatorin interfacePrismContainerDefinition<ShadowAssociationValueType>
-
deepClone
Description copied from interface:ItemDefinitionTODO document- Specified by:
deepClonein interfaceItemDefinition<PrismContainer<ShadowAssociationValueType>>
-
debugDumpShortToString
Description copied from interface:ItemDefinitionUsed 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:
debugDumpShortToStringin interfaceItemDefinition<PrismContainer<ShadowAssociationValueType>>
-
getDebugDumpClassName
-
debugDump
- Specified by:
debugDumpin interfaceDebugDumpable
-
createEmptyDelta
- Specified by:
createEmptyDeltain interfaceShadowAssociationDefinition
-
revive
Description copied from interface:RevivableTODO: Is revive necessary if prism context is static? TODO document (if it's found to be necessary) -
accept
- Specified by:
acceptin interfaceSmartVisitable<Definition>- Returns:
- false if we already was here
-
getHumanReadableDescription
-
isEntitlement
public boolean isEntitlement()Description copied from interface:ShadowAssociationDefinitionIs at least one of the object-side participants an entitlement?- Specified by:
isEntitlementin interfaceShadowAssociationDefinition
-
shortDump
-
getTypeClass
Description copied from interface:DefinitionReturns 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:
getTypeClassin interfaceDefinition- Specified by:
getTypeClassin interfacePrismContainerDefinition<ShadowAssociationValueType>
-
getAnnotation
Description copied from interface:DefinitionReturns 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:
getAnnotationin interfaceDefinition
-
getAnnotations
Description copied from interface:DefinitionReturns all annotations, as unmodifiable map. Nullable by design, to avoid creating lots of empty maps.- Specified by:
getAnnotationsin interfaceDefinition
-
getMergerIdentifier
- Specified by:
getMergerIdentifierin interfaceDefinition
-
getMergerInstance
@Nullable public @Nullable ItemMerger getMergerInstance(@NotNull @NotNull MergeStrategy strategy, @Nullable @Nullable OriginMarker originMarker) - Specified by:
getMergerInstancein interfaceDefinition
-
getNaturalKeyConstituents
- Specified by:
getNaturalKeyConstituentsin interfaceDefinition
-
getNaturalKeyInstance
- Specified by:
getNaturalKeyInstancein interfaceDefinition
-
getSchemaContextDefinition
- Specified by:
getSchemaContextDefinitionin interfaceDefinition
-
cloneWithNewName
@NotNull public @NotNull ItemDefinition<PrismContainer<ShadowAssociationValueType>> cloneWithNewName(@NotNull @NotNull ItemName itemName) Description copied from interface:ItemDefinitionReturns a clone of this definition, but with name changed to the provided one.- Specified by:
cloneWithNewNamein interfaceItemDefinition<PrismContainer<ShadowAssociationValueType>>- See Also:
-
cloneWithNewType
@NotNull public @NotNull PrismContainerDefinition<?> cloneWithNewType(@NotNull @NotNull QName newTypeName, @NotNull @NotNull ComplexTypeDefinition newCtd) Description copied from interface:PrismContainerDefinitionChanges the type name and definition for this PCD. Use only in special cases.- Specified by:
cloneWithNewTypein interfacePrismContainerDefinition<ShadowAssociationValueType>
-
equals
-
hashCode
public int hashCode() -
setCompileTimeClass
- Specified by:
setCompileTimeClassin interfacePrismContainerDefinition.PrismContainerDefinitionMutator<ShadowAssociationValueType>
-
createPropertyDefinition
public PrismPropertyDefinition<?> createPropertyDefinition(QName name, QName propType, int minOccurs, int maxOccurs) - Specified by:
createPropertyDefinitionin interfacePrismContainerDefinition.PrismContainerDefinitionMutator<ShadowAssociationValueType>
-
createPropertyDefinition
- Specified by:
createPropertyDefinitionin interfacePrismContainerDefinition.PrismContainerDefinitionMutator<ShadowAssociationValueType>
-
createPropertyDefinition
- Specified by:
createPropertyDefinitionin interfacePrismContainerDefinition.PrismContainerDefinitionMutator<ShadowAssociationValueType>
-
createContainerDefinition
public PrismContainerDefinition<?> createContainerDefinition(QName name, QName typeName, int minOccurs, int maxOccurs) - Specified by:
createContainerDefinitionin interfacePrismContainerDefinition.PrismContainerDefinitionMutator<ShadowAssociationValueType>
-
createContainerDefinition
public PrismContainerDefinition<?> createContainerDefinition(@NotNull @NotNull QName name, @NotNull @NotNull ComplexTypeDefinition ctd, int minOccurs, int maxOccurs) - Specified by:
createContainerDefinitionin interfacePrismContainerDefinition.PrismContainerDefinitionMutator<ShadowAssociationValueType>
-
setComplexTypeDefinition
- Specified by:
setComplexTypeDefinitionin interfacePrismContainerDefinition.PrismContainerDefinitionMutator<ShadowAssociationValueType>
-
setProcessing
- Specified by:
setProcessingin interfaceItemDefinition.ItemDefinitionMutator
-
setValueEnumerationRef
- Specified by:
setValueEnumerationRefin interfaceItemDefinition.ItemDefinitionMutator
-
setOperational
public void setOperational(boolean operational) - Specified by:
setOperationalin interfaceItemDefinition.ItemDefinitionMutator
-
setAlwaysUseForEquals
public void setAlwaysUseForEquals(boolean alwaysUseForEquals) - Specified by:
setAlwaysUseForEqualsin interfaceItemDefinition.ItemDefinitionMutator
-
setDynamic
public void setDynamic(boolean value) - Specified by:
setDynamicin interfaceItemDefinition.ItemDefinitionMutator
-
setReadOnly
public void setReadOnly()- Specified by:
setReadOnlyin interfaceItemDefinition.ItemDefinitionMutator
-
setDeprecatedSince
- Specified by:
setDeprecatedSincein interfaceItemDefinition.ItemDefinitionMutator- Specified by:
setDeprecatedSincein interfacePrismLifecycleDefinition.Mutable
-
addSchemaMigration
- Specified by:
addSchemaMigrationin interfacePrismLifecycleDefinition.Mutable
-
setSchemaMigrations
- Specified by:
setSchemaMigrationsin interfacePrismLifecycleDefinition.Mutable
-
setDeprecated
public void setDeprecated(boolean deprecated) - Specified by:
setDeprecatedin interfacePrismLifecycleDefinition.Mutable
-
setRemoved
public void setRemoved(boolean removed) - Specified by:
setRemovedin interfacePrismLifecycleDefinition.Mutable
-
setRemovedSince
- Specified by:
setRemovedSincein interfacePrismLifecycleDefinition.Mutable
-
setExperimental
public void setExperimental(boolean experimental) - Specified by:
setExperimentalin interfacePrismLifecycleDefinition.Mutable
-
setPlannedRemoval
- Specified by:
setPlannedRemovalin interfaceItemDefinition.ItemDefinitionMutator- Specified by:
setPlannedRemovalin interfacePrismLifecycleDefinition.Mutable
-
setElaborate
public void setElaborate(boolean value) - Specified by:
setElaboratein interfaceItemDefinition.ItemDefinitionMutator
-
setHeterogeneousListItem
public void setHeterogeneousListItem(boolean value) - Specified by:
setHeterogeneousListItemin interfaceItemDefinition.ItemDefinitionMutator
-
setSubstitutionHead
- Specified by:
setSubstitutionHeadin interfaceItemDefinition.ItemDefinitionMutator
-
setIndexed
- Specified by:
setIndexedin interfacePrismItemStorageDefinition.Mutable
-
setIndexOnly
public void setIndexOnly(boolean value) - Specified by:
setIndexOnlyin interfaceItemDefinition.ItemDefinitionMutator- Specified by:
setIndexOnlyin interfacePrismItemStorageDefinition.Mutable
-
setInherited
public void setInherited(boolean value) - Specified by:
setInheritedin interfaceItemDefinition.ItemDefinitionMutator
-
setSearchable
public void setSearchable(boolean value) - Specified by:
setSearchablein interfaceItemDefinition.ItemDefinitionMutator- Specified by:
setSearchablein interfacePrismItemStorageDefinition.Mutable
-
setOptionalCleanup
public void setOptionalCleanup(boolean optionalCleanup) - Specified by:
setOptionalCleanupin interfaceDefinition.DefinitionMutator
-
setRuntimeSchema
public void setRuntimeSchema(boolean value) - Specified by:
setRuntimeSchemain interfaceDefinition.DefinitionMutator
-
setMergerIdentifier
- Specified by:
setMergerIdentifierin interfaceDefinition.DefinitionMutator
-
setNaturalKeyConstituents
- Specified by:
setNaturalKeyConstituentsin interfaceDefinition.DefinitionMutator
-
setAnnotation
- Specified by:
setAnnotationin interfaceDefinition.DefinitionMutator
-
setSchemaContextDefinition
- Specified by:
setSchemaContextDefinitionin interfaceDefinition.DefinitionMutator
-
setCanRead
public void setCanRead(boolean val) - Specified by:
setCanReadin interfacePrismItemAccessDefinition.Mutable
-
setCanModify
public void setCanModify(boolean val) - Specified by:
setCanModifyin interfacePrismItemAccessDefinition.Mutable
-
setCanAdd
public void setCanAdd(boolean val) - Specified by:
setCanAddin interfacePrismItemAccessDefinition.Mutable
-
setDisplayHint
- Specified by:
setDisplayHintin interfacePrismPresentationDefinition.Mutable
-
setEmphasized
public void setEmphasized(boolean emphasized) - Specified by:
setEmphasizedin interfacePrismPresentationDefinition.Mutable
-
setDisplayName
- Specified by:
setDisplayNamein interfacePrismPresentationDefinition.Mutable
-
setDisplayOrder
- Specified by:
setDisplayOrderin interfacePrismPresentationDefinition.Mutable
-
setHelp
- Specified by:
setHelpin interfacePrismPresentationDefinition.Mutable
-
setDocumentation
- Specified by:
setDocumentationin interfacePrismPresentationDefinition.Mutable
-
setDiagrams
- Specified by:
setDiagramsin interfacePrismPresentationDefinition.Mutable
-
getReferenceAttributeDefinition
- Specified by:
getReferenceAttributeDefinitionin interfaceShadowAssociationDefinition
-
canRead
public boolean canRead()Description copied from interface:PrismItemAccessDefinitionReturns 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:
canReadin interfacePrismItemAccessDefinition
-
canModify
public boolean canModify()Description copied from interface:PrismItemAccessDefinitionReturns 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:
canModifyin interfacePrismItemAccessDefinition
-
canAdd
public boolean canAdd()Description copied from interface:PrismItemAccessDefinitionReturns 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:
canAddin interfacePrismItemAccessDefinition
-
isIndexed
Description copied from interface:PrismItemStorageDefinitionThis 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:
isIndexedin interfacePrismItemStorageDefinition
-
isIndexOnly
public boolean isIndexOnly()Description copied from interface:PrismItemStorageDefinitionIf true, this item is not stored in XML representation in repo. TODO better name- Specified by:
isIndexOnlyin interfacePrismItemStorageDefinition
-
isDeprecated
public boolean isDeprecated()- Specified by:
isDeprecatedin interfacePrismLifecycleDefinition
-
getDeprecatedSince
- Specified by:
getDeprecatedSincein interfacePrismLifecycleDefinition
-
getPlannedRemoval
Description copied from interface:PrismLifecycleDefinitionVersion 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:
getPlannedRemovalin interfacePrismLifecycleDefinition
-
isRemoved
public boolean isRemoved()- Specified by:
isRemovedin interfacePrismLifecycleDefinition
-
getRemovedSince
- Specified by:
getRemovedSincein interfacePrismLifecycleDefinition
-
isExperimental
public boolean isExperimental()Description copied from interface:PrismLifecycleDefinitionExperimental functionality is not stable and it may be changed in any future release without any warning. Use at your own risk.- Specified by:
isExperimentalin interfacePrismLifecycleDefinition
-
getSchemaMigrations
- Specified by:
getSchemaMigrationsin interfacePrismLifecycleDefinition
-
getDisplayHint
Description copied from interface:PrismPresentationDefinitionEnumeration annotation that specifies how/whether the item should be displayed. It is also a replacement for the old "emphasized" annotation.- Specified by:
getDisplayHintin interfacePrismPresentationDefinition
-
isEmphasized
public boolean isEmphasized()Description copied from interface:PrismPresentationDefinitionTrue 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:
isEmphasizedin interfacePrismPresentationDefinition
-
getDisplayName
Description copied from interface:PrismPresentationDefinitionReturns 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:
getDisplayNamein interfacePrismPresentationDefinition- Returns:
- display name string or catalog key
-
getDisplayOrder
Description copied from interface:PrismPresentationDefinitionSpecifies 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:
getDisplayOrderin interfacePrismPresentationDefinition
-
getHelp
Description copied from interface:PrismPresentationDefinitionReturns 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:
getHelpin interfacePrismPresentationDefinition- Returns:
- help string or catalog key
-
getDocumentation
Description copied from interface:PrismPresentationDefinitionMust containstag because of html tags used in text. - Specified by:
getDocumentationin interfacePrismPresentationDefinition
-
getDiagrams
- Specified by:
getDiagramsin interfacePrismPresentationDefinition
-
getDocumentationPreview
Description copied from interface:PrismPresentationDefinitionReturns only a first sentence of documentation.- Specified by:
getDocumentationPreviewin interfacePrismPresentationDefinition
-
getObjectParticipants
@NotNull public @NotNull com.google.common.collect.Multimap<QName,ShadowRelationParticipantType> getObjectParticipants()Description copied from interface:ShadowAssociationDefinitionProvides information on acceptable types of shadows participating in this association as objects. These come from the underlying reference attribute definition, but can be further restricted by the association type definition.- Specified by:
getObjectParticipantsin interfaceShadowAssociationDefinition
-
isTolerant
public boolean isTolerant()- Specified by:
isTolerantin interfaceShadowAssociationDefinition
-
getModernAssociationDefinitionBean
Description copied from interface:ShadowAssociationDefinitionUse with care. Please do not modify the returned value.- Specified by:
getModernAssociationDefinitionBeanin interfaceShadowAssociationDefinition
-
getModernAssociationTypeDefinitionBean
@Nullable public @Nullable ShadowAssociationTypeDefinitionType getModernAssociationTypeDefinitionBean()Description copied from interface:ShadowAssociationDefinitionUse with care. Please do not modify the returned value.- Specified by:
getModernAssociationTypeDefinitionBeanin interfaceShadowAssociationDefinition
-
getAssociationTypeName
- Specified by:
getAssociationTypeNamein interfaceShadowAssociationDefinition
-
toString
-