Interface DomainOperationTransmuter

All Known Implementing Classes:
CompositeOperationAwareTransmuter

public interface DomainOperationTransmuter
Class that is used to transform an operation before it is send to other servers in the domain. The main use case for this is replacing content addition parameters with a hash into the content repository.
Author:
Stuart Douglas
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    org.jboss.dmr.ModelNode
    transmmute(OperationContext context, org.jboss.dmr.ModelNode operation)
     
  • Method Details

    • transmmute

      org.jboss.dmr.ModelNode transmmute(OperationContext context, org.jboss.dmr.ModelNode operation)