Interface ISubProcessStart


@Deprecated(since="11.2") public interface ISubProcessStart
Deprecated.
Configuration for starting a sub process from code
API:
This is a public API.
  • Method Details

    • getSignature

      String getSignature()
      Deprecated.
      Gets the call signature of this sub process start
      Returns:
      the method signature
      API:
      This public API is available in Java.
    • getProcessPath

      String getProcessPath()
      Deprecated.
      Gets the path of the process that contains this sub process start
      Returns:
      the path of the process
      API:
      This public API is available in Java.
    • getProcessModelVersion

      IProcessModelVersion getProcessModelVersion()
      Deprecated.
      Gets the ProcessModelVersion of the current sub process start
      Returns:
      ProcessModelVersion of the process
      API:
      This public API is available in Java.
    • getProcessName

      String getProcessName()
      Deprecated.
      Gets the name of the process that contains this sub process start
      Returns:
      the process's name
      API:
      This public API is available in Java.
    • getProcessGroup

      String getProcessGroup()
      Deprecated.
      Gets the group of the process that contains this sub process start
      Returns:
      the process's group
      API:
      This public API is available in Java.
    • getProjectName

      String getProjectName()
      Deprecated.
      Gets the name of the project where the process of this sub process start is
      Returns:
      the project's name
      API:
      This public API is available in Java.
    • getInputParameters

      List<IParameter> getInputParameters()
      Deprecated.
      Gets the input parameters of this sub process start.
      Returns:
      the input parameter map
      API:
      This public API is available in Java.
    • getOutputParameters

      List<IParameter> getOutputParameters()
      Deprecated.
      Gets the output parameters of this sub process start.
      Returns:
      the output parameter map
      API:
      This public API is available in Java.