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 DataObjectDefinitiondataObjectDefinitionprotected DataObjectModeldataObjectModelprotected Map<String,Object>modificationDataprotected Stringoperation
-
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 DataObjectDefinitiongetDataObjectDefinition()DataObjectModelgetDataObjectModel()Map<String,Object>getModificationData()StringgetOperation()-
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:
getOperationin interfaceFlowableDataObjectInstancesBulkUpdatedEvent
-
getModificationData
public Map<String,Object> getModificationData()
- Specified by:
getModificationDatain interfaceFlowableDataObjectInstancesBulkUpdatedEvent
-
getDataObjectDefinition
public DataObjectDefinition getDataObjectDefinition()
- Specified by:
getDataObjectDefinitionin interfaceFlowableDataObjectInstancesBulkUpdatedEvent
-
getDataObjectModel
public DataObjectModel getDataObjectModel()
- Specified by:
getDataObjectModelin interfaceFlowableDataObjectInstancesBulkUpdatedEvent
-
-