Interface EventLogEntry


public interface EventLogEntry
Author:
Joram Barrez
  • Method Details

    • getLogNumber

      long getLogNumber()
    • getType

      String getType()
    • getProcessDefinitionId

      String getProcessDefinitionId()
    • getProcessInstanceId

      String getProcessInstanceId()
    • getExecutionId

      String getExecutionId()
    • getTaskId

      String getTaskId()
    • getTimeStamp

      Date getTimeStamp()
    • getUserId

      String getUserId()
    • getData

      byte[] getData()