java.lang.Object
com.aquima.interactions.portal.model.process.TaskMapping

public class TaskMapping extends Object
This class contains a single task mapping definition.
Since:
7.1
Author:
O. Kerpershoek
  • Constructor Details

  • Method Details

    • getTaskName

      protected String getTaskName()
    • getTargetApplication

      public ModuleID getTargetApplication()
    • getTargetFlow

      public String getTargetFlow()
    • getPrecondition

      protected IExpression getPrecondition()
    • getCaseMapper

      public IMapping getCaseMapper()
      This method returns a profile mapper needed to map the case data to the model of the target application.
      Returns:
      The profile mapper needed to map the case data to the model of the target application, may be null.
    • getResultMapper

      public IMapping getResultMapper()
      This method returns a profile mapper that should be used to map the model of the task back to the model of the case data.
      Returns:
      The profile mapper that should be used to map the model of the task back to the model of the case data, may be null.
    • getTaskExit

      public TaskExit getTaskExit(String flowExit)