Class ReadResourceHandler
java.lang.Object
org.jboss.as.controller.operations.global.GlobalOperationHandlers.AbstractMultiTargetHandler
org.jboss.as.controller.operations.global.ReadResourceHandler
- All Implemented Interfaces:
OperationStepHandler
OperationStepHandler reading a part of the model. The result will only contain the current attributes of a node by default,
excluding all addressable children and runtime attributes. Setting the request parameter "recursive" to "true" will recursively include
all children and configuration attributes. Queries can include runtime attributes by setting the request parameter
"include-runtime" to "true".- Author:
- Kabir Khan
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final OperationDefinitionstatic final OperationStepHandlerstatic final OperationDefinitionstatic final OperationStepHandlerstatic final OperationContext.AttachmentKey<org.jboss.dmr.ModelNode>Fields inherited from class org.jboss.as.controller.operations.global.GlobalOperationHandlers.AbstractMultiTargetHandler
FAKE_OPERATION -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jboss.as.controller.operations.global.GlobalOperationHandlers.AbstractMultiTargetHandler
execute, getFilteredData
-
Field Details
-
DEFINITION
-
INSTANCE
-
RESOLVE_DEFINITION
-
RESOLVE_INSTANCE
-
ROLLBACKED_FAILURE_DESC
-
-
Constructor Details
-
ReadResourceHandler
public ReadResourceHandler() -
ReadResourceHandler
public ReadResourceHandler(boolean resolvable)
-