public static class AliasEntry.AliasContext extends Object
OperationContext
for the requested alias address, allowing extra
contextual information when converting alias addresses.Modifier and Type | Field and Description |
---|---|
static String |
RECURSIVE_GLOBAL_OP |
Modifier and Type | Method and Description |
---|---|
static AliasEntry.AliasContext |
create(org.jboss.dmr.ModelNode operation,
TransformationContext delegate) |
static AliasEntry.AliasContext |
create(org.jboss.dmr.ModelNode operation,
Transformers.TransformationInputs transformationInputs) |
static AliasEntry.AliasContext |
create(PathAddress address,
OperationContext delegate) |
org.jboss.dmr.ModelNode |
getOperation()
Gets the operation being called.
|
Resource |
readResourceFromRoot(PathAddress address) |
Resource |
readResourceFromRoot(PathAddress address,
boolean recursive) |
public static final String RECURSIVE_GLOBAL_OP
public static AliasEntry.AliasContext create(PathAddress address, OperationContext delegate)
public static AliasEntry.AliasContext create(org.jboss.dmr.ModelNode operation, TransformationContext delegate)
public static AliasEntry.AliasContext create(org.jboss.dmr.ModelNode operation, Transformers.TransformationInputs transformationInputs)
public Resource readResourceFromRoot(PathAddress address)
public Resource readResourceFromRoot(PathAddress address, boolean recursive)
public org.jboss.dmr.ModelNode getOperation()
RECURSIVE_GLOBAL_OP
and the address is the address of the requested aliased resource.Copyright © 2023 JBoss by Red Hat. All rights reserved.