Interface DefinitionDelegator

All Superinterfaces:
Cloneable, DebugDumpable, Definition, Freezable, PrismLifecycleDefinition, PrismPresentationDefinition, Revivable, Serializable, SmartVisitable<Definition>, Visitable<Definition>
All Known Subinterfaces:
ComplexTypeDefinitionDelegator, ContainerDefinitionDelegator<C>, ItemDefinitionDelegator<I>, ObjectDefinitionDelegator<O>, PropertyDefinitionDelegator<T>, ReferenceDefinitionDelegator, ResourceAttributeContainerDefinitionDelegator, ResourceAttributeDefinitionDelegator<T>, TypeDefinitionDelegator

public interface DefinitionDelegator extends Definition
  • Method Details

    • delegate

      Definition delegate()
    • accept

      default void accept(Visitor<Definition> visitor)
      Specified by:
      accept in interface Visitable<Definition>
    • debugDump

      default String debugDump()
      Description copied from interface: DebugDumpable
      Show the content of the object intended for diagnostics by system administrator. The out put should be suitable to use in system logs at "debug" level. It may be multi-line, but in that case it should be well indented and quite terse. As it is intended to be used by system administrator, it should not use any developer terms such as class names, exceptions or stack traces.
      Specified by:
      debugDump in interface DebugDumpable
      Returns:
      content of the object intended for diagnostics by system administrator.
    • accept

      default boolean accept(Visitor<Definition> visitor, SmartVisitation<Definition> visitation)
      Specified by:
      accept in interface SmartVisitable<Definition>
      Returns:
      false if we already was here
    • getTypeName

      @NotNull default @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 interface Definition
      Returns:
      the type name
    • debugDump

      default String debugDump(int indent)
      Specified by:
      debugDump in interface DebugDumpable
    • debugDumpLazily

      default Object debugDumpLazily()
      Specified by:
      debugDumpLazily in interface DebugDumpable
    • debugDumpLazily

      default Object debugDumpLazily(int indent)
      Specified by:
      debugDumpLazily in interface DebugDumpable
    • isRuntimeSchema

      default 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 interface Definition
    • isAbstract

      default boolean isAbstract()
      Description copied from interface: Definition
      For types: is the type abstract so that it should not be instantiated directly? For items: TODO
      Specified by:
      isAbstract in interface Definition
    • isDeprecated

      default boolean isDeprecated()
      Specified by:
      isDeprecated in interface PrismLifecycleDefinition
    • isRemoved

      default boolean isRemoved()
      Specified by:
      isRemoved in interface PrismLifecycleDefinition
    • getRemovedSince

      default String getRemovedSince()
      Specified by:
      getRemovedSince in interface PrismLifecycleDefinition
    • isOptionalCleanup

      default boolean isOptionalCleanup()
      Description copied from interface: Definition
      Marks item that could be ignored by SCM tools (e.g. Git), or removed before commit.
      Specified by:
      isOptionalCleanup in interface Definition
    • isExperimental

      default boolean isExperimental()
      Description copied from interface: PrismLifecycleDefinition
      Experimental functionality is not stable and it may be changed in any future release without any warning. Use at your own risk.
      Specified by:
      isExperimental in interface PrismLifecycleDefinition
    • getPlannedRemoval

      default String getPlannedRemoval()
      Description copied from interface: PrismLifecycleDefinition
      Version of data model in which the item is likely to be removed. This annotation is used for deprecated item to indicate imminent incompatibility in future versions of data model.
      Specified by:
      getPlannedRemoval in interface PrismLifecycleDefinition
    • isElaborate

      default 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 interface Definition
    • getDeprecatedSince

      default String getDeprecatedSince()
      Specified by:
      getDeprecatedSince in interface PrismLifecycleDefinition
    • getDisplayHint

      default DisplayHint getDisplayHint()
      Description copied from interface: PrismPresentationDefinition
      Enumeration annotation that specifies how/whether the item should be displayed. It is also a replacement for the old "emphasized" annotation.
      Specified by:
      getDisplayHint in interface PrismPresentationDefinition
    • getMergerIdentifier

      @Nullable default @Nullable String getMergerIdentifier()
      Specified by:
      getMergerIdentifier in interface Definition
    • getNaturalKeyConstituents

      @Nullable default @Nullable List<QName> getNaturalKeyConstituents()
      Specified by:
      getNaturalKeyConstituents in interface Definition
    • isEmphasized

      default boolean isEmphasized()
      Description copied from interface: PrismPresentationDefinition
      True for definitions that are more important than others and that should be emphasized during presentation. E.g. the emphasized definitions will always be displayed in the user interfaces (even if they are empty), they will always be included in the dumps, etc. TODO probably deprecated, isn't it?
      Specified by:
      isEmphasized in interface PrismPresentationDefinition
    • getDisplayName

      default String getDisplayName()
      Description copied from interface: PrismPresentationDefinition
      Returns display name. Specifies the printable name of the object class or attribute. It must contain a printable string. It may also contain a key to catalog file. Returns null if no display name is set. Corresponds to "displayName" XSD annotation.
      Specified by:
      getDisplayName in interface PrismPresentationDefinition
      Returns:
      display name string or catalog key
    • getDisplayOrder

      default Integer getDisplayOrder()
      Description copied from interface: PrismPresentationDefinition
      Specifies an order in which the item should be displayed relative to other items at the same level. The items will be displayed by sorting them by the values of displayOrder annotation (ascending). Items that do not have any displayOrder annotation will be displayed last. The ordering of values with the same displayOrder is undefined and it may be arbitrary.
      Specified by:
      getDisplayOrder in interface PrismPresentationDefinition
    • getHelp

      default String getHelp()
      Description copied from interface: PrismPresentationDefinition
      Returns help string. Specifies the help text or a key to catalog file for a help text. The help text may be displayed in any suitable way by the GUI. It should explain the meaning of an attribute or object class. Returns null if no help string is set. Corresponds to "help" XSD annotation.
      Specified by:
      getHelp in interface PrismPresentationDefinition
      Returns:
      help string or catalog key
    • getDocumentation

      default String getDocumentation()
      Description copied from interface: PrismPresentationDefinition
      Must contains tag because of html tags used in text.
      Specified by:
      getDocumentation in interface PrismPresentationDefinition
    • getDocumentationPreview

      default String getDocumentationPreview()
      Description copied from interface: PrismPresentationDefinition
      Returns only a first sentence of documentation.
      Specified by:
      getDocumentationPreview in interface PrismPresentationDefinition
    • getTypeClass

      default Class<?> getTypeClass()
      Description copied from interface: Definition
      Returns a compile-time class that is used to represent items. E.g. returns String, Integer, subclasses of Objectable and Containerable and so on.
      Specified by:
      getTypeClass in interface Definition
    • getAnnotation

      default <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 interface Definition
    • getAnnotations

      @Nullable default @Nullable Map<QName,Object> getAnnotations()
      Description copied from interface: Definition
      Returns all annotations, as unmodifiable map. Nullable by design, to avoid creating lots of empty maps.
      Specified by:
      getAnnotations in interface Definition
    • getSchemaMigrations

      default List<SchemaMigration> getSchemaMigrations()
      Specified by:
      getSchemaMigrations in interface PrismLifecycleDefinition
    • debugDump

      default String debugDump(int indent, IdentityHashMap<Definition,Object> seen)
      Specified by:
      debugDump in interface Definition
    • getMutabilityFlag

      default String getMutabilityFlag()
      Specified by:
      getMutabilityFlag in interface Definition
    • getMergerInstance

      @Nullable default @Nullable ItemMerger getMergerInstance(@NotNull @NotNull MergeStrategy strategy, @Nullable @Nullable OriginMarker originMarker)
      Specified by:
      getMergerInstance in interface Definition
    • getNaturalKeyInstance

      @Nullable default @Nullable NaturalKeyDefinition getNaturalKeyInstance()
      Specified by:
      getNaturalKeyInstance in interface Definition