Interface IProcessBase

All Known Implementing Classes:
Case, Task

public interface IProcessBase
  • Method Details Link icon

    • getCaseId Link icon

      long getCaseId()
    • setCaseId Link icon

      void setCaseId(long caseId)
    • getAttributes Link icon

      Map<String,Object> getAttributes()
    • setAttributes Link icon

      void setAttributes(Map<String,Object> attributes)