Uses of Class
de.xima.fc.workflow.GetAvailableAttachmentsParams
- 
- 
Uses of GetAvailableAttachmentsParams in de.xima.fc.interfaces.workflow
Methods in de.xima.fc.interfaces.workflow with parameters of type GetAvailableAttachmentsParams Modifier and Type Method Description List<? extends de.xima.cmn.validation.spec.IChoiceEntry<AttachmentItem>>IWorkflowProvider. getAvailableAttachments(GetAvailableAttachmentsParams params)Returns a list of all available attachment items that are available for the currently selected workflow node.List<? extends de.xima.cmn.validation.spec.IChoiceEntry<AttachmentItem>>IWorkflowProvider. getAvailableAttachments(NodeKey nodeKey, GetAvailableAttachmentsParams params)Returns a list of all available attachment items that are available for the given workflow node. - 
Uses of GetAvailableAttachmentsParams in de.xima.fc.workflow
Methods in de.xima.fc.workflow that return GetAvailableAttachmentsParams Modifier and Type Method Description GetAvailableAttachmentsParamsGetAvailableAttachmentsParams.Builder. build()Creates a new params instance with the current configuration of this builder.static GetAvailableAttachmentsParamsGetAvailableAttachmentsParams. defaults()Gets a params instance with the defaults, which includes all types of attachments. - 
Uses of GetAvailableAttachmentsParams in de.xima.fc.workflow.designer.bean
Methods in de.xima.fc.workflow.designer.bean with parameters of type GetAvailableAttachmentsParams Modifier and Type Method Description List<? extends de.xima.cmn.validation.spec.IChoiceEntry<AttachmentItem>>WorkflowProviderBean. getAvailableAttachments(GetAvailableAttachmentsParams params)List<? extends de.xima.cmn.validation.spec.IChoiceEntry<AttachmentItem>>WorkflowProviderBean. getAvailableAttachments(NodeKey currentNodeKey, GetAvailableAttachmentsParams params) - 
Uses of GetAvailableAttachmentsParams in de.xima.fc.workflow.processor.logic
Methods in de.xima.fc.workflow.processor.logic with parameters of type GetAvailableAttachmentsParams Modifier and Type Method Description static List<? extends de.xima.cmn.validation.spec.IChoiceEntry<AttachmentItem>>WorkflowProviderHelper. computeAvailableAttachments(List<String> uploadElements, List<INodeWithName> providingNodes, GetAvailableAttachmentsParams params, Locale locale)Computes all available attachments items. - 
Uses of GetAvailableAttachmentsParams in de.xima.fc.workflow.processor.logic.validation
Methods in de.xima.fc.workflow.processor.logic.validation with parameters of type GetAvailableAttachmentsParams Modifier and Type Method Description List<? extends de.xima.cmn.validation.spec.IChoiceEntry<AttachmentItem>>ValidationWorkflowProvider. getAvailableAttachments(GetAvailableAttachmentsParams params)List<? extends de.xima.cmn.validation.spec.IChoiceEntry<AttachmentItem>>ValidationWorkflowProvider. getAvailableAttachments(NodeKey currentNodeKey, GetAvailableAttachmentsParams params) 
 -