Interface IAttachmentValueDescriptor
-
- All Known Implementing Classes:
AttachmentValueDescriptor
public interface IAttachmentValueDescriptor
Descriptor for the attachments created by a workflow node when it is executed.- Since:
- 8.1.0
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDescriptionI18n()
IAttachmentValueDescriptor
intersect(IAttachmentValueDescriptor other)
-
-
-
Method Detail
-
getDescriptionI18n
String getDescriptionI18n()
- Returns:
- I18n key pointing to a description for the attachments.
-
intersect
IAttachmentValueDescriptor intersect(IAttachmentValueDescriptor other)
-
-