Uses of Interface
de.xima.fc.interfaces.workflow.retval.IResolvedFileList
Packages that use IResolvedFileList
- 
Uses of IResolvedFileList in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution that return IResolvedFileListModifier and TypeMethodDescriptionIWorkflowFileHandler.resolveReferencedFiles(WorkflowNode node, IReferencedFileList fileList, IFileSearchOptions options) Returns the files represented by the given descriptor. - 
Uses of IResolvedFileList in de.xima.fc.workflow.processor.model
Classes in de.xima.fc.workflow.processor.model that implement IResolvedFileListMethods in de.xima.fc.workflow.processor.model that return IResolvedFileListModifier and TypeMethodDescriptionstatic IResolvedFileListResolvedFileList.ofError(AFileListResolutionError.CannotProcessFileList error) Creates a new POJO with the given data and no containing directory and files.static IResolvedFileListResolvedFileList.ofSuccess(IReferencedFileList fileList, File containingDirectory, List<IResolvedResourceItem> resourceItems) Creates a new POJO with the given data and theResolvedFileList.getErrors()set tonull.