Class ExecuteTaskCall

java.lang.Object
com.aquima.interactions.portal.ds.sys.ExecuteTaskCall
Direct Known Subclasses:
DcmExecuteTaskCall

public class ExecuteTaskCall extends Object
This class holds the information of a single execute task call definition.
Since:
7.1
Author:
O. Kerpershoek
  • Field Details

  • Constructor Details

  • Method Details

    • addFieldsFromParameters

      protected void addFieldsFromParameters(IServiceCallDS serviceCall)
    • getCallName

      public String getCallName()
      This method returns the name of the service call as defined in studio.
      Returns:
      the name of the service call as defined in studio.
    • getExitEvents

      public ExecuteTaskEvent[] getExitEvents()
      This method returns an array containing the exit event definitions.
      Returns:
      an array containing the exit event definitions.
    • iterateProperties

      public void iterateProperties(IPropertyVisitor visitor)