Package org.jboss.as.controller.registry
Class AliasEntry.AliasContext
java.lang.Object
org.jboss.as.controller.registry.AliasEntry.AliasContext
- Enclosing class:
- AliasEntry
A wrapper around
OperationContext for the requested alias address, allowing extra
contextual information when converting alias addresses.-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic AliasEntry.AliasContextcreate(PathAddress address, OperationContext delegate) static AliasEntry.AliasContextcreate(org.jboss.dmr.ModelNode operation, TransformationContext delegate) static AliasEntry.AliasContextcreate(org.jboss.dmr.ModelNode operation, Transformers.TransformationInputs transformationInputs) org.jboss.dmr.ModelNodeGets the operation being called.readResourceFromRoot(PathAddress address) readResourceFromRoot(PathAddress address, boolean recursive)
-
Field Details
-
RECURSIVE_GLOBAL_OP
- See Also:
-
-
Method Details
-
create
-
create
public static AliasEntry.AliasContext create(org.jboss.dmr.ModelNode operation, TransformationContext delegate) -
create
public static AliasEntry.AliasContext create(org.jboss.dmr.ModelNode operation, Transformers.TransformationInputs transformationInputs) -
readResourceFromRoot
-
readResourceFromRoot
-
getOperation
public org.jboss.dmr.ModelNode getOperation()Gets the operation being called. The operation is protected, so you cannot modify it. For the global operations when processing children recurively it will be a placeholder operation whose name isRECURSIVE_GLOBAL_OPand the address is the address of the requested aliased resource.- Returns:
- the operation
-