Class DocumentMovedEventImpl
java.lang.Object
org.flowable.common.engine.impl.event.FlowableEventImpl
com.flowable.content.engine.impl.event.AbstractCoreContentItemEvent
com.flowable.content.engine.impl.event.DocumentMovedEventImpl
- All Implemented Interfaces:
ContentItemDocumentEvent, DocumentMovedEvent, org.flowable.common.engine.api.delegate.event.FlowableEvent
public class DocumentMovedEventImpl
extends AbstractCoreContentItemEvent
implements DocumentMovedEvent
-
Field Summary
FieldsFields inherited from class AbstractCoreContentItemEvent
contentItemFields inherited from class org.flowable.common.engine.impl.event.FlowableEventImpl
type -
Constructor Summary
ConstructorsConstructorDescriptionDocumentMovedEventImpl(CoreContentItem contentItem, String previousParentFolderId) -
Method Summary
Methods 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
-
previousParentFolderId
-
-
Constructor Details
-
DocumentMovedEventImpl
-
-
Method Details
-
getPreviousParentFolderId
- Specified by:
getPreviousParentFolderIdin interfaceDocumentMovedEvent
-