Class ResourceObjectTypeDefinitionImpl

All Implemented Interfaces:
AbstractTypeDefinition, Definition, Freezable, LocalItemDefinitionStore, PrismLifecycleDefinition, PrismPresentationDefinition, Revivable, SmartVisitable<Definition>, TypeDefinition, Visitable<Definition>, AssociationDefinitionStore, AttributeDefinitionStore, FrameworkNameResolver, IdentifiersDefinitionStore, LayeredDefinition, ResourceObjectDefinition, ResourceObjectInboundDefinition, ResourceObjectTypeDefinition, DebugDumpable, Serializable, Cloneable

public final class ResourceObjectTypeDefinitionImpl extends AbstractResourceObjectDefinitionImpl implements ResourceObjectTypeDefinition
Default implementation of ResourceObjectTypeDefinition. Definition of a type of resource objects, as defined in the `schemaHandling` section. (The concept of object type is not present in the "raw" view, presented by a connector. The connector sees only object classes.) There is almost nothing specific here (compared to AbstractResourceObjectDefinitionImpl), because starting with 4.6, object class definitions can be refined as well. However, kind and intent are (still) specific to type definitions.
Author:
semancik
See Also: