public interface ResourceDefinitionProvider extends Definable<org.jboss.as.controller.ResourceDefinition>, org.jboss.as.controller.ResourceDefinition, Registration<org.jboss.as.controller.registry.ManagementResourceRegistration>
ResourceDefinition and handles its registration.| Modifier and Type | Method and Description |
|---|---|
default List<org.jboss.as.controller.access.management.AccessConstraintDefinition> |
getAccessConstraints() |
default org.jboss.as.controller.descriptions.DescriptionProvider |
getDescriptionProvider(org.jboss.as.controller.registry.ImmutableManagementResourceRegistration registration) |
default org.jboss.as.controller.PathElement |
getPathElement() |
default boolean |
isOrderedChild() |
default boolean |
isRuntime() |
default void |
registerAttributes(org.jboss.as.controller.registry.ManagementResourceRegistration registration) |
default void |
registerChildren(org.jboss.as.controller.registry.ManagementResourceRegistration registration) |
default void |
registerNotifications(org.jboss.as.controller.registry.ManagementResourceRegistration registration) |
default void |
registerOperations(org.jboss.as.controller.registry.ManagementResourceRegistration registration) |
getDefinitiongetMaxOccurs, getMinOccurs, isFeature, registerAdditionalRuntimePackages, registerCapabilitiesregisterdefault org.jboss.as.controller.PathElement getPathElement()
getPathElement in interface org.jboss.as.controller.ResourceDefinitiondefault org.jboss.as.controller.descriptions.DescriptionProvider getDescriptionProvider(org.jboss.as.controller.registry.ImmutableManagementResourceRegistration registration)
getDescriptionProvider in interface org.jboss.as.controller.ResourceDefinitiondefault List<org.jboss.as.controller.access.management.AccessConstraintDefinition> getAccessConstraints()
getAccessConstraints in interface org.jboss.as.controller.ResourceDefinitiondefault boolean isRuntime()
isRuntime in interface org.jboss.as.controller.ResourceDefinitiondefault boolean isOrderedChild()
isOrderedChild in interface org.jboss.as.controller.ResourceDefinitiondefault void registerOperations(org.jboss.as.controller.registry.ManagementResourceRegistration registration)
registerOperations in interface org.jboss.as.controller.ResourceDefinitiondefault void registerAttributes(org.jboss.as.controller.registry.ManagementResourceRegistration registration)
registerAttributes in interface org.jboss.as.controller.ResourceDefinitiondefault void registerNotifications(org.jboss.as.controller.registry.ManagementResourceRegistration registration)
registerNotifications in interface org.jboss.as.controller.ResourceDefinitiondefault void registerChildren(org.jboss.as.controller.registry.ManagementResourceRegistration registration)
registerChildren in interface org.jboss.as.controller.ResourceDefinitionCopyright © 2019 JBoss by Red Hat. All rights reserved.