public interface Transformers
Modifier and Type | Interface and Description |
---|---|
static class |
Transformers.Factory |
Modifier and Type | Method and Description |
---|---|
TransformationTarget |
getTarget()
Get information about the target.
|
OperationTransformer.TransformedOperation |
transformOperation(OperationContext operationContext,
org.jboss.dmr.ModelNode operation)
Transform an operation.
|
OperationTransformer.TransformedOperation |
transformOperation(TransformationContext context,
org.jboss.dmr.ModelNode operation)
Transform an operation.
|
Resource |
transformResource(OperationContext operationContext,
PathAddress original,
Resource resource,
boolean skipRuntimeIgnoreCheck)
Transform a given resource.
|
Resource |
transformResource(ResourceTransformationContext context,
Resource resource)
Transform given resource at given context
|
Resource |
transformRootResource(OperationContext operationContext,
Resource resource)
Transform a given root resource.
|
TransformationTarget getTarget()
OperationTransformer.TransformedOperation transformOperation(TransformationContext context, org.jboss.dmr.ModelNode operation) throws OperationFailedException
context
- the transformation contextoperation
- the operation to transformOperationFailedException
OperationTransformer.TransformedOperation transformOperation(OperationContext operationContext, org.jboss.dmr.ModelNode operation) throws OperationFailedException
operationContext
- the operation contextoperation
- the operation to transformOperationFailedException
Resource transformResource(ResourceTransformationContext context, Resource resource) throws OperationFailedException
context
- from where resource originatesresource
- to transformOperationFailedException
Resource transformRootResource(OperationContext operationContext, Resource resource) throws OperationFailedException
operationContext
- the operation contextresource
- the root resourceOperationFailedException
Resource transformResource(OperationContext operationContext, PathAddress original, Resource resource, boolean skipRuntimeIgnoreCheck) throws OperationFailedException
operationContext
- the operation contextoriginal
- the address of the resource to transformresource
- the resourceskipRuntimeIgnoreCheck
- OperationFailedException
Copyright © 2013 JBoss by Red Hat. All rights reserved.