Package org.jbpm.process.instance.event
Class ProcessEvent
java.lang.Object
java.util.EventObject
org.jbpm.process.instance.event.ProcessEvent
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AbstractProcessNodeEvent,KogitoProcessVariableChangedEventImpl,KogitoProcessWorkItemTransitionEventImpl,ProcessCompletedEventImpl,ProcessMigrationEventImpl,ProcessStartedEventImpl,SLAViolatedEventImpl
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionProcessEvent(org.kie.api.runtime.process.ProcessInstance instance, org.kie.api.runtime.KieRuntime kruntime) ProcessEvent(org.kie.api.runtime.process.ProcessInstance instance, org.kie.api.runtime.KieRuntime kruntime, String identity) -
Method Summary
Modifier and TypeMethodDescriptionorg.kie.api.runtime.KieRuntimeorg.kie.api.runtime.process.ProcessInstanceMethods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
ProcessEvent
public ProcessEvent(org.kie.api.runtime.process.ProcessInstance instance, org.kie.api.runtime.KieRuntime kruntime) -
ProcessEvent
public ProcessEvent(org.kie.api.runtime.process.ProcessInstance instance, org.kie.api.runtime.KieRuntime kruntime, String identity)
-
-
Method Details
-
getProcessInstance
public org.kie.api.runtime.process.ProcessInstance getProcessInstance() -
getKieRuntime
public org.kie.api.runtime.KieRuntime getKieRuntime() -
getEventDate
-
getEventIdentity
-