Uses of Interface
de.xima.fc.interfaces.workflow.execution.ISingleFileProviding
Packages that use ISingleFileProviding
Package
Description
Package für konkrete Helperklassen
-
Uses of ISingleFileProviding in de.xima.fc.helper
Methods in de.xima.fc.helper with parameters of type ISingleFileProvidingModifier and TypeMethodDescriptionstatic 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 ISingleFileProvidingModifier and TypeMethodDescriptionIWorkflowFileHandler.getFileSingle
(WorkflowNode node, ISingleFileProviding singleFile, IFileSearchOptions options) Deprecated. -
Uses of ISingleFileProviding in de.xima.fc.interfaces.workflow.reference
Methods in de.xima.fc.interfaces.workflow.reference with parameters of type ISingleFileProvidingModifier and TypeMethodDescriptiondefault 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 ISingleFileProvidingModifier and TypeClassDescriptionfinal class
Models a single file that may come from multiple sources, such as client file, project files or external files referenced via a URL.
IWorkflowFileHandler.resolveReferencedFiles(WorkflowNode, IReferencedFileList, IFileSearchOptions)
.