Uses of Interface
de.xima.fc.interfaces.workflow.execution.ISingleFileProviding
-
Packages that use ISingleFileProviding 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 ISingleFileProviding in de.xima.fc.helper
Methods in de.xima.fc.helper with parameters of type ISingleFileProviding Modifier and Type Method Description static void
WorkflowSearchTermHelper. doPutEntitySearchTerm(Map<String,List<String>> searchTerms, ISingleFileProviding singleFile)
-
Uses of ISingleFileProviding in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution with parameters of type ISingleFileProviding Modifier and Type Method Description IResolvedFile
IWorkflowFileHandler. getFileSingle(WorkflowNode node, ISingleFileProviding singleFile, IFileSearchOptions options)
Returns the file represented by the given descriptor. -
Uses of ISingleFileProviding in de.xima.fc.interfaces.workflow.reference
Methods in de.xima.fc.interfaces.workflow.reference with parameters of type ISingleFileProviding Modifier and Type Method Description default void
ISearchTermHandler. putEntitySearchTerm(Map<String,List<String>> searchTerms, ISingleFileProviding singleFile)
Helper method that adds the search term for the referenced entities to the given map. -
Uses of ISingleFileProviding in de.xima.fc.workflow.model.nodes
Classes in de.xima.fc.workflow.model.nodes that implement ISingleFileProviding Modifier and Type Class Description class
SingleFile
Models a single file that may come from multiple sources, such as client file, project files or external files referenced via an URL.
-