Interface DocumentEventConstants
public interface DocumentEventConstants
-
Field Summary
FieldsModifier and TypeFieldDescriptionMaps theDOCUMENT_*event the content engine dispatches to the synthetic event-registry key the platform broadcasts.static final Stringstatic final Stringstatic final StringSynthetic event-registry event keys broadcast byDocumentEventContentItemListener.static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringAll synthetic event-registry keys managed by the document-event family.Maps the modeler-facing lifecycle value to the synthetic event-registry key broadcast for it.static final StringEventInstance payload field names.static final Stringstatic final Stringstatic final String
-
Field Details
-
EVENT_KEY_CREATED
Synthetic event-registry event keys broadcast byDocumentEventContentItemListener.- See Also:
-
EVENT_KEY_RENAMED
- See Also:
-
EVENT_KEY_MOVED
- See Also:
-
EVENT_KEY_COPIED
- See Also:
-
EVENT_KEY_CONTENT_UPDATED
- See Also:
-
EVENT_KEY_NEW_VERSION_CREATED
- See Also:
-
EVENT_KEY_REVERTED_TO_VERSION
- See Also:
-
EVENT_KEY_METADATA_UPDATED
- See Also:
-
EVENT_KEY_DEFINITION_SET
- See Also:
-
EVENT_KEY_DELETED
- See Also:
-
EVENT_KEYS
-
LIFECYCLE_TO_EVENT_KEY
-
CONTENT_EVENT_TO_EVENT_KEY
static final Map<org.flowable.common.engine.api.delegate.event.FlowableEventType, String> CONTENT_EVENT_TO_EVENT_KEYMaps theDOCUMENT_*event the content engine dispatches to the synthetic event-registry key the platform broadcasts. Drives bothDocumentEventContentItemListener's dispatch andDocumentEventListenerLifecycleListener's event-type registration. -
PAYLOAD_CONTENT_ITEM
EventInstance payload field names.folderId,scopeFolderIdanddefinitionKeyare correlation parameters used by the standard event-registry consumer to dispatch a save to the matching subscription.contentItemcarries the matchedCoreContentItemas a regular (non-correlation) payload field — downstream activity behaviours read it off the EventInstance.folderId— the parent folder id on the saved content item, matched against any folder filter the subscription configured;scopeFolderId— the id of the process / case scope folder that owns the content item (resolved by walking the parent-folder chain until a folder tagged with scope info is found);definitionKey— the key of the document definition assigned to the content item, only emitted when the content item has a definition set.
- See Also:
-
PAYLOAD_FOLDER_ID
- See Also:
-
PAYLOAD_SCOPE_FOLDER_ID
- See Also:
-
PAYLOAD_DEFINITION_KEY
- See Also:
-