Uses of Interface
de.xima.fc.interfaces.workflow.retval.IResolvedFile
-
Packages that use IResolvedFile Package Description de.xima.fc.interfaces.workflow.execution de.xima.fc.interfaces.workflow.retval de.xima.fc.workflow.processor.model -
-
Uses of IResolvedFile in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution that return IResolvedFile Modifier and Type Method Description IResolvedFile
IWorkflowFileHandler. getFileSingle(WorkflowNode node, ISingleFileProviding singleFile, IFileSearchOptions options)
Returns the file represented by the given descriptor.Methods in de.xima.fc.interfaces.workflow.execution that return types with arguments of type IResolvedFile Modifier and Type Method Description default List<IResolvedFile>
IWorkflowFileHandler. getFilesFromUploadElements(IUploadConsuming consuming)
Same asIWorkflowFileHandler.getFilesFromUploadElements(List)
, but takes the parameters from the givenIUploadConsuming
corresponding.List<IResolvedFile>
IWorkflowFileHandler. getFilesFromUploadElements(List<String> uploadElements)
Returns a list of all files from the given upload elements. -
Uses of IResolvedFile in de.xima.fc.interfaces.workflow.retval
Methods in de.xima.fc.interfaces.workflow.retval that return types with arguments of type IResolvedFile Modifier and Type Method Description List<IResolvedFile>
IResolvedMultiFile. getIndividualFiles()
-
Uses of IResolvedFile in de.xima.fc.workflow.processor.model
Classes in de.xima.fc.workflow.processor.model that implement IResolvedFile Modifier and Type Class Description class
ResolvedFile
Default POJO implementation ofIResolvedFile
.Methods in de.xima.fc.workflow.processor.model that return types with arguments of type IResolvedFile Modifier and Type Method Description List<IResolvedFile>
ResolvedMultiFile. getIndividualFiles()
Constructor parameters in de.xima.fc.workflow.processor.model with type arguments of type IResolvedFile Constructor Description ResolvedMultiFile(File containingDirectory, List<IResolvedFile> individualFiles)
-