Class ProcessStartedEventImpl
java.lang.Object
org.activiti.api.runtime.event.impl.RuntimeEventImpl<ProcessInstance,ProcessRuntimeEvent.ProcessEvents>
org.activiti.runtime.api.event.impl.ProcessStartedEventImpl
- All Implemented Interfaces:
Serializable,RuntimeEvent<ProcessInstance,,ProcessRuntimeEvent.ProcessEvents> ExtendedProcessRuntimeEvent<ProcessInstance>,ProcessRuntimeEvent<ProcessInstance>,ProcessStartedEvent
public class ProcessStartedEventImpl
extends RuntimeEventImpl<ProcessInstance,ProcessRuntimeEvent.ProcessEvents>
implements ProcessStartedEvent
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.activiti.api.process.model.events.ProcessRuntimeEvent
ProcessRuntimeEvent.ProcessEvents -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetNestedProcessDefinitionId(String nestedProcessDefinitionId) voidsetNestedProcessInstanceId(String nestedProcessInstanceId) toString()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, setProcessInstanceIdMethods 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
-
ProcessStartedEventImpl
-
-
Method Details
-
setNestedProcessDefinitionId
-
getNestedProcessDefinitionId
- Specified by:
getNestedProcessDefinitionIdin interfaceExtendedProcessRuntimeEvent<ProcessInstance>
-
setNestedProcessInstanceId
-
getNestedProcessInstanceId
- Specified by:
getNestedProcessInstanceIdin interfaceExtendedProcessRuntimeEvent<ProcessInstance>
-
getEventType
- Specified by:
getEventTypein interfaceRuntimeEvent<ProcessInstance,ProcessRuntimeEvent.ProcessEvents>
-
toString
- Overrides:
toStringin classRuntimeEventImpl<ProcessInstance,ProcessRuntimeEvent.ProcessEvents>
-