Package de.xima.fc.workflow
Class GetAvailableAttachmentsParams
java.lang.Object
de.xima.fc.workflow.GetAvailableAttachmentsParams
POJO with parameters for 
IWorkflowProvider.getAvailableAttachments(NodeKey, GetAvailableAttachmentsParams).- Since:
- 8.1.0
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic final classA simple builder for configuring aGetAvailableAttachmentsParamsPOJO.
- 
Method SummaryModifier and TypeMethodDescriptionbuilder()Creates a new builder for configuring aGetAvailableAttachmentsParamsinstance.defaults()Gets a params instance with the defaults, which includes all types of attachments.booleanWhether to include attachments from previously executed workflow nodes, i.e.booleanWhether to include attachments from an attachment file name search, i.e.booleanWhether to include attachments from upload elements, i.e.
- 
Method Details- 
isIncludePreviousNodepublic boolean isIncludePreviousNode()Whether to include attachments from previously executed workflow nodes, i.e.attachment itemsof typePREVIOUS_NODE.- Returns:
- Whether to include attachments form previous nodes.
 
- 
isIncludeSearchpublic boolean isIncludeSearch()Whether to include attachments from an attachment file name search, i.e.attachment itemsof typeSEARCH.- Returns:
- Whether to include attachments form previous nodes.
 
- 
isIncludeUploadpublic boolean isIncludeUpload()Whether to include attachments from upload elements, i.e.attachment itemsof typeUPLOAD.- Returns:
- Whether to include attachments form previous nodes.
 
- 
builderCreates a new builder for configuring aGetAvailableAttachmentsParamsinstance. The returned builder starts with thedefaults().- Returns:
- A new builder for a params instance.
 
- 
defaultsGets a params instance with the defaults, which includes all types of attachments.- Returns:
- A params instance with the defaults.
 
 
-