Class ActivityCompletedAuditEventEntity
java.lang.Object
org.activiti.cloud.services.audit.jpa.events.AuditEventEntity
org.activiti.cloud.services.audit.jpa.events.BPMNActivityAuditEventEntity
org.activiti.cloud.services.audit.jpa.events.ActivityCompletedAuditEventEntity
@Entity(name="ActivityCompletedEvent")
public class ActivityCompletedAuditEventEntity
extends BPMNActivityAuditEventEntity
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionActivityCompletedAuditEventEntity(org.activiti.cloud.api.process.model.events.CloudBPMNActivityCompletedEvent cloudEvent) -
Method Summary
Methods inherited from class org.activiti.cloud.services.audit.jpa.events.BPMNActivityAuditEventEntity
getBpmnActivity, setBpmnActivityMethods 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, setAppName, setAppVersion, setBusinessKey, setEntityId, setEventId, setEventType, setId, setMessageId, setParentProcessInstanceId, setProcessDefinitionId, setProcessDefinitionKey, setProcessInstanceId, setSequenceNumber, setServiceFullName, setServiceName, setServiceType, setServiceVersion, setTimestamp
-
Field Details
-
ACTIVITY_COMPLETED_EVENT
- See Also:
-
-
Constructor Details
-
ActivityCompletedAuditEventEntity
public ActivityCompletedAuditEventEntity() -
ActivityCompletedAuditEventEntity
public ActivityCompletedAuditEventEntity(org.activiti.cloud.api.process.model.events.CloudBPMNActivityCompletedEvent cloudEvent)
-
-
Method Details
-
hashCode
public int hashCode()- Overrides:
hashCodein classAuditEventEntity
-
toString
- Overrides:
toStringin classBPMNActivityAuditEventEntity
-