Uses of Interface
de.xima.fc.interfaces.workflow.execution.IReferencedFileList
-
Packages that use IReferencedFileList Package Description de.xima.fc.exceptions Package für allgemeine Exceptionsde.xima.fc.interfaces.workflow.execution de.xima.fc.interfaces.workflow.retval de.xima.fc.workflow.model.nodes de.xima.fc.workflow.processor.model -
-
Uses of IReferencedFileList in de.xima.fc.exceptions
Methods in de.xima.fc.exceptions that return IReferencedFileList Modifier and Type Method Description IReferencedFileList
AFileListResolutionError.CannotProcessFileList. getFileList()
Constructors in de.xima.fc.exceptions with parameters of type IReferencedFileList Constructor Description CannotProcessFileList(String message, Throwable cause, IReferencedFileList fileList)
-
Uses of IReferencedFileList in de.xima.fc.interfaces.workflow.execution
Subinterfaces of IReferencedFileList in de.xima.fc.interfaces.workflow.execution Modifier and Type Interface Description interface
IMultiFileProviding
Interface for a POJO view model class that describes a list of files that can be selected by the user.interface
ISingleFileProviding
Interface for a POJO view model class that describes a single file that can be selected by the user.Methods in de.xima.fc.interfaces.workflow.execution with parameters of type IReferencedFileList Modifier and Type Method Description IResolvedFileList
IWorkflowFileHandler. resolveReferencedFiles(WorkflowNode node, IReferencedFileList fileList, IFileSearchOptions options)
Returns the files represented by the given descriptor. -
Uses of IReferencedFileList in de.xima.fc.interfaces.workflow.retval
Methods in de.xima.fc.interfaces.workflow.retval that return IReferencedFileList Modifier and Type Method Description IReferencedFileList
IResolvedFileList. getFileList()
-
Uses of IReferencedFileList in de.xima.fc.workflow.model.nodes
Classes in de.xima.fc.workflow.model.nodes that implement IReferencedFileList Modifier and Type Class Description class
MultiFile
Models a list of file resources that may come from multiple sources, such as client file, project files or external files referenced via an URL.class
SingleFile
Models a single file that may come from multiple sources, such as client file, project files or external files referenced via a URL. -
Uses of IReferencedFileList in de.xima.fc.workflow.processor.model
Methods in de.xima.fc.workflow.processor.model that return IReferencedFileList Modifier and Type Method Description IReferencedFileList
ResolvedFileList. getFileList()
Methods in de.xima.fc.workflow.processor.model with parameters of type IReferencedFileList Modifier and Type Method Description static IResolvedFileList
ResolvedFileList. ofSuccess(IReferencedFileList fileList, File containingDirectory, List<IResolvedResourceItem> resourceItems)
Creates a new POJO with the given data and theResolvedFileList.getErrors()
set tonull
.
-