Class ResourceAttributeDefinitionImpl<T>
- java.lang.Object
-
- com.evolveum.midpoint.prism.AbstractFreezable
-
- com.evolveum.midpoint.schema.processor.ResourceAttributeDefinitionImpl<T>
-
- All Implemented Interfaces:
Definition,Freezable,ItemDefinition<PrismProperty<T>>,PrismContextSensitive,PrismItemAccessDefinition,PrismPropertyDefinition<T>,Revivable,SmartVisitable<Definition>,Visitable<Definition>,LayeredDefinition,RawResourceAttributeDefinition<T>,ResourceAttributeDefinition<T>,DebugDumpable,Serializable,Cloneable
public class ResourceAttributeDefinitionImpl<T> extends AbstractFreezable implements ResourceAttributeDefinition<T>
An attribute definition (obtained typically from the connector), optionally refined by information from `schemaHandling` section of a resource definition. The implementation consists of a pair ofrawDefinitionandcustomizationBean, plus some auxiliary information for faster access. NOTE: This structure is used to hold both "raw" and "refined" attributes. See the note forcustomizationBean.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.PrismItemAccessDefinition
PrismItemAccessDefinition.Mutable
-
-
Field Summary
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(Visitor<Definition> visitor)booleanaccept(Visitor<Definition> visitor, SmartVisitation<Definition> visitation)voidadoptElementDefinitionFrom(ItemDefinition<?> otherDef)Transfers selected parts of the definition (currently item name, min/max occurs) from another definition.booleancanAdd()Returns true if this item can be added: it can be part of an object that is created.booleancanAdd(LayerType layer)Is adding allowed (at specified layer)?booleancanBeDefinitionOf(PrismProperty<T> item)TODO documentbooleancanBeDefinitionOf(PrismValue pvalue)TODO documentbooleancanModify()Returns true if this item can be modified (updated).booleancanModify(LayerType layer)Is modification allowed (at specified layer)?booleancanRead()Returns true if this item can be read (displayed).booleancanRead(LayerType layer)Is reading allowed (at specified layer)?@NotNull ResourceAttributeDefinitionImpl<T>clone()static <T> ResourceAttributeDefinition<T>create(@NotNull RawResourceAttributeDefinition<T> rawDefinition)This is the creation point from "raw" form only.static <T> ResourceAttributeDefinition<T>create(@NotNull RawResourceAttributeDefinition<T> rawDefinition, @Nullable ResourceAttributeDefinitionType customizationBean)This is the main creation point.static <T> ResourceAttributeDefinition<T>create(@NotNull ResourceAttributeDefinition<T> definitionProvidingRawData, @Nullable ResourceAttributeDefinitionType customizationBean)Creates the definition from aResourceAttributeDefinitioncontaining only the raw part.@NotNull PropertyDelta<T>createEmptyDelta(ItemPath path)Creates an empty delta (with appropriate implementation class), pointing to this item definition, with a given path.StringdebugDump(int indent)StringdebugDump(int indent, LayerType layer)Provides a debug dump respective to the given layer.voiddebugDumpShortToString(StringBuilder sb)Used in debugDumping items.ResourceAttributeDefinition<T>deepClone(@NotNull DeepCloneOperation operation)TODO documentTdefaultValue()booleanequals(Object o)<D extends ItemDefinition<?>>
DfindItemDefinition(@NotNull ItemPath path, @NotNull Class<D> clazz)Used to find a matching item definition _within_ this definition.@NotNull ResourceAttributeDefinitionImpl<T>forLayer(@NotNull LayerType layer)Creates a view of the current definition for a given layer.Collection<? extends DisplayableValue<T>>getAllowedValues()Returns allowed values for this property.<A> AgetAnnotation(QName qname)Returns generic definition annotation.@Nullable Map<QName,Object>getAnnotations()Returns all annotations, as unmodifiable map.@Nullable ItemCorrelatorDefinitionTypegetCorrelatorDefinition()@NotNull LayerTypegetCurrentLayer()Gets the current point-of-view: on which layer do we look at the data?StringgetDebugDumpClassName()Return a human readable name of this class suitable for logs.StringgetDeprecatedSince()StringgetDescription()Gets the (configured) attribute description.List<ItemDiagramSpecification>getDiagrams()StringgetDisplayName()Returns display name.IntegergetDisplayOrder()Specifies an order in which the item should be displayed relative to other items at the same level.StringgetDocumentation()StringgetDocumentationPreview()Returns only a first sentence of documentation.AttributeFetchStrategyTypegetFetchStrategy()Returns configured fetch strategy.StringgetFrameworkAttributeName()Returns name of the attribute as given in the connector framework.StringgetHelp()Returns help string.@NotNull List<InboundMappingType>getInboundMappingBeans()Gets the inbound mappings (if any).@NotNull List<String>getIntolerantValuePatterns()Gets patterns for values that are not "tolerated" on the resource.@NotNull ItemNamegetItemName()Gets the "canonical" name of the item for the definition.PropertyLimitationsgetLimitations(LayerType layer)Returns limitations (cardinality, access rights, processing) for given layer.QNamegetMatchingRuleQName()Returns matching rule name.intgetMaxOccurs()Return the number of maximal value occurrences.intgetMaxOccurs(LayerType layer)Gets `maxOccurs` limitation for given layer.intgetMinOccurs()Return the number of minimal value occurrences.intgetMinOccurs(LayerType layer)Gets `minOccurs` limitation for given layer.IntegergetModificationPriority()Determines the order in which this attribute should be modified (in very special cases).StringgetNativeAttributeName()Returns native attribute name.@Nullable MappingTypegetOutboundMappingBean()Gets the outbound mapping, if defined.StringgetPlannedRemoval()Version of data model in which the item is likely to be removed.PrismContextgetPrismContext()ItemProcessinggetProcessing()Level of processing (ignore, minimal, auto, full) for this item/type.ItemProcessinggetProcessing(LayerType layer)Gets the level of processing for specified layer.RawResourceAttributeDefinition<T>getRawAttributeDefinition()Gets the original (raw) attribute definition.BooleangetReadReplaceMode()Should be this attribute modified solely in "replace" mode?@Nullable BooleangetReturnedByDefault()Is this attribute returned by default? (I.e.List<SchemaMigration>getSchemaMigrations()@NotNull AttributeStorageStrategyTypegetStorageStrategy()Returns configured storage strategy.QNamegetSubstitutionHead()Returns the name of an element this one can be substituted for (e.g.Collection<? extends DisplayableValue<T>>getSuggestedValues()Returns suggested values for this property.@NotNull List<String>getTolerantValuePatterns()Gets patterns for values that are "tolerated" on the resource.Class<T>getTypeClass()Returns a compile-time class that is used to represent items.@NotNull QNamegetTypeName()Returns a name of the type for this definition.PrismReferenceValuegetValueEnumerationRef()Reference to an object that directly or indirectly represents possible values for this item.inthashCode()@NotNull ResourceAttribute<T>instantiate()Create an item instance.@NotNull ResourceAttribute<T>instantiate(QName name)Create an item instance.booleanisAbstract()For types: is the type abstract so that it should not be instantiated directly? For items: TODObooleanisDeprecated()booleanisDisplayNameAttribute()Is this attribute configured to serve as a display name?booleanisDynamic()Returns true if definition was created during the runtime based on a dynamic information such as xsi:type attributes in XML.booleanisElaborate()Elaborate items are complicated data structure that may deviate from normal principles of the system.booleanisEmphasized()True for definitions that are more important than others and that should be emphasized during presentation.booleanisExclusiveStrong()Drives behavior of strong and normal mappings for this attribute.booleanisExperimental()Experimental functionality is not stable and it may be changed in any future release without any warning.booleanisHeterogeneousListItem()Can be used in heterogeneous lists as a list item.booleanisIgnored()Item definition that has this flag set should be ignored by any processing.BooleanisIndexed()This is XSD annotation that specifies whether a property should be indexed in the storage.booleanisIndexOnly()If true, this item is not stored in XML representation in repo.booleanisInherited()Whether the item is inherited from a supertype.booleanisOperational()Marks operational item.booleanisRuntimeSchema()This means that this particular definition (of an item or of a type) is part of the runtime schema, e.g.BooleanisSecondaryIdentifierOverride()Is this attribute designated as a secondary identifier via `schemaHandling`?booleanisTolerant()When set to true, allows to preserve attribute values that are set outside midPoint.booleanisValidFor(@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.booleanisVolatilityTrigger()Is this attribute so-called volatility trigger, i.e.voidperformFreeze()voidrevive(PrismContext prismContext)TODO: Is revive necessary if prism context is static? TODO document (if it's found to be necessary)<A> voidsetAnnotation(QName qname, A value)voidsetOverrideCanAdd(Boolean value)Provides a value that will overrideResourceAttributeDefinition.canAdd(LayerType)return values (for all layers).voidsetOverrideCanModify(Boolean value)Provides a value that will overrideResourceAttributeDefinition.canModify(LayerType)return values (for all layers).voidsetOverrideCanRead(Boolean value)Provides a value that will overrideResourceAttributeDefinition.canRead(LayerType)return values (for all layers).ResourceAttributeDefinition<T>spawnModifyingRaw(@NotNull Consumer<MutableRawResourceAttributeDefinition<T>> rawPartCustomizer)Creates a copy of the definition, with a given customizer applied to the _raw_ part of the definition.Optional<ComplexTypeDefinition>structuredType()Returns complex type definition of item, if underlying value is possible structured.@NotNull MutableRawResourceAttributeDefinition<T>toMutable()Returns an interface to mutate this definition.StringtoString()-
Methods inherited from class com.evolveum.midpoint.prism.AbstractFreezable
freeze, freeze, freezeAll, freezeNullableList, isImmutable, isMutable
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Methods inherited from interface com.evolveum.midpoint.prism.Definition
debugDump, getMutabilityFlag, getSchemaRegistry
-
Methods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable, freeze, isImmutable
-
Methods inherited from interface com.evolveum.midpoint.prism.ItemDefinition
isMandatory, isMultiValue, isOptional, isSingleValue
-
Methods inherited from interface com.evolveum.midpoint.prism.PrismPropertyDefinition
isAnyType
-
Methods inherited from interface com.evolveum.midpoint.schema.processor.RawResourceAttributeDefinition
isReturnedByDefault
-
Methods inherited from interface com.evolveum.midpoint.schema.processor.ResourceAttributeDefinition
hasOutboundMapping, isIgnored, isMandatory, isMultiValue, isOptional, isSingleValue
-
-
-
-
Method Detail
-
create
public static <T> ResourceAttributeDefinition<T> create(@NotNull @NotNull ResourceAttributeDefinition<T> definitionProvidingRawData, @Nullable @Nullable ResourceAttributeDefinitionType customizationBean) throws SchemaException
Creates the definition from aResourceAttributeDefinitioncontaining only the raw part. TODO how we should call such definitions?- Throws:
SchemaException- If there's a problem with the customization bean.
-
create
public static <T> ResourceAttributeDefinition<T> create(@NotNull @NotNull RawResourceAttributeDefinition<T> rawDefinition, @Nullable @Nullable ResourceAttributeDefinitionType customizationBean) throws SchemaException
This is the main creation point.- Throws:
SchemaException- If there's a problem with the customization bean.
-
create
public static <T> ResourceAttributeDefinition<T> create(@NotNull @NotNull RawResourceAttributeDefinition<T> rawDefinition)
This is the creation point from "raw" form only.
-
forLayer
@NotNull public @NotNull ResourceAttributeDefinitionImpl<T> forLayer(@NotNull @NotNull LayerType layer)
Description copied from interface:ResourceAttributeDefinitionCreates a view of the current definition for a given layer. (May return even the original object e.g. if the layer matches the current one.)- Specified by:
forLayerin interfaceResourceAttributeDefinition<T>
-
clone
@NotNull public @NotNull ResourceAttributeDefinitionImpl<T> clone()
- Specified by:
clonein interfaceDefinition- Specified by:
clonein interfaceItemDefinition<T>- Specified by:
clonein interfacePrismPropertyDefinition<T>- Specified by:
clonein interfaceResourceAttributeDefinition<T>- Overrides:
clonein classObject
-
isTolerant
public boolean isTolerant()
Description copied from interface:ResourceAttributeDefinitionWhen set to true, allows to preserve attribute values that are set outside midPoint.- Specified by:
isTolerantin interfaceResourceAttributeDefinition<T>- See Also:
ItemRefinedDefinitionType.isTolerant()
-
isSecondaryIdentifierOverride
public Boolean isSecondaryIdentifierOverride()
Description copied from interface:ResourceAttributeDefinitionIs this attribute designated as a secondary identifier via `schemaHandling`?- Specified by:
isSecondaryIdentifierOverridein interfaceResourceAttributeDefinition<T>- See Also:
ResourceItemDefinitionType.isSecondaryIdentifier()
-
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
-
canAdd
public boolean canAdd(LayerType layer)
Description copied from interface:ResourceAttributeDefinitionIs adding allowed (at specified layer)?- Specified by:
canAddin interfaceResourceAttributeDefinition<T>- See Also:
PrismItemAccessDefinition.canAdd()
-
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
-
canRead
public boolean canRead(LayerType layer)
Description copied from interface:ResourceAttributeDefinitionIs reading allowed (at specified layer)?- Specified by:
canReadin interfaceResourceAttributeDefinition<T>- See Also:
PrismItemAccessDefinition.canRead()
-
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
-
canModify
public boolean canModify(LayerType layer)
Description copied from interface:ResourceAttributeDefinitionIs modification allowed (at specified layer)?- Specified by:
canModifyin interfaceResourceAttributeDefinition<T>- See Also:
PrismItemAccessDefinition.canModify()
-
setOverrideCanRead
public void setOverrideCanRead(Boolean value)
Description copied from interface:ResourceAttributeDefinitionProvides a value that will overrideResourceAttributeDefinition.canRead(LayerType)return values (for all layers). Used e.g. when applying authorizations on the definition.- Specified by:
setOverrideCanReadin interfaceResourceAttributeDefinition<T>
-
setOverrideCanAdd
public void setOverrideCanAdd(Boolean value)
Description copied from interface:ResourceAttributeDefinitionProvides a value that will overrideResourceAttributeDefinition.canAdd(LayerType)return values (for all layers). Used e.g. when applying authorizations on the definition.- Specified by:
setOverrideCanAddin interfaceResourceAttributeDefinition<T>
-
setOverrideCanModify
public void setOverrideCanModify(Boolean value)
Description copied from interface:ResourceAttributeDefinitionProvides a value that will overrideResourceAttributeDefinition.canModify(LayerType)return values (for all layers). Used e.g. when applying authorizations on the definition.- Specified by:
setOverrideCanModifyin interfaceResourceAttributeDefinition<T>
-
isIgnored
public boolean isIgnored()
Description copied from interface:DefinitionItem definition that has this flag set should be ignored by any processing. The ignored item is still part of the schema. Item instances may appear in the serialized data formats (e.g. XML) or data store and the parser should not raise an error if it encounters them. But any high-level processing code should ignore presence of this item. E.g. it should not be displayed to the user, should not be present in transformed data structures, etc. Note that the same item can be ignored at higher layer (e.g. presentation) but not ignored at lower layer (e.g. model). This works by presenting different item definitions for these layers (see LayerRefinedAttributeDefinition). Semantics of this flag for complex type definitions is to be defined yet.- Specified by:
isIgnoredin 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
-
isDeprecated
public boolean isDeprecated()
- Specified by:
isDeprecatedin interfaceDefinition
-
isExperimental
public boolean isExperimental()
Description copied from interface:DefinitionExperimental functionality is not stable and it may be changed in any future release without any warning. Use at your own risk.- Specified by:
isExperimentalin interfaceDefinition
-
getPlannedRemoval
public String getPlannedRemoval()
Description copied from interface:DefinitionVersion 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 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
-
getDeprecatedSince
public String getDeprecatedSince()
- Specified by:
getDeprecatedSincein interfaceDefinition
-
isEmphasized
public boolean isEmphasized()
Description copied from interface:DefinitionTrue 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.- Specified by:
isEmphasizedin interfaceDefinition
-
getProcessing
public ItemProcessing getProcessing()
Description copied from interface:DefinitionLevel of processing (ignore, minimal, auto, full) for this item/type.- Specified by:
getProcessingin interfaceDefinition
-
getProcessing
public ItemProcessing getProcessing(LayerType layer)
Description copied from interface:ResourceAttributeDefinitionGets the level of processing for specified layer.- Specified by:
getProcessingin interfaceResourceAttributeDefinition<T>- See Also:
Definition.getProcessing()
-
getDisplayName
public String getDisplayName()
Description copied from interface:DefinitionReturns 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 interfaceDefinition- Returns:
- display name string or catalog key
-
getDisplayOrder
public Integer getDisplayOrder()
Description copied from interface:DefinitionSpecifies 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 interfaceDefinition
-
getDescription
public String getDescription()
Description copied from interface:ResourceAttributeDefinitionGets the (configured) attribute description.- Specified by:
getDescriptionin interfaceResourceAttributeDefinition<T>- See Also:
ItemRefinedDefinitionType.getDescription()
-
getRawAttributeDefinition
public RawResourceAttributeDefinition<T> getRawAttributeDefinition()
Description copied from interface:ResourceAttributeDefinitionGets the original (raw) attribute definition.- Specified by:
getRawAttributeDefinitionin interfaceResourceAttributeDefinition<T>
-
getOutboundMappingBean
@Nullable public @Nullable MappingType getOutboundMappingBean()
Description copied from interface:ResourceAttributeDefinitionGets the outbound mapping, if defined.- Specified by:
getOutboundMappingBeanin interfaceResourceAttributeDefinition<T>- See Also:
ResourceItemDefinitionType.getOutbound()
-
getInboundMappingBeans
@NotNull public @NotNull List<InboundMappingType> getInboundMappingBeans()
Description copied from interface:ResourceAttributeDefinitionGets the inbound mappings (if any).- Specified by:
getInboundMappingBeansin interfaceResourceAttributeDefinition<T>- See Also:
ResourceItemDefinitionType.getInbound()
-
getItemName
@NotNull public @NotNull ItemName getItemName()
Description copied from interface:ItemDefinitionGets the "canonical" name of the item for the definition. Should be qualified, if at all possible.- Specified by:
getItemNamein interfaceItemDefinition<T>
-
getTypeName
@NotNull public @NotNull QName 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- Returns:
- the type name
-
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
-
getReturnedByDefault
@Nullable public @Nullable Boolean getReturnedByDefault()
Description copied from interface:RawResourceAttributeDefinitionIs this attribute returned by default? (I.e. if no specific options are sent to the connector?)- Specified by:
getReturnedByDefaultin interfaceRawResourceAttributeDefinition<T>
-
getNativeAttributeName
public String getNativeAttributeName()
Description copied from interface:RawResourceAttributeDefinitionReturns native attribute name. Native name of the attribute is a name as it is used on the resource or as seen by the connector. It is used for diagnostics purposes and may be used by the connector itself. As the attribute names in XSD have to comply with XML element name limitations, this may be the only way how to determine original attribute name. Returns null if native attribute name is not set or unknown. The name should be the same as the one used by the resource, if the resource supports naming of attributes. E.g. in case of LDAP this annotation should contain "cn", "givenName", etc. If the resource is not that flexible, the native attribute names may be hardcoded (e.g. "username", "homeDirectory") or may not be present at all.- Specified by:
getNativeAttributeNamein interfaceRawResourceAttributeDefinition<T>- Returns:
- native attribute name
-
getFrameworkAttributeName
public String getFrameworkAttributeName()
Description copied from interface:RawResourceAttributeDefinitionReturns name of the attribute as given in the connector framework. This is not used for any significant logic. It is mostly for diagnostics.- Specified by:
getFrameworkAttributeNamein interfaceRawResourceAttributeDefinition<T>- Returns:
- name of the attribute as given in the connector framework.
-
instantiate
@NotNull public @NotNull ResourceAttribute<T> 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<T>- Specified by:
instantiatein interfacePrismPropertyDefinition<T>- Specified by:
instantiatein interfaceRawResourceAttributeDefinition<T>- Specified by:
instantiatein interfaceResourceAttributeDefinition<T>
-
instantiate
@NotNull public @NotNull ResourceAttribute<T> instantiate(QName name)
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<T>- Specified by:
instantiatein interfacePrismPropertyDefinition<T>- Specified by:
instantiatein interfaceRawResourceAttributeDefinition<T>- Specified by:
instantiatein interfaceResourceAttributeDefinition<T>
-
getAllowedValues
public Collection<? extends DisplayableValue<T>> getAllowedValues()
Description copied from interface:PrismPropertyDefinitionReturns allowed values for this property.- Specified by:
getAllowedValuesin interfacePrismPropertyDefinition<T>
-
getSuggestedValues
public Collection<? extends DisplayableValue<T>> getSuggestedValues()
Description copied from interface:PrismPropertyDefinitionReturns suggested values for this property.- Specified by:
getSuggestedValuesin interfacePrismPropertyDefinition<T>
-
defaultValue
public T defaultValue()
- Specified by:
defaultValuein interfacePrismPropertyDefinition<T>
-
isIndexed
public Boolean isIndexed()
Description copied from interface:PrismPropertyDefinitionThis 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 interfacePrismPropertyDefinition<T>
-
getMaxOccurs
public int getMaxOccurs()
Description copied from interface:ItemDefinitionReturn the number of maximal value occurrences. Any negative number means "unbounded".- Specified by:
getMaxOccursin interfaceItemDefinition<T>
-
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<T>
-
isIndexOnly
public boolean isIndexOnly()
Description copied from interface:ItemDefinitionIf true, this item is not stored in XML representation in repo. TODO better name- Specified by:
isIndexOnlyin interfaceItemDefinition<T>
-
isInherited
public boolean isInherited()
Description copied from interface:ItemDefinitionWhether the item is inherited from a supertype.- Specified by:
isInheritedin interfaceItemDefinition<T>
-
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<T>
-
getSubstitutionHead
public QName 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<T>
-
isHeterogeneousListItem
public boolean isHeterogeneousListItem()
Description copied from interface:ItemDefinitionCan be used in heterogeneous lists as a list item. EXPERIMENTAL.- Specified by:
isHeterogeneousListItemin interfaceItemDefinition<T>
-
getValueEnumerationRef
public PrismReferenceValue 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<T>
-
isValidFor
public boolean isValidFor(@NotNull @NotNull QName elementQName, @NotNull @NotNull Class<? extends ItemDefinition<?>> clazz, boolean caseInsensitive)Description copied from interface:ItemDefinitionReturns 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 interfaceItemDefinition<T>
-
adoptElementDefinitionFrom
public void adoptElementDefinitionFrom(ItemDefinition<?> otherDef)
Description copied from interface:ItemDefinitionTransfers selected parts of the definition (currently item name, min/max occurs) from another definition. TODO used only on few places, consider removing- Specified by:
adoptElementDefinitionFromin interfaceItemDefinition<T>
-
findItemDefinition
public <D extends ItemDefinition<?>> D findItemDefinition(@NotNull @NotNull ItemPath path, @NotNull @NotNull Class<D> clazz)
Description copied from interface:ItemDefinitionUsed to find a matching item definition _within_ this definition. Treats e.g. de-referencing in prism references.- Specified by:
findItemDefinitionin interfaceItemDefinition<T>
-
getMaxOccurs
public int getMaxOccurs(LayerType layer)
Description copied from interface:ResourceAttributeDefinitionGets `maxOccurs` limitation for given layer.- Specified by:
getMaxOccursin interfaceResourceAttributeDefinition<T>- See Also:
ItemDefinition.getMaxOccurs()
-
getMinOccurs
public int getMinOccurs()
Description copied from interface:ItemDefinitionReturn the number of minimal value occurrences.- Specified by:
getMinOccursin interfaceItemDefinition<T>
-
getMinOccurs
public int getMinOccurs(LayerType layer)
Description copied from interface:ResourceAttributeDefinitionGets `minOccurs` limitation for given layer.- Specified by:
getMinOccursin interfaceResourceAttributeDefinition<T>
-
isExclusiveStrong
public boolean isExclusiveStrong()
Description copied from interface:ResourceAttributeDefinitionDrives behavior of strong and normal mappings for this attribute.- Specified by:
isExclusiveStrongin interfaceResourceAttributeDefinition<T>- See Also:
ResourceItemDefinitionType.isExclusiveStrong()
-
getLimitations
public PropertyLimitations getLimitations(LayerType layer)
Description copied from interface:ResourceAttributeDefinitionReturns limitations (cardinality, access rights, processing) for given layer. These are obtained from resource and/or explicitly configured.- Specified by:
getLimitationsin interfaceResourceAttributeDefinition<T>- See Also:
ItemRefinedDefinitionType.getLimitations()
-
getHelp
public String getHelp()
Description copied from interface:DefinitionReturns 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 interfaceDefinition- Returns:
- help string or catalog key
-
getDocumentation
public String getDocumentation()
- Specified by:
getDocumentationin interfaceDefinition
-
getDocumentationPreview
public String getDocumentationPreview()
Description copied from interface:DefinitionReturns only a first sentence of documentation.- Specified by:
getDocumentationPreviewin interfaceDefinition
-
getAnnotation
public <A> A getAnnotation(QName qname)
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
-
setAnnotation
public <A> void setAnnotation(QName qname, A value)
- Specified by:
setAnnotationin interfaceDefinition
-
getAnnotations
@Nullable public @Nullable Map<QName,Object> 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
-
getSchemaMigrations
public List<SchemaMigration> getSchemaMigrations()
- Specified by:
getSchemaMigrationsin interfaceDefinition
-
getDiagrams
public List<ItemDiagramSpecification> getDiagrams()
- Specified by:
getDiagramsin interfaceDefinition
-
getFetchStrategy
public AttributeFetchStrategyType getFetchStrategy()
Description copied from interface:ResourceAttributeDefinitionReturns configured fetch strategy.- Specified by:
getFetchStrategyin interfaceResourceAttributeDefinition<T>- See Also:
ResourceItemDefinitionType.getFetchStrategy()
-
getStorageStrategy
@NotNull public @NotNull AttributeStorageStrategyType getStorageStrategy()
Description copied from interface:ResourceAttributeDefinitionReturns configured storage strategy.- Specified by:
getStorageStrategyin interfaceResourceAttributeDefinition<T>- See Also:
ResourceItemDefinitionType.getStorageStrategy()
-
getMatchingRuleQName
public QName getMatchingRuleQName()
Description copied from interface:PrismPropertyDefinitionReturns matching rule name. Matching rules are algorithms that specify how to compare, normalize and/or order the values. E.g. there are matching rules for case insensitive string comparison, for LDAP DNs, etc.- Specified by:
getMatchingRuleQNamein interfacePrismPropertyDefinition<T>- Returns:
- matching rule name
-
createEmptyDelta
@NotNull public @NotNull PropertyDelta<T> createEmptyDelta(ItemPath path)
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<T>- Specified by:
createEmptyDeltain interfacePrismPropertyDefinition<T>
-
getTolerantValuePatterns
@NotNull public @NotNull List<String> getTolerantValuePatterns()
Description copied from interface:ResourceAttributeDefinitionGets patterns for values that are "tolerated" on the resource.- Specified by:
getTolerantValuePatternsin interfaceResourceAttributeDefinition<T>- See Also:
ResourceAttributeDefinition.isTolerant(),ItemRefinedDefinitionType.getTolerantValuePattern()
-
getIntolerantValuePatterns
@NotNull public @NotNull List<String> getIntolerantValuePatterns()
Description copied from interface:ResourceAttributeDefinitionGets patterns for values that are not "tolerated" on the resource.- Specified by:
getIntolerantValuePatternsin interfaceResourceAttributeDefinition<T>- See Also:
ResourceAttributeDefinition.isTolerant(),ItemRefinedDefinitionType.getIntolerantValuePattern()
-
isVolatilityTrigger
public boolean isVolatilityTrigger()
Description copied from interface:ResourceAttributeDefinitionIs this attribute so-called volatility trigger, i.e. may its changes cause changes in other attributes?- Specified by:
isVolatilityTriggerin interfaceResourceAttributeDefinition<T>- See Also:
ResourceItemDefinitionType.isVolatilityTrigger()
-
toMutable
@NotNull public @NotNull MutableRawResourceAttributeDefinition<T> toMutable()
Description copied from interface:DefinitionReturns an interface to mutate this definition.- Specified by:
toMutablein interfaceDefinition- Specified by:
toMutablein interfaceItemDefinition<T>- Specified by:
toMutablein interfacePrismPropertyDefinition<T>- Specified by:
toMutablein interfaceResourceAttributeDefinition<T>
-
getTypeClass
public Class<T> 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 interfacePrismPropertyDefinition<T>
-
deepClone
public ResourceAttributeDefinition<T> deepClone(@NotNull @NotNull DeepCloneOperation operation)
Description copied from interface:ItemDefinitionTODO document- Specified by:
deepClonein interfaceItemDefinition<T>- Specified by:
deepClonein interfaceResourceAttributeDefinition<T>
-
revive
public void revive(PrismContext prismContext)
Description copied from interface:RevivableTODO: Is revive necessary if prism context is static? TODO document (if it's found to be necessary)
-
debugDumpShortToString
public void debugDumpShortToString(StringBuilder sb)
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<T>
-
canBeDefinitionOf
public boolean canBeDefinitionOf(PrismProperty<T> item)
Description copied from interface:ItemDefinitionTODO document- Specified by:
canBeDefinitionOfin interfaceItemDefinition<T>
-
canBeDefinitionOf
public boolean canBeDefinitionOf(PrismValue pvalue)
Description copied from interface:ItemDefinitionTODO document- Specified by:
canBeDefinitionOfin interfaceItemDefinition<T>
-
getDebugDumpClassName
public String getDebugDumpClassName()
Return a human readable name of this class suitable for logs.
-
debugDump
public String debugDump(int indent)
- Specified by:
debugDumpin interfaceDebugDumpable
-
debugDump
public String debugDump(int indent, LayerType layer)
Description copied from interface:ResourceAttributeDefinitionProvides a debug dump respective to the given layer. TODO reconsider this method- Specified by:
debugDumpin interfaceResourceAttributeDefinition<T>
-
getModificationPriority
public Integer getModificationPriority()
Description copied from interface:ResourceAttributeDefinitionDetermines the order in which this attribute should be modified (in very special cases).- Specified by:
getModificationPriorityin interfaceResourceAttributeDefinition<T>- See Also:
ResourceItemDefinitionType.getModificationPriority()
-
getReadReplaceMode
public Boolean getReadReplaceMode()
Description copied from interface:ResourceAttributeDefinitionShould be this attribute modified solely in "replace" mode?- Specified by:
getReadReplaceModein interfaceResourceAttributeDefinition<T>- See Also:
ResourceItemDefinitionType.isReadReplaceMode()
-
isDisplayNameAttribute
public boolean isDisplayNameAttribute()
Description copied from interface:ResourceAttributeDefinitionIs this attribute configured to serve as a display name?- Specified by:
isDisplayNameAttributein interfaceResourceAttributeDefinition<T>- See Also:
ResourceItemDefinitionType.isDisplayNameAttribute()
-
getCorrelatorDefinition
@Nullable public @Nullable ItemCorrelatorDefinitionType getCorrelatorDefinition()
- Specified by:
getCorrelatorDefinitionin interfaceResourceAttributeDefinition<T>- See Also:
()
-
structuredType
public Optional<ComplexTypeDefinition> structuredType()
Description copied from interface:ItemDefinitionReturns complex type definition of item, if underlying value is possible structured. NOTE: This seems weird, since properties and references are simple values, but actually object reference is serialized as structured value and some of properties are also.- Specified by:
structuredTypein interfaceItemDefinition<T>
-
performFreeze
public void performFreeze()
- Overrides:
performFreezein classAbstractFreezable
-
getPrismContext
public PrismContext getPrismContext()
- Specified by:
getPrismContextin interfacePrismContextSensitive
-
accept
public boolean accept(Visitor<Definition> visitor, SmartVisitation<Definition> visitation)
- Specified by:
acceptin interfaceSmartVisitable<T>- Returns:
- false if we already was here
-
accept
public void accept(Visitor<Definition> visitor)
-
spawnModifyingRaw
public ResourceAttributeDefinition<T> spawnModifyingRaw(@NotNull @NotNull Consumer<MutableRawResourceAttributeDefinition<T>> rawPartCustomizer)
Description copied from interface:ResourceAttributeDefinitionCreates a copy of the definition, with a given customizer applied to the _raw_ part of the definition. Should be used only in special cases, near the resource schema construction time. (So various alternate implementations of this interface need not support this method.) May not preserve all information (like access override flags).- Specified by:
spawnModifyingRawin interfaceResourceAttributeDefinition<T>
-
getCurrentLayer
@NotNull public @NotNull LayerType getCurrentLayer()
Description copied from interface:LayeredDefinitionGets the current point-of-view: on which layer do we look at the data?- Specified by:
getCurrentLayerin interfaceLayeredDefinition
-
-