Class BPMNErrorReceivedEventImpl
- java.lang.Object
-
- org.activiti.api.runtime.event.impl.RuntimeEventImpl<BPMNError,BPMNErrorReceivedEvent.ErrorEvents>
-
- org.activiti.api.runtime.event.impl.BPMNErrorReceivedEventImpl
-
- All Implemented Interfaces:
Serializable,RuntimeEvent<BPMNError,BPMNErrorReceivedEvent.ErrorEvents>,BPMNErrorReceivedEvent
public class BPMNErrorReceivedEventImpl extends RuntimeEventImpl<BPMNError,BPMNErrorReceivedEvent.ErrorEvents> implements BPMNErrorReceivedEvent
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.activiti.api.process.model.events.BPMNErrorReceivedEvent
BPMNErrorReceivedEvent.ErrorEvents
-
-
Constructor Summary
Constructors Constructor Description BPMNErrorReceivedEventImpl()BPMNErrorReceivedEventImpl(BPMNError entity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BPMNErrorReceivedEvent.ErrorEventsgetEventType()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
-
BPMNErrorReceivedEventImpl
public BPMNErrorReceivedEventImpl()
-
BPMNErrorReceivedEventImpl
public BPMNErrorReceivedEventImpl(BPMNError entity)
-
-
Method Detail
-
getEventType
public BPMNErrorReceivedEvent.ErrorEvents getEventType()
- Specified by:
getEventTypein interfaceRuntimeEvent<BPMNError,BPMNErrorReceivedEvent.ErrorEvents>
-
toString
public String toString()
- Overrides:
toStringin classRuntimeEventImpl<BPMNError,BPMNErrorReceivedEvent.ErrorEvents>
-
-