Interface ICaseStateModel

All Superinterfaces:
Serializable
All Known Implementing Classes:
CaseStateModel

public interface ICaseStateModel extends Serializable
  • Method Summary

    Modifier and Type
    Method
    Description
    This method returns the case in its current state.
    This method returns all tasks that belong to the case.
  • Method Details

    • getCase

      ICaseModel getCase()
      This method returns the case in its current state.
      Returns:
      The ICaseModel that represents the case.
    • getTasks

      List<ITaskModel> getTasks()
      This method returns all tasks that belong to the case.
      Returns:
      List with ITaskModels