Class ProcessSuspendedAuditEventEntity
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.ProcessSuspendedAuditEventEntity
@Entity(name="ProcessSuspendedEvent")
public class ProcessSuspendedAuditEventEntity
extends ProcessAuditEventEntity
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionProcessSuspendedAuditEventEntity(org.activiti.cloud.api.process.model.events.CloudProcessSuspendedEvent cloudEvent) -
Method Summary
Methods inherited from class org.activiti.cloud.services.audit.jpa.events.ProcessAuditEventEntity
getProcessInstance, setProcessInstanceMethods 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 Details
-
PROCESS_SUSPENDED_EVENT
- See Also:
-
-
Constructor Details
-
ProcessSuspendedAuditEventEntity
public ProcessSuspendedAuditEventEntity() -
ProcessSuspendedAuditEventEntity
public ProcessSuspendedAuditEventEntity(org.activiti.cloud.api.process.model.events.CloudProcessSuspendedEvent cloudEvent)
-
-
Method Details
-
toString
- Overrides:
toStringin classProcessAuditEventEntity
-