Uses of Interface
de.xima.fc.interfaces.workflow.retval.IResolvedFile
-
-
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 IResolvedFileIWorkflowFileHandler. getFileSingle(WorkflowNode node, ISingleFileProviding singleFile, IFileSearchOptions options)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 givenIUploadConsumingcorresponding.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.params
-
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()Deprecated.List<IResolvedFile>IResolvedResourceItem. getIndividualFiles()Retrieves all files that were found for the resource item.default List<IResolvedFile>IResolvedFileList. getResolvedFilesComplete()default List<IResolvedFile>IResolvedFileList. getResolvedFilesPartial() -
Uses of IResolvedFile in de.xima.fc.workflow.itemlist
Methods in de.xima.fc.workflow.itemlist that return types with arguments of type IResolvedFile Modifier and Type Method Description Iterator<IResolvedFile>FcForEachLoopItemListFiles. iterator()Methods in de.xima.fc.workflow.itemlist with parameters of type IResolvedFile Modifier and Type Method Description ItemDataFcForEachLoopItemListFiles. extractData(IResolvedFile item, int index) -
Uses of IResolvedFile in de.xima.fc.workflow.processor.logic.execution
Methods in de.xima.fc.workflow.processor.logic.execution that return types with arguments of type IResolvedFile Modifier and Type Method Description BiConsumer<com.google.common.collect.ImmutableList.Builder<IResolvedFile>,IResolvedResourceItem>EMultipleResolvedFilesCollector. accumulator()BiConsumer<org.apache.commons.lang3.mutable.MutableObject<IResolvedFile>,IResolvedResourceItem>ESingleResolvedFileCollector. accumulator()BinaryOperator<com.google.common.collect.ImmutableList.Builder<IResolvedFile>>EMultipleResolvedFilesCollector. combiner()BinaryOperator<org.apache.commons.lang3.mutable.MutableObject<IResolvedFile>>ESingleResolvedFileCollector. combiner()Function<com.google.common.collect.ImmutableList.Builder<IResolvedFile>,List<IResolvedFile>>EMultipleResolvedFilesCollector. finisher()Function<com.google.common.collect.ImmutableList.Builder<IResolvedFile>,List<IResolvedFile>>EMultipleResolvedFilesCollector. finisher()Function<org.apache.commons.lang3.mutable.MutableObject<IResolvedFile>,Optional<IResolvedFile>>ESingleResolvedFileCollector. finisher()Function<org.apache.commons.lang3.mutable.MutableObject<IResolvedFile>,Optional<IResolvedFile>>ESingleResolvedFileCollector. finisher()Supplier<com.google.common.collect.ImmutableList.Builder<IResolvedFile>>EMultipleResolvedFilesCollector. supplier()Supplier<org.apache.commons.lang3.mutable.MutableObject<IResolvedFile>>ESingleResolvedFileCollector. supplier() -
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 classResolvedFileDefault 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()Deprecated.List<IResolvedFile>ResolvedResourceItem. getIndividualFiles()Methods in de.xima.fc.workflow.processor.model with parameters of type IResolvedFile Modifier and Type Method Description ResolvedResourceItem.BuilderResolvedResourceItem.Builder. withFile(IResolvedFile file)Method parameters in de.xima.fc.workflow.processor.model with type arguments of type IResolvedFile Modifier and Type Method Description ResolvedResourceItem.BuilderResolvedResourceItem.Builder. withFiles(Iterable<IResolvedFile> files)Constructor parameters in de.xima.fc.workflow.processor.model with type arguments of type IResolvedFile Constructor Description ResolvedMultiFile(File containingDirectory, List<IResolvedFile> individualFiles)Deprecated.
-