public interface AddStepHandlerDescriptor extends WriteAttributeStepHandlerDescriptor, RemoveStepHandlerDescriptor
| Modifier and Type | Method and Description |
|---|---|
UnaryOperator<org.jboss.as.controller.OperationStepHandler> |
getAddOperationTransformation()
Returns a transformer for the add operation handler.
|
Map<org.jboss.as.controller.AttributeDefinition,AttributeTranslation> |
getAttributeTranslations()
Returns a mapping of attribute translations
|
Collection<org.jboss.as.controller.AttributeDefinition> |
getExtraParameters()
Extra parameters (not specified by
WriteAttributeStepHandlerDescriptor.getAttributes()) for the add operation. |
Set<org.jboss.as.controller.PathElement> |
getRequiredChildren()
Returns the required child resources for this resource description.
|
Set<org.jboss.as.controller.PathElement> |
getRequiredSingletonChildren()
Returns the required singleton child resources for this resource description.
|
UnaryOperator<org.jboss.as.controller.registry.Resource> |
getResourceTransformation()
Returns a transformation for a newly created resource.
|
getAttributesgetDescriptionResolver, getOperationTransformation, getResourceCapabilityReferences, getRuntimeResourceRegistrationsgetCapabilitiesCollection<org.jboss.as.controller.AttributeDefinition> getExtraParameters()
WriteAttributeStepHandlerDescriptor.getAttributes()) for the add operation.Set<org.jboss.as.controller.PathElement> getRequiredChildren()
Set<org.jboss.as.controller.PathElement> getRequiredSingletonChildren()
Map<org.jboss.as.controller.AttributeDefinition,AttributeTranslation> getAttributeTranslations()
UnaryOperator<org.jboss.as.controller.OperationStepHandler> getAddOperationTransformation()
UnaryOperator<org.jboss.as.controller.registry.Resource> getResourceTransformation()
Copyright © 2019 JBoss by Red Hat. All rights reserved.