Class VariableCreatedEventImpl
- java.lang.Object
-
- org.activiti.api.runtime.event.impl.RuntimeEventImpl<VariableInstance,VariableEvent.VariableEvents>
-
- org.activiti.api.runtime.event.impl.VariableEventImpl
-
- org.activiti.api.runtime.event.impl.VariableCreatedEventImpl
-
- All Implemented Interfaces:
Serializable,RuntimeEvent<VariableInstance,VariableEvent.VariableEvents>,VariableCreatedEvent,VariableEvent
public class VariableCreatedEventImpl extends VariableEventImpl implements VariableCreatedEvent
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.activiti.api.model.shared.event.VariableEvent
VariableEvent.VariableEvents
-
-
Constructor Summary
Constructors Constructor Description VariableCreatedEventImpl()VariableCreatedEventImpl(VariableInstance entity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VariableEvent.VariableEventsgetEventType()-
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, toString
-
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
-
VariableCreatedEventImpl
public VariableCreatedEventImpl()
-
VariableCreatedEventImpl
public VariableCreatedEventImpl(VariableInstance entity)
-
-
Method Detail
-
getEventType
public VariableEvent.VariableEvents getEventType()
- Specified by:
getEventTypein interfaceRuntimeEvent<VariableInstance,VariableEvent.VariableEvents>
-
-