Interface TransformationConfigurationContext

    • Method Detail

      • getSession

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

        boolean hasUnboundedInputSize()
        Returns true if input size is unbounded.

        Returns false if input size is fixed.

      • hasUnboundedOutputSize

        boolean hasUnboundedOutputSize()
        Returns true if output size is unbounded.

        Returns false if output size is fixed.

      • getOutputSize

        int getOutputSize()
        Returns the expected number of output values.

        Returns 1 by default.

        Returns 1 if hasUnboundedOutputSize() returns true.