Interface IWorkflowAttachmentValue
-
- All Known Implementing Classes:
WorkflowAttachmentValue
public interface IWorkflowAttachmentValue
Represents part of the result returned by a workflow node when executed, specifically the attachments that were created by the node.- Since:
- 8.1.0
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Long>
getAttachments()
-
-
-
Method Detail
-
getAttachments
List<Long> getAttachments()
- Returns:
- A list of attachment IDs created by the node. Must point to existing
Attachment
entities.
-
-