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 IResolvedFileList
IWorkflowFileHandler. 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 class
ResolvedFileList
Default POJO implementation ofIResolvedFileList
.Methods in de.xima.fc.workflow.processor.model that return IResolvedFileList Modifier and Type Method Description static IResolvedFileList
ResolvedFileList. ofError(AFileListResolutionError.CannotProcessFileList error)
Creates a new POJO with the given data and no containing directory and files.static IResolvedFileList
ResolvedFileList. ofSuccess(IReferencedFileList fileList, File containingDirectory, List<IResolvedResourceItem> resourceItems)
Creates a new POJO with the given data and theResolvedFileList.getErrors()
set tonull
.
-