Class ProcessCancelledAuditEventEntity
- java.lang.Object
-
- org.activiti.cloud.services.audit.jpa.events.AuditEventEntity
-
- org.activiti.cloud.services.audit.jpa.events.ProcessAuditEventEntity
-
- org.activiti.cloud.services.audit.jpa.events.ProcessCancelledAuditEventEntity
-
@Entity(name="ProcessCancelledEvent") public class ProcessCancelledAuditEventEntity extends ProcessAuditEventEntity
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringPROCESS_CANCELLED_EVENT
-
Constructor Summary
Constructors Constructor Description ProcessCancelledAuditEventEntity()ProcessCancelledAuditEventEntity(CloudProcessCancelledEvent cloudEvent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCause()voidsetCause(String cause)StringtoString()-
Methods inherited from class org.activiti.cloud.services.audit.jpa.events.ProcessAuditEventEntity
getProcessInstance, setProcessInstance
-
Methods inherited from class org.activiti.cloud.services.audit.jpa.events.AuditEventEntity
equals, getAppName, getAppVersion, getBusinessKey, getEntityId, getEventId, getEventType, getId, getMessageId, getParentProcessInstanceId, getProcessDefinitionId, getProcessDefinitionKey, getProcessInstanceId, getSequenceNumber, getServiceFullName, getServiceName, getServiceType, getServiceVersion, getTimestamp, hashCode, setAppName, setAppVersion, setBusinessKey, setEntityId, setEventId, setEventType, setId, setMessageId, setParentProcessInstanceId, setProcessDefinitionId, setProcessDefinitionKey, setProcessInstanceId, setSequenceNumber, setServiceFullName, setServiceName, setServiceType, setServiceVersion, setTimestamp
-
-
-
-
Field Detail
-
PROCESS_CANCELLED_EVENT
protected static final String PROCESS_CANCELLED_EVENT
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ProcessCancelledAuditEventEntity
public ProcessCancelledAuditEventEntity()
-
ProcessCancelledAuditEventEntity
public ProcessCancelledAuditEventEntity(CloudProcessCancelledEvent cloudEvent)
-
-
Method Detail
-
getCause
public String getCause()
-
setCause
public void setCause(String cause)
-
toString
public String toString()
- Overrides:
toStringin classProcessAuditEventEntity
-
-