Uses of Class
org.jboss.as.controller.OperationDefinition
-
-
Uses of OperationDefinition in org.jboss.as.controller
Subclasses of OperationDefinition in org.jboss.as.controller Modifier and Type Class Description classSimpleOperationDefinitionDefining characteristics of operation in aResourceSimpleOperationDefinition is simplest implementation that usesDefaultOperationDescriptionProviderfor generating description of operation if more complex DescriptionProvider user should extend this class orOperationDefinitionand provide its ownDescriptionProviderFields in org.jboss.as.controller declared as OperationDefinition Modifier and Type Field Description static OperationDefinitionCompositeOperationHandler. DEFINITIONstatic OperationDefinitionCompositeOperationHandler. INTERNAL_DEFINITIONMethods in org.jboss.as.controller with parameters of type OperationDefinition Modifier and Type Method Description voidOperationContext. addModelStep(OperationDefinition stepDefinition, OperationStepHandler stepHandler, boolean addFirst)Add aOperationContext.Stage.MODELexecution step to this operation process, including descriptive information for the operation.voidOperationContext. addModelStep(org.jboss.dmr.ModelNode response, org.jboss.dmr.ModelNode operation, OperationDefinition stepDefinition, OperationStepHandler stepHandler, boolean addFirst)Add aOperationContext.Stage.MODELexecution step to this operation process, including descriptive information for the operation.ResourceBuilderResourceBuilder. addOperation(OperationDefinition operationDefinition, OperationStepHandler handler)ResourceBuilderResourceBuilder. addOperation(OperationDefinition operationDefinition, OperationStepHandler handler, boolean inherited)static SimpleOperationDefinitionBuilderSimpleOperationDefinitionBuilder. of(String name, OperationDefinition basis)Convenience method that delegates toSimpleOperationDefinitionBuilder.of(String, SimpleOperationDefinition). -
Uses of OperationDefinition in org.jboss.as.controller.descriptions
Constructors in org.jboss.as.controller.descriptions with parameters of type OperationDefinition Constructor Description DefaultOperationDescriptionProvider(OperationDefinition definition, ResourceDescriptionResolver resolver, ResourceDescriptionResolver attributeResolver) -
Uses of OperationDefinition in org.jboss.as.controller.operations.common
Fields in org.jboss.as.controller.operations.common declared as OperationDefinition Modifier and Type Field Description static OperationDefinitionConfigurationPublishHandler. DEFINITIONstatic OperationDefinitionNamespaceAddHandler. DEFINITIONstatic OperationDefinitionNamespaceRemoveHandler. DEFINITIONstatic OperationDefinitionResolveExpressionHandler. DEFINITIONstatic OperationDefinitionSchemaLocationAddHandler. DEFINITIONstatic OperationDefinitionSchemaLocationRemoveHandler. DEFINITIONstatic OperationDefinitionSnapshotDeleteHandler. DEFINITIONstatic OperationDefinitionSnapshotListHandler. DEFINITIONstatic OperationDefinitionSnapshotTakeHandler. DEFINITIONstatic OperationDefinitionValidateAddressOperationHandler. DEFINITIONstatic OperationDefinitionValidateOperationHandler. DEFINITIONstatic OperationDefinitionValidateOperationHandler. DEFINITION_HIDDENMethods in org.jboss.as.controller.operations.common with parameters of type OperationDefinition Modifier and Type Method Description static org.jboss.dmr.ModelNodeUtil. createOperation(OperationDefinition operationDefinition, PathAddress address) -
Uses of OperationDefinition in org.jboss.as.controller.operations.global
-
Uses of OperationDefinition in org.jboss.as.controller.registry
Methods in org.jboss.as.controller.registry that return OperationDefinition Modifier and Type Method Description OperationDefinitionOperationEntry. getOperationDefinition()Methods in org.jboss.as.controller.registry with parameters of type OperationDefinition Modifier and Type Method Description voidDelegatingManagementResourceRegistration. registerOperationHandler(OperationDefinition definition, OperationStepHandler handler)voidDelegatingManagementResourceRegistration. registerOperationHandler(OperationDefinition definition, OperationStepHandler handler, boolean inherited)voidManagementResourceRegistration. registerOperationHandler(OperationDefinition definition, OperationStepHandler handler)Register an operation handler for this resource.voidManagementResourceRegistration. registerOperationHandler(OperationDefinition definition, OperationStepHandler handler, boolean inherited)Register an operation handler for this resource. -
Uses of OperationDefinition in org.jboss.as.controller.services.path
Methods in org.jboss.as.controller.services.path that return OperationDefinition Modifier and Type Method Description OperationDefinitionResolvePathHandler. getOperationDefinition()Returns the operation definition for the operation.
-