Class FlowableDataObjectInstanceDeletedEventImpl
java.lang.Object
com.flowable.dataobject.engine.delegate.event.impl.FlowableDataObjectEventImpl
com.flowable.dataobject.engine.delegate.event.impl.FlowableDataObjectInstanceDeletedEventImpl
- All Implemented Interfaces:
FlowableDataObjectEvent,FlowableDataObjectInstanceDeletedEvent,FlowableEvent
public class FlowableDataObjectInstanceDeletedEventImpl
extends FlowableDataObjectEventImpl
implements FlowableDataObjectInstanceDeletedEvent
- Author:
- Christopher Welsch
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFlowableDataObjectInstanceDeletedEventImpl(DataObjectInstanceVariableContainer dataObjectInstance) -
Method Summary
Methods inherited from class com.flowable.dataobject.engine.delegate.event.impl.FlowableDataObjectEventImpl
getTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.flowable.common.engine.api.delegate.event.FlowableEvent
getType
-
Field Details
-
dataObjectInstance
-
-
Constructor Details
-
FlowableDataObjectInstanceDeletedEventImpl
public FlowableDataObjectInstanceDeletedEventImpl(DataObjectInstanceVariableContainer dataObjectInstance)
-
-
Method Details
-
getDataObjectInstance
- Specified by:
getDataObjectInstancein interfaceFlowableDataObjectInstanceDeletedEvent
-