Interface TaskEvent


public interface TaskEvent
  • Method Details

    • getId

      long getId()
    • getTaskId

      long getTaskId()
    • getType

    • getUserId

      String getUserId()
    • getLogTime

      Date getLogTime()
    • getProcessInstanceId

      Long getProcessInstanceId()
    • getWorkItemId

      Long getWorkItemId()
    • getMessage

      String getMessage()
    • getCorrelationKey

      String getCorrelationKey()
    • getProcessType

      Integer getProcessType()
    • setCorrelationKey

      void setCorrelationKey(String correlationKey)
    • setProcessType

      void setProcessType(Integer processType)