Class CallActivity

All Implemented Interfaces:
AcceptUpdates, HasExecutionListeners, HasExtensionAttributes

public class CallActivity extends Activity
  • Field Details

    • calledElement

      protected String calledElement
    • inheritVariables

      protected boolean inheritVariables
    • inParameters

      protected List<IOParameter> inParameters
    • outParameters

      protected List<IOParameter> outParameters
    • businessKey

      protected String businessKey
    • inheritBusinessKey

      protected boolean inheritBusinessKey
  • Constructor Details

    • CallActivity

      public CallActivity()
  • Method Details

    • getCalledElement

      public String getCalledElement()
    • setCalledElement

      public void setCalledElement(String calledElement)
    • isInheritVariables

      public boolean isInheritVariables()
    • setInheritVariables

      public void setInheritVariables(boolean inheritVariables)
    • getInParameters

      public List<IOParameter> getInParameters()
    • setInParameters

      public void setInParameters(List<IOParameter> inParameters)
    • getOutParameters

      public List<IOParameter> getOutParameters()
    • setOutParameters

      public void setOutParameters(List<IOParameter> outParameters)
    • getBusinessKey

      public String getBusinessKey()
    • setBusinessKey

      public void setBusinessKey(String businessKey)
    • isInheritBusinessKey

      public boolean isInheritBusinessKey()
    • setInheritBusinessKey

      public void setInheritBusinessKey(boolean inheritBusinessKey)
    • clone

      public CallActivity clone()
      Specified by:
      clone in class FlowElement
    • setValues

      public void setValues(CallActivity otherElement)