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.bpmn de.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 IReferencedFileListAFileListResolutionError.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.bpmn
Methods in de.xima.fc.interfaces.workflow.bpmn with parameters of type IReferencedFileList Modifier and Type Method Description StringIWorkflowBpmnLocalization. fileNames(WorkflowProcess process, IReferencedFileList fileList)Returns a comma-separated list of descriptive names for the given files. -
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 interfaceIMultiFileProvidingInterface for a POJO view model class that describes a list of files that can be selected by the user.interfaceISingleFileProvidingInterface 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 IResolvedFileListIWorkflowFileHandler. 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 IReferencedFileListIResolvedFileList. 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 classMultiFileModels a list of file resources that may come from multiple sources, such as client file, project files or external files referenced via an URL.classSingleFileModels 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 IReferencedFileListResolvedFileList. getFileList()Methods in de.xima.fc.workflow.processor.model with parameters of type IReferencedFileList Modifier and Type Method Description static IResolvedFileListResolvedFileList. ofSuccess(IReferencedFileList fileList, File containingDirectory, List<IResolvedResourceItem> resourceItems)Creates a new POJO with the given data and theResolvedFileList.getErrors()set tonull.
-