Annotation Interface Metadata
Specifies that this class is a configuration item.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
The root in the JCR tree. -
Optional Element Summary
Modifier and TypeOptional ElementDescriptionThe description of this configuration item.boolean
Whether or not the type is inspectable.The label of this configuration item.The root under which to place configuration items of this type in the JCR tree.In case whenroot()
is set toMetadata.ConfigurationItemRoot.BY_ROOT_NAME
this value is read as desired root for this item.boolean
Whether or not this is a versioned type, i.e.boolean
Whether or not this is a virtual type, i.e.
-
Element Details
-
description
String descriptionThe description of this configuration item.- Default:
- "Description unavailable"
-
label
String labelThe label of this configuration item.- Default:
- ""
-
root
The root under which to place configuration items of this type in the JCR tree. IfMetadata.ConfigurationItemRoot.NESTED
is specified, configuration items of this type cannot be placed directly under a root.- Default:
- NESTED
-
rootName
String rootNameIn case whenroot()
is set toMetadata.ConfigurationItemRoot.BY_ROOT_NAME
this value is read as desired root for this item.- Default:
- ""
-
virtual
boolean virtualWhether or not this is a virtual type, i.e. whether or not CIs of this type can be created.- Default:
- false
-
versioned
boolean versionedWhether or not this is a versioned type, i.e. whether or not the JCR version history for CIs of this type is kept.- Default:
- true
-
inspectable
boolean inspectableWhether or not the type is inspectable.- Default:
- false
-