Uses of Interface
de.xima.fc.interfaces.workflow.retval.IResolvedFile
Packages that use IResolvedFile
Package
Description
-
Uses of IResolvedFile in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution that return IResolvedFileModifier and TypeMethodDescriptionIWorkflowFileHandler.getFileSingle(WorkflowNode node, ISingleFileProviding singleFile, IFileSearchOptions options) Deprecated.Methods in de.xima.fc.interfaces.workflow.execution that return types with arguments of type IResolvedFileModifier and TypeMethodDescriptiondefault List<IResolvedFile>IWorkflowFileHandler.getFilesFromUploadElements(IUploadConsuming consuming) Same asIWorkflowFileHandler.getFilesFromUploadElements(List), but takes the parameters from the givenIUploadConsumingcorresponding.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
Methods in de.xima.fc.interfaces.workflow.params that return types with arguments of type IResolvedFileModifier and TypeMethodDescriptionINodeExecutionParams.standardFileErrorsMultiple(boolean required) Returns aIResolvedFileListProcessorthat can be used withIResolvedFileList#collectResult.INodeExecutionParams.standardFileErrorsMultiple(boolean required, IStandardFileListResolutionErrorCreator errorCreator) Returns aIResolvedFileListProcessorthat can be used withIResolvedFileList#collectResult.INodeExecutionParams.standardFileErrorsSingle(boolean required) Returns aIResolvedFileListProcessorthat can be used withIResolvedFileList#collectResult.INodeExecutionParams.standardFileErrorsSingle(boolean required, IStandardFileListResolutionErrorCreator errorCreator) Returns aIResolvedFileListProcessorthat can be used withIResolvedFileList#collectResult. -
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 IResolvedFileModifier and TypeMethodDescriptionIResolvedMultiFile.getIndividualFiles()Deprecated.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.processor.logic.execution
Methods in de.xima.fc.workflow.processor.logic.execution that return types with arguments of type IResolvedFileModifier and TypeMethodDescriptionBiConsumer<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 IResolvedFileMethods in de.xima.fc.workflow.processor.model that return types with arguments of type IResolvedFileModifier and TypeMethodDescriptionResolvedMultiFile.getIndividualFiles()Deprecated.ResolvedResourceItem.getIndividualFiles()Methods in de.xima.fc.workflow.processor.model with parameters of type IResolvedFileMethod parameters in de.xima.fc.workflow.processor.model with type arguments of type IResolvedFileModifier and TypeMethodDescriptionResolvedResourceItem.Builder.withFiles(Iterable<IResolvedFile> files) Constructor parameters in de.xima.fc.workflow.processor.model with type arguments of type IResolvedFileModifierConstructorDescriptionResolvedMultiFile(File containingDirectory, List<IResolvedFile> individualFiles) Deprecated.
IWorkflowFileHandler.resolveReferencedFiles(WorkflowNode, IReferencedFileList, IFileSearchOptions).