Interface ISubCases


public interface ISubCases
Cases that belong to a business case.
Since:
6.5
API:
This is a public API.
  • Method Details

    • getAll

      List<ICase> getAll()
      All sub cases
      Returns:
      all sub cases
      Since:
      6.5
      See Also:
      API:
      This public API is available in IvyScript and Java. It has the visibility ADVANCED.
    • getActive

      List<ICase> getActive()
      All sub cases in state CaseState.CREATED or CaseState.RUNNING.
      Returns:
      active sub cases
      Since:
      6.5
      See Also:
      API:
      This public API is available in IvyScript and Java. It has the visibility ADVANCED.