Uses of Interface
de.xima.fc.interfaces.workflow.execution.IFileListDescriptor
Packages that use IFileListDescriptor
Package
Description
-
Uses of IFileListDescriptor in de.xima.fc.interfaces.workflow.execution
Subinterfaces with type arguments of type IFileListDescriptor in de.xima.fc.interfaces.workflow.executionModifier and TypeInterfaceDescriptioninterfaceA descriptor for a list of files provided by a workflow trigger or node when the trigger fires or the node gets executed.Methods in de.xima.fc.interfaces.workflow.execution that return IFileListDescriptorModifier and TypeMethodDescriptiondefault IFileListDescriptorIFileValueDescriptor.getAdditionalFiles()Gets the file descriptor for any additional files that may be provided by the workflow element, under keys not listed inIFileValueDescriptor.getFiles().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 IFileListDescriptorModifier and TypeMethodDescriptiondefault 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 IFileListDescriptorModifier and TypeMethodDescriptionIFileListDescriptor.intersect(IFileListDescriptor other) Intersects this file list descriptor with another file list descriptor. -
Uses of IFileListDescriptor in de.xima.fc.prompt.mgmt.gui.model
Constructors in de.xima.fc.prompt.mgmt.gui.model with parameters of type IFileListDescriptorModifierConstructorDescriptionPromptTestFileInput(String fileKey, IFileListDescriptor fileListDescriptor) Constructs a new file control from the given file list descriptor. -
Uses of IFileListDescriptor in de.xima.fc.workflow
Classes in de.xima.fc.workflow that implement IFileListDescriptorModifier and TypeClassDescriptionfinal classBasic POJO implementation ofIFileListDescriptorwith a builder.Methods in de.xima.fc.workflow that return IFileListDescriptorModifier and TypeMethodDescriptionstatic IFileListDescriptorFileListDescriptor.any()Returns anIFileListDescriptorthat allows any file type and any number of files.static IFileListDescriptorFileListDescriptor.anyFileListDescriptor()Returns anIFileListDescriptorthat allows any file type and any number of files.static IFileListDescriptorFileListDescriptor.empty()Returns an emptyIFileListDescriptorthat does not allow any files.FileValueDescriptor.getAdditionalFiles()FileListDescriptor.intersect(IFileListDescriptor other) static IFileListDescriptorFileValueDescriptorIntersector.intersectFileListDescriptors(IFileListDescriptor lhs, IFileListDescriptor rhs) Intersects two file list descriptors.FileListDescriptor.withAddedAttribute(String key, Object value) FileListDescriptor.withAddedAttributes(Map<String, Object> newAttributes) FileListDescriptor.withAttributes(Map<String, Object> attributes) Methods in de.xima.fc.workflow that return types with arguments of type IFileListDescriptorMethods in de.xima.fc.workflow with parameters of type IFileListDescriptorModifier and TypeMethodDescriptionFileValueDescriptor.Builder.additionalFileLists(IFileListDescriptor fileList) Sets the descriptor for any additional files that may be provided by the workflow element, under keys not defined explicitly viaFileValueDescriptor.Builder.fileList(Map).FileValueDescriptor.Builder.fileList(IFileListDescriptor fileList) Adds a file list to this builder, for thedefault typeof file.FileValueDescriptor.Builder.fileList(String fileKey, IFileListDescriptor fileList) Adds a file list to this builder, for the given type of file.FileListDescriptor.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 IFileListDescriptorModifier and TypeMethodDescriptionFileValueDescriptor.Builder.fileList(Map<String, IFileListDescriptor> fileList) Adds the given map of file lists to this builder.