Class DocumentContentUpdatedEventImpl
java.lang.Object
org.flowable.common.engine.impl.event.FlowableEventImpl
com.flowable.content.engine.impl.event.AbstractCoreContentItemEvent
com.flowable.content.engine.impl.event.DocumentContentUpdatedEventImpl
- All Implemented Interfaces:
ContentItemDocumentEvent, DocumentContentUpdatedEvent, org.flowable.common.engine.api.delegate.event.FlowableEvent
public class DocumentContentUpdatedEventImpl
extends AbstractCoreContentItemEvent
implements DocumentContentUpdatedEvent
-
Field Summary
FieldsFields inherited from class AbstractCoreContentItemEvent
contentItemFields inherited from class org.flowable.common.engine.impl.event.FlowableEventImpl
type -
Constructor Summary
ConstructorsConstructorDescriptionDocumentContentUpdatedEventImpl(CoreContentItem contentItem, Long previousContentSize, String previousContentStoreId) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class AbstractCoreContentItemEvent
getContentItemMethods inherited from class org.flowable.common.engine.impl.event.FlowableEventImpl
getType, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface ContentItemDocumentEvent
getContentItemMethods inherited from interface org.flowable.common.engine.api.delegate.event.FlowableEvent
getType
-
Field Details
-
previousContentSize
-
previousContentStoreId
-
-
Constructor Details
-
DocumentContentUpdatedEventImpl
public DocumentContentUpdatedEventImpl(CoreContentItem contentItem, Long previousContentSize, String previousContentStoreId)
-
-
Method Details
-
getPreviousContentSize
- Specified by:
getPreviousContentSizein interfaceDocumentContentUpdatedEvent
-
getPreviousContentStoreId
- Specified by:
getPreviousContentStoreIdin interfaceDocumentContentUpdatedEvent
-