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 IFileListDescriptorIFileListDescriptor. 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 IFileListDescriptorIFileListDescriptor. 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 classFileListDescriptorBasic POJO implementation ofIFileListDescriptorwith a builder.Methods in de.xima.fc.workflow that return IFileListDescriptor Modifier and Type Method Description static IFileListDescriptorFileListDescriptor. any()Returns anIFileListDescriptorthat allows any file type and any number of files.static IFileListDescriptorFileListDescriptor. empty()Returns an emptyIFileListDescriptorthat does not allow any files.IFileListDescriptorFileListDescriptor. intersect(IFileListDescriptor other)static IFileListDescriptorFileValueDescriptorIntersector. 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.BuilderFileValueDescriptor.Builder. fileList(IFileListDescriptor fileList)Adds a file list to this builder, for thedefault typeof file.FileValueDescriptor.BuilderFileValueDescriptor.Builder. fileList(String fileKey, IFileListDescriptor fileList)Adds a file list to this builder, for the given type of file.IFileListDescriptorFileListDescriptor. intersect(IFileListDescriptor other)static IFileListDescriptorFileValueDescriptorIntersector. 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.BuilderFileValueDescriptor.Builder. fileList(Map<String,IFileListDescriptor> fileList)Adds the given map of file lists to this builder.
-