Class FlowableDataObjectInstancesBulkUpdatedEventImpl
java.lang.Object
com.flowable.dataobject.engine.delegate.event.impl.FlowableDataObjectEventImpl
com.flowable.dataobject.engine.delegate.event.impl.FlowableDataObjectInstancesBulkUpdatedEventImpl
- All Implemented Interfaces:
FlowableDataObjectEvent
,FlowableDataObjectInstancesBulkUpdatedEvent
,FlowableEvent
public class FlowableDataObjectInstancesBulkUpdatedEventImpl
extends FlowableDataObjectEventImpl
implements FlowableDataObjectInstancesBulkUpdatedEvent
- Author:
- Christopher Welsch
-
Field Summary
Modifier and TypeFieldDescriptionprotected DataObjectDefinition
protected DataObjectModel
protected String
-
Constructor Summary
ConstructorDescriptionFlowableDataObjectInstancesBulkUpdatedEventImpl
(String operation, Map<String, Object> modificationData, DataObjectDefinition dataObjectDefinition, DataObjectModel dataObjectModel) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class com.flowable.dataobject.engine.delegate.event.impl.FlowableDataObjectEventImpl
getType
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.flowable.common.engine.api.delegate.event.FlowableEvent
getType
-
Field Details
-
operation
-
modificationData
-
dataObjectDefinition
-
dataObjectModel
-
-
Constructor Details
-
FlowableDataObjectInstancesBulkUpdatedEventImpl
public FlowableDataObjectInstancesBulkUpdatedEventImpl(String operation, Map<String, Object> modificationData, DataObjectDefinition dataObjectDefinition, DataObjectModel dataObjectModel)
-
-
Method Details
-
getOperation
- Specified by:
getOperation
in interfaceFlowableDataObjectInstancesBulkUpdatedEvent
-
getModificationData
- Specified by:
getModificationData
in interfaceFlowableDataObjectInstancesBulkUpdatedEvent
-
getDataObjectDefinition
- Specified by:
getDataObjectDefinition
in interfaceFlowableDataObjectInstancesBulkUpdatedEvent
-
getDataObjectModel
- Specified by:
getDataObjectModel
in interfaceFlowableDataObjectInstancesBulkUpdatedEvent
-