java.lang.Object
org.activiti.cloud.services.audit.jpa.controllers.csv.CsvLogEntry
All Implemented Interfaces:
Serializable, org.activiti.api.model.shared.event.RuntimeEvent, org.activiti.api.model.shared.model.ApplicationElement, org.activiti.cloud.api.model.shared.CloudRuntimeEntity, org.activiti.cloud.api.model.shared.events.CloudRuntimeEvent

public class CsvLogEntry extends Object implements org.activiti.cloud.api.model.shared.events.CloudRuntimeEvent
See Also:
  • Constructor Details

    • CsvLogEntry

      public CsvLogEntry(org.activiti.cloud.api.model.shared.events.CloudRuntimeEvent event)
  • Method Details

    • getTime

      public String getTime()
    • getSequenceNumber

      public Integer getSequenceNumber()
      Specified by:
      getSequenceNumber in interface org.activiti.cloud.api.model.shared.events.CloudRuntimeEvent
    • getMessageId

      public String getMessageId()
      Specified by:
      getMessageId in interface org.activiti.cloud.api.model.shared.events.CloudRuntimeEvent
    • getEntityId

      public String getEntityId()
      Specified by:
      getEntityId in interface org.activiti.cloud.api.model.shared.events.CloudRuntimeEvent
    • getActor

      public String getActor()
      Specified by:
      getActor in interface org.activiti.cloud.api.model.shared.events.CloudRuntimeEvent
    • getId

      public String getId()
      Specified by:
      getId in interface org.activiti.api.model.shared.event.RuntimeEvent
    • getEntity

      public Object getEntity()
      Specified by:
      getEntity in interface org.activiti.api.model.shared.event.RuntimeEvent
    • getTimestamp

      public Long getTimestamp()
      Specified by:
      getTimestamp in interface org.activiti.api.model.shared.event.RuntimeEvent
    • getEventType

      public Enum<?> getEventType()
      Specified by:
      getEventType in interface org.activiti.api.model.shared.event.RuntimeEvent
    • getProcessInstanceId

      public String getProcessInstanceId()
      Specified by:
      getProcessInstanceId in interface org.activiti.api.model.shared.event.RuntimeEvent
    • getParentProcessInstanceId

      public String getParentProcessInstanceId()
      Specified by:
      getParentProcessInstanceId in interface org.activiti.api.model.shared.event.RuntimeEvent
    • getProcessDefinitionId

      public String getProcessDefinitionId()
      Specified by:
      getProcessDefinitionId in interface org.activiti.api.model.shared.event.RuntimeEvent
    • getProcessDefinitionKey

      public String getProcessDefinitionKey()
      Specified by:
      getProcessDefinitionKey in interface org.activiti.api.model.shared.event.RuntimeEvent
    • getProcessDefinitionVersion

      public Integer getProcessDefinitionVersion()
      Specified by:
      getProcessDefinitionVersion in interface org.activiti.api.model.shared.event.RuntimeEvent
    • getBusinessKey

      public String getBusinessKey()
      Specified by:
      getBusinessKey in interface org.activiti.api.model.shared.event.RuntimeEvent
    • getAppName

      public String getAppName()
      Specified by:
      getAppName in interface org.activiti.cloud.api.model.shared.CloudRuntimeEntity
    • getServiceName

      public String getServiceName()
      Specified by:
      getServiceName in interface org.activiti.cloud.api.model.shared.CloudRuntimeEntity
    • getServiceFullName

      public String getServiceFullName()
      Specified by:
      getServiceFullName in interface org.activiti.cloud.api.model.shared.CloudRuntimeEntity
    • getServiceType

      public String getServiceType()
      Specified by:
      getServiceType in interface org.activiti.cloud.api.model.shared.CloudRuntimeEntity
    • getServiceVersion

      public String getServiceVersion()
      Specified by:
      getServiceVersion in interface org.activiti.cloud.api.model.shared.CloudRuntimeEntity
    • getAppVersion

      public String getAppVersion()
      Specified by:
      getAppVersion in interface org.activiti.api.model.shared.model.ApplicationElement