Class QueryOperationHandler
java.lang.Object
org.jboss.as.controller.operations.global.GlobalOperationHandlers.AbstractMultiTargetHandler
org.jboss.as.controller.operations.global.QueryOperationHandler
- All Implemented Interfaces:
OperationStepHandler
- Author:
- Heiko Braun (c) 2011 Red Hat Inc.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final OperationDefinitionstatic final QueryOperationHandlerstatic final OperationTransformerTransformer for this operation for slave Host Controllers running versions prior to WildFly Core 1.0 (i.e.static final PropertiesAttributeDefinitionFields inherited from class org.jboss.as.controller.operations.global.GlobalOperationHandlers.AbstractMultiTargetHandler
FAKE_OPERATION -
Method Summary
Methods inherited from class org.jboss.as.controller.operations.global.GlobalOperationHandlers.AbstractMultiTargetHandler
execute, getFilteredData
-
Field Details
-
INSTANCE
-
WHERE_ATT
-
DEFINITION
-
TRANSFORMER
Transformer for this operation for slave Host Controllers running versions prior to WildFly Core 1.0 (i.e. AS 7, EAP 6 and WildFly 8).
-