Interface TransformationExecutionContext<I>


public interface TransformationExecutionContext<I>
Accesses the data to be transformed.
Since:
4.1.0
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the input value of this context.
    com.orchestranetworks.service.Session
    Returns the current session.
  • Method Details

    • getSession

      com.orchestranetworks.service.Session getSession()
      Returns the current session.
    • getInputValue

      I getInputValue()
      Returns the input value of this context.