Package org.jbpm.process.instance.event
Class SLAViolatedEventImpl
java.lang.Object
java.util.EventObject
org.jbpm.process.instance.event.ProcessEvent
org.jbpm.process.instance.event.SLAViolatedEventImpl
- All Implemented Interfaces:
Serializable,org.kie.api.event.KieRuntimeEvent,org.kie.api.event.process.ProcessEvent,org.kie.api.event.process.SLAViolatedEvent
public class SLAViolatedEventImpl
extends ProcessEvent
implements org.kie.api.event.process.SLAViolatedEvent
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionSLAViolatedEventImpl(org.kie.api.runtime.process.ProcessInstance instance, org.kie.api.runtime.KieRuntime kruntime, String identity) SLAViolatedEventImpl(org.kie.api.runtime.process.ProcessInstance instance, org.kie.api.runtime.process.NodeInstance nodeInstance, org.kie.api.runtime.KieRuntime kruntime, String identity) -
Method Summary
Methods inherited from class org.jbpm.process.instance.event.ProcessEvent
getEventDate, getEventIdentity, getKieRuntime, getProcessInstanceMethods inherited from class java.util.EventObject
getSourceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.kie.api.event.KieRuntimeEvent
getKieRuntimeMethods inherited from interface org.kie.api.event.process.ProcessEvent
getEventDate, getEventIdentity, getProcessInstance
-
Constructor Details
-
SLAViolatedEventImpl
public SLAViolatedEventImpl(org.kie.api.runtime.process.ProcessInstance instance, org.kie.api.runtime.KieRuntime kruntime, String identity) -
SLAViolatedEventImpl
public SLAViolatedEventImpl(org.kie.api.runtime.process.ProcessInstance instance, org.kie.api.runtime.process.NodeInstance nodeInstance, org.kie.api.runtime.KieRuntime kruntime, String identity)
-
-
Method Details
-
toString
- Overrides:
toStringin classEventObject
-
getNodeInstance
public org.kie.api.runtime.process.NodeInstance getNodeInstance()- Specified by:
getNodeInstancein interfaceorg.kie.api.event.process.SLAViolatedEvent
-