Uses of Interface
de.xima.fc.interfaces.workflow.execution.IReferencedFileList
Packages that use IReferencedFileList
Package
Description
Package für allgemeine Exceptions
-
Uses of IReferencedFileList in de.xima.fc.exceptions
Methods in de.xima.fc.exceptions that return IReferencedFileListConstructors in de.xima.fc.exceptions with parameters of type IReferencedFileListModifierConstructorDescriptionCannotProcessFileList
(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.executionModifier and TypeInterfaceDescriptioninterface
Interface for a POJO view model class that describes a list of files that can be selected by the user.interface
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 IReferencedFileListModifier and TypeMethodDescriptionIWorkflowFileHandler.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 -
Uses of IReferencedFileList in de.xima.fc.workflow.model.nodes
Classes in de.xima.fc.workflow.model.nodes that implement IReferencedFileListModifier and TypeClassDescriptionfinal class
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.final class
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 IReferencedFileListMethods in de.xima.fc.workflow.processor.model with parameters of type IReferencedFileListModifier and TypeMethodDescriptionstatic IResolvedFileList
ResolvedFileList.ofSuccess
(IReferencedFileList fileList, File containingDirectory, List<IResolvedResourceItem> resourceItems) Creates a new POJO with the given data and theResolvedFileList.getErrors()
set tonull
.