Class BPMNActivityCompletedEventImpl
- java.lang.Object
-
- org.activiti.api.runtime.event.impl.RuntimeEventImpl<BPMNActivity,BPMNActivityEvent.ActivityEvents>
-
- org.activiti.api.runtime.event.impl.BPMNActivityEventImpl
-
- org.activiti.api.runtime.event.impl.BPMNActivityCompletedEventImpl
-
- All Implemented Interfaces:
Serializable,RuntimeEvent<BPMNActivity,BPMNActivityEvent.ActivityEvents>,BPMNActivityCompletedEvent,BPMNActivityEvent
public class BPMNActivityCompletedEventImpl extends BPMNActivityEventImpl implements BPMNActivityCompletedEvent
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.activiti.api.process.model.events.BPMNActivityEvent
BPMNActivityEvent.ActivityEvents
-
-
Constructor Summary
Constructors Constructor Description BPMNActivityCompletedEventImpl()BPMNActivityCompletedEventImpl(BPMNActivity entity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BPMNActivityEvent.ActivityEventsgetEventType()StringtoString()-
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
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.activiti.api.model.shared.event.RuntimeEvent
getBusinessKey, getEntity, getId, getParentProcessInstanceId, getProcessDefinitionId, getProcessDefinitionKey, getProcessDefinitionVersion, getProcessInstanceId, getTimestamp
-
-
-
-
Constructor Detail
-
BPMNActivityCompletedEventImpl
public BPMNActivityCompletedEventImpl()
-
BPMNActivityCompletedEventImpl
public BPMNActivityCompletedEventImpl(BPMNActivity entity)
-
-
Method Detail
-
getEventType
public BPMNActivityEvent.ActivityEvents getEventType()
- Specified by:
getEventTypein interfaceRuntimeEvent<BPMNActivity,BPMNActivityEvent.ActivityEvents>
-
toString
public String toString()
- Overrides:
toStringin classRuntimeEventImpl<BPMNActivity,BPMNActivityEvent.ActivityEvents>
-
-