Interface Orchestration

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()
      The description of the orchestration describing the steps it contains
      java.lang.String getType()
      The type of orchestration (Parallel, Serial, Interleaved)
    • Method Detail

      • getType

        java.lang.String getType()
        The type of orchestration (Parallel, Serial, Interleaved)
        Returns:
        the type of plan
      • getDescription

        java.lang.String getDescription()
        The description of the orchestration describing the steps it contains
        Returns:
        the description