public class ReadResourceHandler extends GlobalOperationHandlers.AbstractMultiTargetHandler
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".Modifier and Type | Field and Description |
---|---|
static OperationDefinition |
DEFINITION |
static OperationStepHandler |
INSTANCE |
static OperationDefinition |
RESOLVE_DEFINITION |
static OperationStepHandler |
RESOLVE_INSTANCE |
FAKE_OPERATION
Constructor and Description |
---|
ReadResourceHandler() |
ReadResourceHandler(boolean resolvable) |
public static final OperationDefinition DEFINITION
public static final OperationStepHandler INSTANCE
public static final OperationDefinition RESOLVE_DEFINITION
public static final OperationStepHandler RESOLVE_INSTANCE
Copyright © 2023 JBoss by Red Hat. All rights reserved.