Interface ExecutionContext

    • Method Detail

      • getCurrentSession

        com.orchestranetworks.service.Session getCurrentSession()
        Returns the current session.
      • newValueSequence

        ValueSequence newValueSequence()
        Creates a new sequence of output values.

        A sequence can contain the values of all outputs. In case each output of the function has a different set of linked records, each one should have its own sequence.

        See Also:
        ValueSequence.linkWithRecords(Collection)