Uses of Interface
de.xima.fc.interfaces.workflow.execution.IMultiFileProviding
Packages that use IMultiFileProviding
Package
Description
Package für konkrete Helperklassen
-
Uses of IMultiFileProviding in de.xima.fc.helper
Methods in de.xima.fc.helper with parameters of type IMultiFileProvidingModifier and TypeMethodDescriptionstatic void
WorkflowSearchTermHelper.doPutEntitySearchTerm
(Map<String, List<String>> searchTerms, IMultiFileProviding multiFile) -
Uses of IMultiFileProviding in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution with parameters of type IMultiFileProvidingModifier and TypeMethodDescriptionIWorkflowFileHandler.getFilesMulti
(WorkflowNode node, IMultiFileProviding multiFile, IFileSearchOptions options) Deprecated. -
Uses of IMultiFileProviding in de.xima.fc.interfaces.workflow.reference
Methods in de.xima.fc.interfaces.workflow.reference with parameters of type IMultiFileProvidingModifier and TypeMethodDescriptiondefault void
ISearchTermHandler.putEntitySearchTerm
(Map<String, List<String>> searchTerms, IMultiFileProviding multiFile) Helper method that adds the search term for the referenced entities to the given map. -
Uses of IMultiFileProviding in de.xima.fc.workflow.model.nodes
Classes in de.xima.fc.workflow.model.nodes that implement IMultiFileProvidingModifier and TypeClassDescriptionfinal class
Models a list of file resources that may come from multiple sources, such as client file, project files or external files referenced via an URL.
IWorkflowFileHandler.resolveReferencedFiles(WorkflowNode, IReferencedFileList, IFileSearchOptions)
.