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
FieldsModifier and TypeFieldDescriptionprotected DataObjectDefinitionprotected DataObjectModelprotected String -
Constructor Summary
ConstructorsConstructorDescriptionFlowableDataObjectInstancesBulkUpdatedEventImpl(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
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
-
operation
-
modificationData
-
dataObjectDefinition
-
dataObjectModel
-
-
Constructor Details
-
FlowableDataObjectInstancesBulkUpdatedEventImpl
public FlowableDataObjectInstancesBulkUpdatedEventImpl(String operation, Map<String, Object> modificationData, DataObjectDefinition dataObjectDefinition, DataObjectModel dataObjectModel)
-
-
Method Details
-
getOperation
- Specified by:
getOperationin interfaceFlowableDataObjectInstancesBulkUpdatedEvent
-
getModificationData
- Specified by:
getModificationDatain interfaceFlowableDataObjectInstancesBulkUpdatedEvent
-
getDataObjectDefinition
- Specified by:
getDataObjectDefinitionin interfaceFlowableDataObjectInstancesBulkUpdatedEvent
-
getDataObjectModel
- Specified by:
getDataObjectModelin interfaceFlowableDataObjectInstancesBulkUpdatedEvent
-