Class ApplicationDeployedEventImpl
java.lang.Object
org.activiti.api.runtime.event.impl.RuntimeEventImpl<Deployment,ApplicationEvent.ApplicationEvents>
org.activiti.api.runtime.event.impl.ApplicationDeployedEventImpl
- All Implemented Interfaces:
Serializable,RuntimeEvent<Deployment,,ApplicationEvent.ApplicationEvents> ApplicationDeployedEvent,ApplicationEvent
public class ApplicationDeployedEventImpl
extends RuntimeEventImpl<Deployment,ApplicationEvent.ApplicationEvents>
implements ApplicationDeployedEvent
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.activiti.api.process.model.events.ApplicationEvent
ApplicationEvent.ApplicationEvents -
Constructor Summary
ConstructorsConstructorDescriptionApplicationDeployedEventImpl(Deployment entity, ApplicationEvent.ApplicationEvents eventType) -
Method Summary
Methods inherited from class org.activiti.api.runtime.event.impl.RuntimeEventImpl
equals, getBusinessKey, getEntity, getId, getParentProcessInstanceId, getProcessDefinitionId, getProcessDefinitionKey, getProcessDefinitionVersion, getProcessInstanceId, getTimestamp, hashCode, setBusinessKey, setEntity, setParentProcessInstanceId, setProcessDefinitionId, setProcessDefinitionKey, setProcessDefinitionVersion, setProcessInstanceId, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.activiti.api.model.shared.event.RuntimeEvent
getBusinessKey, getEntity, getId, getParentProcessInstanceId, getProcessDefinitionId, getProcessDefinitionKey, getProcessDefinitionVersion, getProcessInstanceId, getTimestamp
-
Constructor Details
-
ApplicationDeployedEventImpl
-
ApplicationDeployedEventImpl
public ApplicationDeployedEventImpl(Deployment entity, ApplicationEvent.ApplicationEvents eventType)
-
-
Method Details
-
getEventType
- Specified by:
getEventTypein interfaceRuntimeEvent<Deployment,ApplicationEvent.ApplicationEvents>
-