Package org.forgerock.opendj.config
Class TopCfgDefn
- java.lang.Object
-
- org.forgerock.opendj.config.AbstractManagedObjectDefinition<ConfigurationClient,Configuration>
-
- org.forgerock.opendj.config.TopCfgDefn
-
public final class TopCfgDefn extends AbstractManagedObjectDefinition<ConfigurationClient,Configuration>
Configuration definitionTopCfgDefnis the root of the configuration definition hierarchy. Every configuration hasTopCfgDefnas a superclass.The
TopCfgDefnhas no properties or relations. However, it can be used to determine all the configuration definitions currently available to the administration framework using theAbstractManagedObjectDefinition.getAllChildren().NOTE: it is not possible to retrieve I18N related information or profile information for this managed object definition. In particular, calls to the methods
AbstractManagedObjectDefinition.getSynopsis(),AbstractManagedObjectDefinition.getDescription(),AbstractManagedObjectDefinition.getUserFriendlyName(), andAbstractManagedObjectDefinition.getUserFriendlyPluralName()will not work.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TopCfgDefngetInstance()Get the Top configuration definition singleton.-
Methods inherited from class org.forgerock.opendj.config.AbstractManagedObjectDefinition
getAggregationPropertyDefinition, getAggregationPropertyDefinitions, getAllAggregationPropertyDefinitions, getAllChildren, getAllConstraints, getAllPropertyDefinitions, getAllRelationDefinitions, getAllReverseAggregationPropertyDefinitions, getAllReverseRelationDefinitions, getAllTags, getChild, getChildren, getConstraints, getDescription, getDescription, getName, getParent, getPropertyDefinition, getPropertyDefinitions, getRelationDefinition, getRelationDefinitions, getReverseAggregationPropertyDefinitions, getReverseRelationDefinitions, getSynopsis, getSynopsis, getUserFriendlyName, getUserFriendlyName, getUserFriendlyPluralName, getUserFriendlyPluralName, hasChildren, hasOption, hasTag, initialize, isChildOf, isParentOf, isTop, registerConstraint, registerOption, registerPropertyDefinition, registerRelationDefinition, registerTag, resolveManagedObjectDefinition, toString, toString
-
-
-
-
Method Detail
-
getInstance
public static TopCfgDefn getInstance()
Get the Top configuration definition singleton.- Returns:
- Returns the Top configuration definition singleton.
-
-