Class DocumentEventDeclaration.ResolvedLocation
java.lang.Object
com.flowable.platform.engine.impl.documentevent.DocumentEventDeclaration.ResolvedLocation
- Enclosing class:
DocumentEventDeclaration
One row of the "Where" section.
scope retains the modeler-facing intent
(root / instance / scope / any). At parse time only scope and
value are set — value carries the raw modeler input (folder path, possibly containing
a JUEL expression) for root / instance; for scope / any it is empty.
At runtime the subscription registrar resolves expressions, looks up the matching content folder, and
fills in folderId (root / instance) or scopeFolderId (scope).-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetScope()getValue()voidsetFolderId(String folderId) voidvoidsetScopeFolderId(String scopeFolderId) void
-
Field Details
-
scope
-
value
-
folderId
-
scopeFolderId
-
-
Constructor Details
-
ResolvedLocation
-
-
Method Details
-
getScope
-
setScope
-
getValue
-
setValue
-
getFolderId
-
setFolderId
-
getScopeFolderId
-
setScopeFolderId
-