Uses of Class
de.xima.fc.workflow.GetAvailableAttachmentsParams
Packages that use GetAvailableAttachmentsParams
Package
Description
-
Uses of GetAvailableAttachmentsParams in de.xima.fc.interfaces.workflow
Methods in de.xima.fc.interfaces.workflow with parameters of type GetAvailableAttachmentsParamsModifier and TypeMethodDescriptionList<? 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 -
Uses of GetAvailableAttachmentsParams in de.xima.fc.workflow.designer.bean
Methods in de.xima.fc.workflow.designer.bean with parameters of type GetAvailableAttachmentsParamsModifier and TypeMethodDescriptionList<? 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 GetAvailableAttachmentsParamsModifier and TypeMethodDescriptionstatic 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 GetAvailableAttachmentsParamsModifier and TypeMethodDescriptionList<? 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)