Uses of Interface
de.xima.fc.interfaces.workflow.retval.IResolvedFileList
- 
Packages that use IResolvedFileList Package Description de.xima.fc.interfaces.workflow.execution de.xima.fc.workflow.processor.model  - 
- 
Uses of IResolvedFileList in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution that return IResolvedFileList Modifier and Type Method Description IResolvedFileListIWorkflowFileHandler. 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 IResolvedFileList Modifier and Type Class Description classResolvedFileListDefault POJO implementation ofIResolvedFileList.Methods in de.xima.fc.workflow.processor.model that return IResolvedFileList Modifier and Type Method Description static 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. 
 -