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
Fields Modifier and Type Field Description protected DataObjectDefinition
dataObjectDefinition
protected DataObjectModel
dataObjectModel
protected Map<String,Object>
modificationData
protected String
operation
-
Constructor Summary
Constructors Constructor Description FlowableDataObjectInstancesBulkUpdatedEventImpl(String operation, Map<String,Object> modificationData, DataObjectDefinition dataObjectDefinition, DataObjectModel dataObjectModel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataObjectDefinition
getDataObjectDefinition()
DataObjectModel
getDataObjectModel()
Map<String,Object>
getModificationData()
String
getOperation()
-
Methods 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 Detail
-
operation
protected String operation
-
dataObjectDefinition
protected DataObjectDefinition dataObjectDefinition
-
dataObjectModel
protected DataObjectModel dataObjectModel
-
-
Constructor Detail
-
FlowableDataObjectInstancesBulkUpdatedEventImpl
public FlowableDataObjectInstancesBulkUpdatedEventImpl(String operation, Map<String,Object> modificationData, DataObjectDefinition dataObjectDefinition, DataObjectModel dataObjectModel)
-
-
Method Detail
-
getOperation
public String getOperation()
- Specified by:
getOperation
in interfaceFlowableDataObjectInstancesBulkUpdatedEvent
-
getModificationData
public Map<String,Object> getModificationData()
- Specified by:
getModificationData
in interfaceFlowableDataObjectInstancesBulkUpdatedEvent
-
getDataObjectDefinition
public DataObjectDefinition getDataObjectDefinition()
- Specified by:
getDataObjectDefinition
in interfaceFlowableDataObjectInstancesBulkUpdatedEvent
-
getDataObjectModel
public DataObjectModel getDataObjectModel()
- Specified by:
getDataObjectModel
in interfaceFlowableDataObjectInstancesBulkUpdatedEvent
-
-