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:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.activiti.api.process.model.events.ProcessRuntimeEvent
ProcessRuntimeEvent.ProcessEvents
-
-
Constructor Summary
Constructors Constructor Description ProcessStartedEventImpl(ProcessInstance entity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProcessRuntimeEvent.ProcessEventsgetEventType()StringgetNestedProcessDefinitionId()StringgetNestedProcessInstanceId()voidsetNestedProcessDefinitionId(String nestedProcessDefinitionId)voidsetNestedProcessInstanceId(String nestedProcessInstanceId)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
-
ProcessStartedEventImpl
public ProcessStartedEventImpl(ProcessInstance entity)
-
-
Method Detail
-
setNestedProcessDefinitionId
public void setNestedProcessDefinitionId(String nestedProcessDefinitionId)
-
getNestedProcessDefinitionId
public String getNestedProcessDefinitionId()
- Specified by:
getNestedProcessDefinitionIdin interfaceExtendedProcessRuntimeEvent<ProcessInstance>
-
setNestedProcessInstanceId
public void setNestedProcessInstanceId(String nestedProcessInstanceId)
-
getNestedProcessInstanceId
public String getNestedProcessInstanceId()
- Specified by:
getNestedProcessInstanceIdin interfaceExtendedProcessRuntimeEvent<ProcessInstance>
-
getEventType
public ProcessRuntimeEvent.ProcessEvents getEventType()
- Specified by:
getEventTypein interfaceRuntimeEvent<ProcessInstance,ProcessRuntimeEvent.ProcessEvents>
-
toString
public String toString()
- Overrides:
toStringin classRuntimeEventImpl<ProcessInstance,ProcessRuntimeEvent.ProcessEvents>
-
-