Uses of Interface
de.xima.fc.interfaces.workflow.execution.IMultiFileProviding
-
Packages that use IMultiFileProviding Package Description de.xima.fc.helper Package für konkrete Helperklassende.xima.fc.interfaces.workflow.execution de.xima.fc.interfaces.workflow.reference de.xima.fc.workflow.model.nodes -
-
Uses of IMultiFileProviding in de.xima.fc.helper
Methods in de.xima.fc.helper with parameters of type IMultiFileProviding Modifier and Type Method Description static 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 IMultiFileProviding Modifier and Type Method Description IResolvedMultiFile
IWorkflowFileHandler. getFilesMulti(WorkflowNode node, IMultiFileProviding multiFile, IFileSearchOptions options)
-
Uses of IMultiFileProviding in de.xima.fc.interfaces.workflow.reference
Methods in de.xima.fc.interfaces.workflow.reference with parameters of type IMultiFileProviding Modifier and Type Method Description default 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 IMultiFileProviding Modifier and Type Class Description class
MultiFile
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.
-