Class CaseMapStartResult

java.lang.Object
ch.ivyteam.ivy.casemap.runtime.CaseMapStartResult

public class CaseMapStartResult extends Object
Result of a case map start.
Since:
7.2
API:
This is a public API.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the started business case.
    Returns the initial task of the business case.
  • Method Details

    • getBusinessCase

      public IBusinessCase getBusinessCase()
      Returns the started business case.
      Returns:
      business case
      API:
      This public API is available in IvyScript and Java. It has the visibility NOVICE.
    • getTask

      public ITask getTask()
      Returns the initial task of the business case.
      Returns:
      initial task
      API:
      This public API is available in IvyScript and Java. It has the visibility NOVICE.