Class BpmPlatformRootDefinition
- java.lang.Object
-
- org.jboss.as.controller.SimpleResourceDefinition
-
- org.jboss.as.controller.PersistentResourceDefinition
-
- org.camunda.bpm.container.impl.jboss.extension.resource.BpmPlatformRootDefinition
-
- All Implemented Interfaces:
org.jboss.as.controller.ResourceDefinition
public class BpmPlatformRootDefinition extends org.jboss.as.controller.PersistentResourceDefinition
-
-
Field Summary
Fields Modifier and Type Field Description static BpmPlatformRootDefinition
INSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<org.jboss.as.controller.AttributeDefinition>
getAttributes()
protected java.util.List<? extends org.jboss.as.controller.PersistentResourceDefinition>
getChildren()
void
registerOperations(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)
-
Methods inherited from class org.jboss.as.controller.PersistentResourceDefinition
registerAttributes, registerChildren
-
Methods inherited from class org.jboss.as.controller.SimpleResourceDefinition
getAccessConstraints, getDeprecationData, getDescriptionProvider, getFlagsSet, getMaxOccurs, getMinOccurs, getPathElement, getResourceDescriptionResolver, isFeature, isOrderedChild, isRuntime, registerAdditionalRuntimePackages, registerAddOperation, registerAddOperation, registerCapabilities, registerNotifications, registerRemoveOperation, registerRemoveOperation, setDeprecated
-
-
-
-
Field Detail
-
INSTANCE
public static final BpmPlatformRootDefinition INSTANCE
-
-
Method Detail
-
getAttributes
public java.util.Collection<org.jboss.as.controller.AttributeDefinition> getAttributes()
- Specified by:
getAttributes
in classorg.jboss.as.controller.PersistentResourceDefinition
-
getChildren
protected java.util.List<? extends org.jboss.as.controller.PersistentResourceDefinition> getChildren()
- Overrides:
getChildren
in classorg.jboss.as.controller.PersistentResourceDefinition
-
registerOperations
public void registerOperations(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)
- Specified by:
registerOperations
in interfaceorg.jboss.as.controller.ResourceDefinition
- Overrides:
registerOperations
in classorg.jboss.as.controller.SimpleResourceDefinition
-
-