Class ApplicationDeployedAuditEventEntity
- java.lang.Object
-
- org.activiti.cloud.services.audit.jpa.events.AuditEventEntity
-
- org.activiti.cloud.services.audit.jpa.events.ApplicationDeployedAuditEventEntity
-
@Entity(name="ApplicationDeployedEvent") public class ApplicationDeployedAuditEventEntity extends AuditEventEntity
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringAPPLICATION_DEPLOYED_EVENT
-
Constructor Summary
Constructors Constructor Description ApplicationDeployedAuditEventEntity()ApplicationDeployedAuditEventEntity(CloudApplicationDeployedEvent cloudEvent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.activiti.api.process.model.DeploymentgetDeployment()voidsetDeployment(org.activiti.api.process.model.Deployment deployment)StringtoString()-
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
-
APPLICATION_DEPLOYED_EVENT
protected static final String APPLICATION_DEPLOYED_EVENT
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ApplicationDeployedAuditEventEntity
public ApplicationDeployedAuditEventEntity()
-
ApplicationDeployedAuditEventEntity
public ApplicationDeployedAuditEventEntity(CloudApplicationDeployedEvent cloudEvent)
-
-
Method Detail
-
getDeployment
public org.activiti.api.process.model.Deployment getDeployment()
-
setDeployment
public void setDeployment(org.activiti.api.process.model.Deployment deployment)
-
toString
public String toString()
- Overrides:
toStringin classAuditEventEntity
-
-