Uses of Interface
de.xima.fc.interfaces.workflow.execution.IFileListDescriptor
-
Packages that use IFileListDescriptor Package Description de.xima.fc.interfaces.workflow.execution de.xima.fc.workflow -
-
Uses of IFileListDescriptor in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution that return IFileListDescriptor Modifier and Type Method Description IFileListDescriptor
IFileListDescriptor. intersect(IFileListDescriptor other)
Intersects this file list descriptor with another file list descriptor.Methods in de.xima.fc.interfaces.workflow.execution that return types with arguments of type IFileListDescriptor Modifier and Type Method Description default Map<String,IFileListDescriptor>
IFileValueDescriptor. getFiles()
Gets the descriptor for the list of files provided by the workflow element.Methods in de.xima.fc.interfaces.workflow.execution with parameters of type IFileListDescriptor Modifier and Type Method Description IFileListDescriptor
IFileListDescriptor. intersect(IFileListDescriptor other)
Intersects this file list descriptor with another file list descriptor. -
Uses of IFileListDescriptor in de.xima.fc.workflow
Classes in de.xima.fc.workflow that implement IFileListDescriptor Modifier and Type Class Description class
FileListDescriptor
Basic POJO implementation ofIFileListDescriptor
with a builder.Methods in de.xima.fc.workflow that return IFileListDescriptor Modifier and Type Method Description static IFileListDescriptor
FileListDescriptor. any()
Returns anIFileListDescriptor
that allows any file type and any number of files.static IFileListDescriptor
FileListDescriptor. empty()
Returns an emptyIFileListDescriptor
that does not allow any files.IFileListDescriptor
FileListDescriptor. intersect(IFileListDescriptor other)
static IFileListDescriptor
FileValueDescriptorIntersector. intersectFileListDescriptors(IFileListDescriptor lhs, IFileListDescriptor rhs)
Intersects two file list descriptors.Methods in de.xima.fc.workflow that return types with arguments of type IFileListDescriptor Modifier and Type Method Description Map<String,IFileListDescriptor>
FileValueDescriptor. getFiles()
Methods in de.xima.fc.workflow with parameters of type IFileListDescriptor Modifier and Type Method Description FileValueDescriptor.Builder
FileValueDescriptor.Builder. fileList(IFileListDescriptor fileList)
Adds a file list to this builder, for thedefault type
of file.FileValueDescriptor.Builder
FileValueDescriptor.Builder. fileList(String fileKey, IFileListDescriptor fileList)
Adds a file list to this builder, for the given type of file.IFileListDescriptor
FileListDescriptor. intersect(IFileListDescriptor other)
static IFileListDescriptor
FileValueDescriptorIntersector. intersectFileListDescriptors(IFileListDescriptor lhs, IFileListDescriptor rhs)
Intersects two file list descriptors.Method parameters in de.xima.fc.workflow with type arguments of type IFileListDescriptor Modifier and Type Method Description FileValueDescriptor.Builder
FileValueDescriptor.Builder. fileList(Map<String,IFileListDescriptor> fileList)
Adds the given map of file lists to this builder.
-