Package com.evolveum.midpoint.prism.impl
Class DummyPrismObjectDefinition
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.DummyPrismObjectDefinition
-
- All Implemented Interfaces:
Definition
,Freezable
,ItemDefinition<PrismContainer<Objectable>>
,LocalDefinitionStore
,PrismContainerDefinition<Objectable>
,PrismContextSensitive
,PrismItemAccessDefinition
,PrismObjectDefinition<Objectable>
,Revivable
,SmartVisitable<Definition>
,Visitable<Definition>
,DebugDumpable
,Serializable
,Cloneable
@Experimental public class DummyPrismObjectDefinition extends Object implements PrismObjectDefinition<Objectable>
EXPERIMENTAL- 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
-
-
Constructor Summary
Constructors Constructor Description DummyPrismObjectDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(Visitor visitor)
boolean
accept(Visitor<Definition> visitor, SmartVisitation<Definition> visitation)
void
adoptElementDefinitionFrom(ItemDefinition otherDef)
boolean
canAdd()
Returns true if this item can be added: it can be part of an object that is created.boolean
canBeDefinitionOf(PrismContainer<Objectable> item)
boolean
canBeDefinitionOf(PrismValue pvalue)
boolean
canModify()
Returns true if this item can be modified (updated).boolean
canRead()
Returns true if this item can be read (displayed).boolean
canRepresent(@NotNull QName type)
@NotNull PrismObjectDefinition<Objectable>
clone()
@NotNull PrismObjectDefinition<Objectable>
cloneWithReplacedDefinition(QName itemName, ItemDefinition newDefinition)
ContainerDelta<Objectable>
createEmptyDelta(ItemPath path)
PrismObjectValue<Objectable>
createValue()
String
debugDump(int indent)
void
debugDumpShortToString(StringBuilder sb)
Used in debugDumping items.PrismObjectDefinition<Objectable>
deepClone(boolean ultraDeep, Consumer<ItemDefinition> postCloneAction)
ItemDefinition<PrismContainer<Objectable>>
deepClone(Map<QName,ComplexTypeDefinition> ctdMap, Map<QName,ComplexTypeDefinition> onThisPath, Consumer<ItemDefinition> postCloneAction)
<T extends ItemDefinition>
TfindItemDefinition(@NotNull ItemPath path, @NotNull Class<T> clazz)
<ID extends ItemDefinition>
IDfindLocalItemDefinition(@NotNull QName name, @NotNull Class<ID> clazz, boolean caseInsensitive)
<ID extends ItemDefinition>
IDfindNamedItemDefinition(@NotNull QName firstName, @NotNull ItemPath rest, @NotNull Class<ID> clazz)
void
freeze()
<A> A
getAnnotation(QName qname)
Returns generic definition annotation.Class<Objectable>
getCompileTimeClass()
ComplexTypeDefinition
getComplexTypeDefinition()
String
getDefaultNamespace()
List<? extends ItemDefinition>
getDefinitions()
String
getDeprecatedSince()
List<ItemDiagramSpecification>
getDiagrams()
String
getDisplayName()
Returns display name.Integer
getDisplayOrder()
Specifies an order in which the item should be displayed relative to other items at the same level.String
getDocumentation()
String
getDocumentationPreview()
Returns only a first sentence of documentation.PrismContainerDefinition<?>
getExtensionDefinition()
String
getHelp()
Returns help string.List<String>
getIgnoredNamespaces()
@NotNull ItemName
getItemName()
int
getMaxOccurs()
int
getMinOccurs()
String
getNamespace()
String
getPlannedRemoval()
Version of data model in which the item is likely to be removed.PrismContext
getPrismContext()
ItemProcessing
getProcessing()
List<PrismPropertyDefinition>
getPropertyDefinitions()
List<SchemaMigration>
getSchemaMigrations()
QName
getSubstitutionHead()
Returns the name of an element this one can be substituted for (e.g.Class<Objectable>
getTypeClass()
Returns a compile-time class that is used to represent items.Class
getTypeClassIfKnown()
@NotNull QName
getTypeName()
Returns a name of the type for this definition.PrismReferenceValue
getValueEnumerationRef()
@NotNull PrismObject<Objectable>
instantiate()
Create an item instance.@NotNull PrismObject<Objectable>
instantiate(QName name)
Create an item instance.boolean
isAbstract()
boolean
isCompletelyDefined()
Returns true if the instantiated container can contain only items that are explicitly defined here.boolean
isDeprecated()
boolean
isDynamic()
Returns true if definition was created during the runtime based on a dynamic information such as xsi:type attributes in XML.boolean
isElaborate()
Elaborate items are complicated data structure that may deviate from normal principles of the system.boolean
isEmphasized()
True for definitions that are more important than others and that should be emphasized during presentation.boolean
isEmpty()
boolean
isExperimental()
Experimental functionality is not stable and it may be changed in any future release without any warning.boolean
isHeterogeneousListItem()
Can be used in heterogeneous lists as a list item.boolean
isIgnored()
Item definition that has this flag set should be ignored by any processing.boolean
isImmutable()
boolean
isIndexOnly()
EXPERIMENTAL.boolean
isInherited()
Whether an item is inherited from a supertype.boolean
isMandatory()
boolean
isMultiValue()
boolean
isOperational()
boolean
isOptional()
boolean
isRuntimeSchema()
This means that this particular definition (of an item or of a type) is part of the runtime schema, e.g.boolean
isSingleValue()
boolean
isValidFor(@NotNull QName elementQName, @NotNull Class<? extends ItemDefinition> clazz, boolean caseInsensitive)
boolean
isValidFor(QName elementQName, Class<? extends ItemDefinition> clazz)
void
replaceDefinition(QName itemName, ItemDefinition newDefinition)
void
revive(PrismContext prismContext)
<A> void
setAnnotation(QName qname, A value)
MutablePrismObjectDefinition<Objectable>
toMutable()
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Methods inherited from interface com.evolveum.midpoint.prism.Definition
debugDump, getMutabilityFlag, getSchemaRegistry
-
Methods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable
-
Methods inherited from interface com.evolveum.midpoint.prism.LocalDefinitionStore
findContainerDefinition, findContainerDefinition, findItemDefinition, findLocalItemDefinition, findPropertyDefinition, findReferenceDefinition, findReferenceDefinition
-
Methods inherited from interface com.evolveum.midpoint.prism.PrismContainerDefinition
getItemNames, structuredType
-
-
-
-
Method Detail
-
getItemName
@NotNull public @NotNull ItemName getItemName()
- Specified by:
getItemName
in interfaceItemDefinition<PrismContainer<Objectable>>
-
getNamespace
public String getNamespace()
- Specified by:
getNamespace
in interfaceItemDefinition<PrismContainer<Objectable>>
-
getMinOccurs
public int getMinOccurs()
- Specified by:
getMinOccurs
in interfaceItemDefinition<PrismContainer<Objectable>>
-
getMaxOccurs
public int getMaxOccurs()
- Specified by:
getMaxOccurs
in interfaceItemDefinition<PrismContainer<Objectable>>
-
isSingleValue
public boolean isSingleValue()
- Specified by:
isSingleValue
in interfaceItemDefinition<PrismContainer<Objectable>>
-
isMultiValue
public boolean isMultiValue()
- Specified by:
isMultiValue
in interfaceItemDefinition<PrismContainer<Objectable>>
-
isMandatory
public boolean isMandatory()
- Specified by:
isMandatory
in interfaceItemDefinition<PrismContainer<Objectable>>
-
isOptional
public boolean isOptional()
- Specified by:
isOptional
in interfaceItemDefinition<PrismContainer<Objectable>>
-
isOperational
public boolean isOperational()
- Specified by:
isOperational
in interfaceItemDefinition<PrismContainer<Objectable>>
-
isIndexOnly
public boolean isIndexOnly()
Description copied from interface:ItemDefinition
EXPERIMENTAL. If true, this item is not stored in XML representation in repo. TODO better name- Specified by:
isIndexOnly
in interfaceItemDefinition<PrismContainer<Objectable>>
-
isInherited
public boolean isInherited()
Description copied from interface:ItemDefinition
Whether an item is inherited from a supertype.- Specified by:
isInherited
in interfaceItemDefinition<PrismContainer<Objectable>>
-
isDynamic
public boolean isDynamic()
Description copied from interface:ItemDefinition
Returns true if definition was created during the runtime based on a dynamic information such as xsi:type attributes in XML. This means that the definition needs to be stored alongside the data to have a successful serialization "roundtrip". The definition is not part of any schema and therefore cannot be determined. It may even be different for every instance of the associated item (element name).- Specified by:
isDynamic
in interfaceItemDefinition<PrismContainer<Objectable>>
-
canRead
public boolean canRead()
Description copied from interface:PrismItemAccessDefinition
Returns true if this item can be read (displayed). In case of containers this flag is, strictly speaking, not applicable. Container is an empty shell. What matters is access to individual sub-item. However, for containers this value has a "hint" meaning. It means that the container itself contains something that is readable. Which can be used as a hint by the presentation to display container label or block. This usually happens if the container contains at least one readable item. This does NOT mean that also all the container items can be displayed. The sub-item permissions are controlled by similar properties on the items. This property only applies to the container itself: the "shell" of the container.Note: It was considered to use a different meaning for this flag - a meaning that would allow canRead()=false containers to have readable items. However, this was found not to be very useful. Therefore the "something readable inside" meaning was confirmed instead.
- Specified by:
canRead
in interfacePrismItemAccessDefinition
-
canModify
public boolean canModify()
Description copied from interface:PrismItemAccessDefinition
Returns true if this item can be modified (updated). In case of containers this means that the container itself should be displayed in modification forms E.g. that the container label or block should be displayed. This usually happens if the container contains at least one modifiable item. This does NOT mean that also all the container items can be modified. The sub-item permissions are controlled by similar properties on the items. This property only applies to the container itself: the "shell" of the container.- Specified by:
canModify
in interfacePrismItemAccessDefinition
-
canAdd
public boolean canAdd()
Description copied from interface:PrismItemAccessDefinition
Returns true if this item can be added: it can be part of an object that is created. In case of containers this means that the container itself should be displayed in creation forms E.g. that the container label or block should be displayed. This usually happens if the container contains at least one createable item. This does NOT mean that also all the container items can be created. The sub-item permissions are controlled by similar properties on the items. This property only applies to the container itself: the "shell" of the container.- Specified by:
canAdd
in interfacePrismItemAccessDefinition
-
getSubstitutionHead
public QName getSubstitutionHead()
Description copied from interface:ItemDefinition
Returns the name of an element this one can be substituted for (e.g. c:user -> c:object, s:pipeline -> s:expression, etc). EXPERIMENTAL- Specified by:
getSubstitutionHead
in interfaceItemDefinition<PrismContainer<Objectable>>
-
isHeterogeneousListItem
public boolean isHeterogeneousListItem()
Description copied from interface:ItemDefinition
Can be used in heterogeneous lists as a list item. EXPERIMENTAL.- Specified by:
isHeterogeneousListItem
in interfaceItemDefinition<PrismContainer<Objectable>>
-
getValueEnumerationRef
public PrismReferenceValue getValueEnumerationRef()
- Specified by:
getValueEnumerationRef
in interfaceItemDefinition<PrismContainer<Objectable>>
-
isValidFor
public boolean isValidFor(QName elementQName, Class<? extends ItemDefinition> clazz)
- Specified by:
isValidFor
in interfaceItemDefinition<PrismContainer<Objectable>>
-
isValidFor
public boolean isValidFor(@NotNull @NotNull QName elementQName, @NotNull @NotNull Class<? extends ItemDefinition> clazz, boolean caseInsensitive)
- Specified by:
isValidFor
in interfaceItemDefinition<PrismContainer<Objectable>>
-
adoptElementDefinitionFrom
public void adoptElementDefinitionFrom(ItemDefinition otherDef)
- Specified by:
adoptElementDefinitionFrom
in interfaceItemDefinition<PrismContainer<Objectable>>
-
instantiate
@NotNull public @NotNull PrismObject<Objectable> instantiate()
Description copied from interface:ItemDefinition
Create an item instance. Definition name or default name will used as an element name for the instance. The instance will otherwise be empty.- Specified by:
instantiate
in interfaceItemDefinition<PrismContainer<Objectable>>
- Specified by:
instantiate
in interfacePrismObjectDefinition<Objectable>
- Returns:
- created item instance
-
instantiate
@NotNull public @NotNull PrismObject<Objectable> instantiate(QName name)
Description copied from interface:ItemDefinition
Create an item instance. Definition name will use provided name. for the instance. The instance will otherwise be empty.- Specified by:
instantiate
in interfaceItemDefinition<PrismContainer<Objectable>>
- Specified by:
instantiate
in interfacePrismObjectDefinition<Objectable>
- Returns:
- created item instance
-
findLocalItemDefinition
public <ID extends ItemDefinition> ID findLocalItemDefinition(@NotNull @NotNull QName name, @NotNull @NotNull Class<ID> clazz, boolean caseInsensitive)
- Specified by:
findLocalItemDefinition
in interfaceLocalDefinitionStore
-
findItemDefinition
public <T extends ItemDefinition> T findItemDefinition(@NotNull @NotNull ItemPath path, @NotNull @NotNull Class<T> clazz)
- Specified by:
findItemDefinition
in interfaceItemDefinition<PrismContainer<Objectable>>
- Specified by:
findItemDefinition
in interfaceLocalDefinitionStore
-
findNamedItemDefinition
public <ID extends ItemDefinition> ID findNamedItemDefinition(@NotNull @NotNull QName firstName, @NotNull @NotNull ItemPath rest, @NotNull @NotNull Class<ID> clazz)
- Specified by:
findNamedItemDefinition
in interfaceLocalDefinitionStore
-
getCompileTimeClass
public Class<Objectable> getCompileTimeClass()
- Specified by:
getCompileTimeClass
in interfacePrismContainerDefinition<Objectable>
-
getComplexTypeDefinition
public ComplexTypeDefinition getComplexTypeDefinition()
- Specified by:
getComplexTypeDefinition
in interfacePrismContainerDefinition<Objectable>
-
revive
public void revive(PrismContext prismContext)
- Specified by:
revive
in interfaceItemDefinition<PrismContainer<Objectable>>
- Specified by:
revive
in interfaceRevivable
-
debugDumpShortToString
public void debugDumpShortToString(StringBuilder sb)
Description copied from interface:ItemDefinition
Used in debugDumping items. Does not need to have name in it as item already has it. Does not need to have class as that is just too much info that is almost anytime pretty obvious anyway.- Specified by:
debugDumpShortToString
in interfaceItemDefinition<PrismContainer<Objectable>>
-
canBeDefinitionOf
public boolean canBeDefinitionOf(PrismContainer<Objectable> item)
- Specified by:
canBeDefinitionOf
in interfaceItemDefinition<PrismContainer<Objectable>>
-
canBeDefinitionOf
public boolean canBeDefinitionOf(PrismValue pvalue)
- Specified by:
canBeDefinitionOf
in interfaceItemDefinition<PrismContainer<Objectable>>
-
getDefaultNamespace
public String getDefaultNamespace()
- Specified by:
getDefaultNamespace
in interfacePrismContainerDefinition<Objectable>
-
getIgnoredNamespaces
public List<String> getIgnoredNamespaces()
- Specified by:
getIgnoredNamespaces
in interfacePrismContainerDefinition<Objectable>
-
getDefinitions
public List<? extends ItemDefinition> getDefinitions()
- Specified by:
getDefinitions
in interfacePrismContainerDefinition<Objectable>
-
isCompletelyDefined
public boolean isCompletelyDefined()
Description copied from interface:PrismContainerDefinition
Returns true if the instantiated container can contain only items that are explicitly defined here.- Specified by:
isCompletelyDefined
in interfacePrismContainerDefinition<Objectable>
-
getPropertyDefinitions
public List<PrismPropertyDefinition> getPropertyDefinitions()
- Specified by:
getPropertyDefinitions
in interfacePrismContainerDefinition<Objectable>
-
createEmptyDelta
public ContainerDelta<Objectable> createEmptyDelta(ItemPath path)
- Specified by:
createEmptyDelta
in interfaceItemDefinition<PrismContainer<Objectable>>
- Specified by:
createEmptyDelta
in interfacePrismContainerDefinition<Objectable>
-
clone
@NotNull public @NotNull PrismObjectDefinition<Objectable> clone()
- Specified by:
clone
in interfaceDefinition
- Specified by:
clone
in interfaceItemDefinition<PrismContainer<Objectable>>
- Specified by:
clone
in interfacePrismContainerDefinition<Objectable>
- Specified by:
clone
in interfacePrismObjectDefinition<Objectable>
- Overrides:
clone
in classObject
-
deepClone
public PrismObjectDefinition<Objectable> deepClone(boolean ultraDeep, Consumer<ItemDefinition> postCloneAction)
- Specified by:
deepClone
in interfaceItemDefinition<PrismContainer<Objectable>>
- Specified by:
deepClone
in interfacePrismObjectDefinition<Objectable>
-
deepClone
public ItemDefinition<PrismContainer<Objectable>> deepClone(Map<QName,ComplexTypeDefinition> ctdMap, Map<QName,ComplexTypeDefinition> onThisPath, Consumer<ItemDefinition> postCloneAction)
- Specified by:
deepClone
in interfaceItemDefinition<PrismContainer<Objectable>>
-
cloneWithReplacedDefinition
@NotNull public @NotNull PrismObjectDefinition<Objectable> cloneWithReplacedDefinition(QName itemName, ItemDefinition newDefinition)
- Specified by:
cloneWithReplacedDefinition
in interfacePrismContainerDefinition<Objectable>
- Specified by:
cloneWithReplacedDefinition
in interfacePrismObjectDefinition<Objectable>
-
replaceDefinition
public void replaceDefinition(QName itemName, ItemDefinition newDefinition)
- Specified by:
replaceDefinition
in interfacePrismContainerDefinition<Objectable>
-
getExtensionDefinition
public PrismContainerDefinition<?> getExtensionDefinition()
- Specified by:
getExtensionDefinition
in interfacePrismObjectDefinition<Objectable>
-
createValue
public PrismObjectValue<Objectable> createValue()
- Specified by:
createValue
in interfacePrismContainerDefinition<Objectable>
- Specified by:
createValue
in interfacePrismObjectDefinition<Objectable>
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty
in interfacePrismContainerDefinition<Objectable>
-
canRepresent
public boolean canRepresent(@NotNull @NotNull QName type)
- Specified by:
canRepresent
in interfacePrismContainerDefinition<Objectable>
-
toMutable
public MutablePrismObjectDefinition<Objectable> toMutable()
- Specified by:
toMutable
in interfaceDefinition
- Specified by:
toMutable
in interfaceItemDefinition<PrismContainer<Objectable>>
- Specified by:
toMutable
in interfacePrismContainerDefinition<Objectable>
- Specified by:
toMutable
in interfacePrismObjectDefinition<Objectable>
-
isImmutable
public boolean isImmutable()
- Specified by:
isImmutable
in interfaceFreezable
-
getTypeName
@NotNull public @NotNull QName getTypeName()
Description copied from interface:Definition
Returns a name of the type for this definition. The type can be part of the compile-time schema or it can be defined at run time. Examples of the former case are types like c:UserType, xsd:string, or even flexible ones like c:ExtensionType or c:ShadowAttributesType. Examples of the latter case are types used in - custom extensions, like ext:LocationsType (where ext = e.g. http://example.com/extension), - resource schema, like ri:inetOrgPerson (ri = http://.../resource/instance-3), - connector schema, like TODO In XML representation that corresponds to the name of the XSD type. Although beware, the run-time types do not have statically defined structure. And the resource and connector-related types may even represent different kinds of objects within different contexts (e.g. two distinct resources both with ri:AccountObjectClass types). Also note that for complex type definitions, the type name serves as a unique identifier. On the other hand, for item definitions, it is just one of its attributes; primary key is item name in that case. The type name should be fully qualified. (TODO reconsider this)- Specified by:
getTypeName
in interfaceDefinition
- Returns:
- the type name
-
isRuntimeSchema
public boolean isRuntimeSchema()
Description copied from interface:Definition
This means that this particular definition (of an item or of a type) is part of the runtime schema, e.g. extension schema, resource schema or connector schema or something like that. I.e. it is not defined statically.- Specified by:
isRuntimeSchema
in interfaceDefinition
-
isIgnored
public boolean isIgnored()
Description copied from interface:Definition
Item 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:
isIgnored
in interfaceDefinition
-
getProcessing
public ItemProcessing getProcessing()
- Specified by:
getProcessing
in interfaceDefinition
-
isAbstract
public boolean isAbstract()
- Specified by:
isAbstract
in interfaceDefinition
-
isDeprecated
public boolean isDeprecated()
- Specified by:
isDeprecated
in interfaceDefinition
-
isExperimental
public boolean isExperimental()
Description copied from interface:Definition
Experimental functionality is not stable and it may be changed in any future release without any warning. Use at your own risk.- Specified by:
isExperimental
in interfaceDefinition
-
getPlannedRemoval
public String getPlannedRemoval()
Description copied from interface:Definition
Version of data model in which the item is likely to be removed. This annotation is used for deprecated item to indicate imminent incompatibility in future versions of data model.- Specified by:
getPlannedRemoval
in interfaceDefinition
-
isElaborate
public boolean isElaborate()
Description copied from interface:Definition
Elaborate items are complicated data structure that may deviate from normal principles of the system. For example elaborate items may not be supported in user interface and may only be manageable by raw edits or a special-purpose tools. Elaborate items may be not fully supported by authorizations, schema tools and so on.- Specified by:
isElaborate
in interfaceDefinition
-
getDeprecatedSince
public String getDeprecatedSince()
- Specified by:
getDeprecatedSince
in interfaceDefinition
-
isEmphasized
public boolean isEmphasized()
Description copied from interface:Definition
True for definitions that are more important than others and that should be emphasized during presentation. E.g. the emphasized definitions will always be displayed in the user interfaces (even if they are empty), they will always be included in the dumps, etc.- Specified by:
isEmphasized
in interfaceDefinition
-
getDisplayName
public String getDisplayName()
Description copied from interface:Definition
Returns display name. Specifies the printable name of the object class or attribute. It must contain a printable string. It may also contain a key to catalog file. Returns null if no display name is set. Corresponds to "displayName" XSD annotation.- Specified by:
getDisplayName
in interfaceDefinition
- Returns:
- display name string or catalog key
-
getDisplayOrder
public Integer getDisplayOrder()
Description copied from interface:Definition
Specifies an order in which the item should be displayed relative to other items at the same level. The items will be displayed by sorting them by the values of displayOrder annotation (ascending). Items that do not have any displayOrder annotation will be displayed last. The ordering of values with the same displayOrder is undefined and it may be arbitrary.- Specified by:
getDisplayOrder
in interfaceDefinition
-
getHelp
public String getHelp()
Description copied from interface:Definition
Returns help string. Specifies the help text or a key to catalog file for a help text. The help text may be displayed in any suitable way by the GUI. It should explain the meaning of an attribute or object class. Returns null if no help string is set. Corresponds to "help" XSD annotation.- Specified by:
getHelp
in interfaceDefinition
- Returns:
- help string or catalog key
-
getDocumentation
public String getDocumentation()
- Specified by:
getDocumentation
in interfaceDefinition
-
getDocumentationPreview
public String getDocumentationPreview()
Description copied from interface:Definition
Returns only a first sentence of documentation.- Specified by:
getDocumentationPreview
in interfaceDefinition
-
getPrismContext
public PrismContext getPrismContext()
- Specified by:
getPrismContext
in interfacePrismContextSensitive
-
getTypeClassIfKnown
public Class getTypeClassIfKnown()
- Specified by:
getTypeClassIfKnown
in interfaceDefinition
-
getTypeClass
public Class<Objectable> getTypeClass()
Description copied from interface:Definition
Returns a compile-time class that is used to represent items. E.g. returns String, Integer, sublcasses of Objectable and Containerable and so on.- Specified by:
getTypeClass
in interfaceDefinition
- Specified by:
getTypeClass
in interfacePrismContainerDefinition<Objectable>
-
getAnnotation
public <A> A getAnnotation(QName qname)
Description copied from interface:Definition
Returns generic definition annotation. Annotations are a method to extend schema definitions. This may be annotation stored in the schema definition file (e.g. XSD) or it may be a dynamic annotation determined at run-time. Annotation value should be a prism-supported object. E.g. a prims "bean" (JAXB annotated class), prism item, prism value or something like that. EXPERIMENTAL. Hic sunt leones. This may change at any moment. Note: annotations are only partially supported now (3.8). They are somehow transient. E.g. they are not serialized to XSD schema definitions (yet).- Specified by:
getAnnotation
in interfaceDefinition
-
setAnnotation
public <A> void setAnnotation(QName qname, A value)
- Specified by:
setAnnotation
in interfaceDefinition
-
getSchemaMigrations
public List<SchemaMigration> getSchemaMigrations()
- Specified by:
getSchemaMigrations
in interfaceDefinition
-
getDiagrams
public List<ItemDiagramSpecification> getDiagrams()
- Specified by:
getDiagrams
in interfaceDefinition
-
accept
public void accept(Visitor visitor)
- Specified by:
accept
in interfaceVisitable<Definition>
-
accept
public boolean accept(Visitor<Definition> visitor, SmartVisitation<Definition> visitation)
- Specified by:
accept
in interfaceSmartVisitable<Definition>
- Returns:
- false if we already was here
-
debugDump
public String debugDump(int indent)
- Specified by:
debugDump
in interfaceDebugDumpable
-
-