| Modifier and Type | Class and Description |
|---|---|
class |
SimpleOperationDefinition
Defining characteristics of operation in a
Resource
SimpleOperationDefinition is simplest implementation that uses DefaultOperationDescriptionProvider for generating description of operation
if more complex DescriptionProvider user should extend this class or OperationDefinition and provide its own DescriptionProvider |
| Modifier and Type | Field and Description |
|---|---|
static OperationDefinition |
CompositeOperationHandler.DEFINITION |
static OperationDefinition |
CompositeOperationHandler.INTERNAL_DEFINITION |
| Modifier and Type | Method and Description |
|---|---|
void |
OperationContext.addModelStep(org.jboss.dmr.ModelNode response,
org.jboss.dmr.ModelNode operation,
OperationDefinition stepDefinition,
OperationStepHandler stepHandler,
boolean addFirst)
Add a
OperationContext.Stage.MODEL execution step to this operation process,
including descriptive information for the operation. |
void |
OperationContext.addModelStep(OperationDefinition stepDefinition,
OperationStepHandler stepHandler,
boolean addFirst)
Add a
OperationContext.Stage.MODEL execution step to this operation process,
including descriptive information for the operation. |
ResourceBuilder |
ResourceBuilder.addOperation(OperationDefinition operationDefinition,
OperationStepHandler handler) |
ResourceBuilder |
ResourceBuilder.addOperation(OperationDefinition operationDefinition,
OperationStepHandler handler,
boolean inherited) |
| Modifier and Type | Field and Description |
|---|---|
static OperationDefinition |
ValidateOperationHandler.DEFINITION |
static OperationDefinition |
NamespaceRemoveHandler.DEFINITION |
static OperationDefinition |
ConfigurationPublishHandler.DEFINITION |
static OperationDefinition |
ValidateAddressOperationHandler.DEFINITION |
static OperationDefinition |
ResolveExpressionHandler.DEFINITION |
static OperationDefinition |
NamespaceAddHandler.DEFINITION |
static OperationDefinition |
SnapshotTakeHandler.DEFINITION |
static OperationDefinition |
SnapshotDeleteHandler.DEFINITION |
static OperationDefinition |
SchemaLocationAddHandler.DEFINITION |
static OperationDefinition |
SnapshotListHandler.DEFINITION |
static OperationDefinition |
SchemaLocationRemoveHandler.DEFINITION |
static OperationDefinition |
ValidateOperationHandler.DEFINITION_HIDDEN |
| Modifier and Type | Method and Description |
|---|---|
static org.jboss.dmr.ModelNode |
Util.createOperation(OperationDefinition operationDefinition,
PathAddress address) |
| Modifier and Type | Method and Description |
|---|---|
OperationDefinition |
OperationEntry.getOperationDefinition() |
| Modifier and Type | Method and Description |
|---|---|
void |
DelegatingManagementResourceRegistration.registerOperationHandler(OperationDefinition definition,
OperationStepHandler handler) |
void |
ManagementResourceRegistration.registerOperationHandler(OperationDefinition definition,
OperationStepHandler handler)
Register an operation handler for this resource.
|
void |
DelegatingManagementResourceRegistration.registerOperationHandler(OperationDefinition definition,
OperationStepHandler handler,
boolean inherited) |
void |
ManagementResourceRegistration.registerOperationHandler(OperationDefinition definition,
OperationStepHandler handler,
boolean inherited)
Register an operation handler for this resource.
|
| Modifier and Type | Method and Description |
|---|---|
OperationDefinition |
ResolvePathHandler.getOperationDefinition()
Returns the operation definition for the operation.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.