Uses of Class
de.xima.fc.workflow.FileListDescriptor.Builder
Packages that use FileListDescriptor.Builder
-
Uses of FileListDescriptor.Builder in de.xima.fc.workflow
Methods in de.xima.fc.workflow that return FileListDescriptor.BuilderModifier and TypeMethodDescriptionFileListDescriptor.Builder.addAttribute(String name, Object value) Adds an attribute to the file list descriptor.FileListDescriptor.Builder.addAttributes(Map<String, Object> attributes) Adds all attributes from the given map to the file list descriptor.FileListDescriptor.Builder.attributes(Map<String, Object> attributes) Sets (replaces) all attributes of the file list descriptor.FileListDescriptor.Builder.contentTypes(String... contentTypes) Adds content types that are allowed for the files.FileListDescriptor.Builder.contentTypes(Set<String> contentTypes) Adds content types that are allowed for the files.FileListDescriptor.Builder.description(String description) Deprecated.FileListDescriptor.Builder.descriptionHtml(boolean descriptionHtml) Deprecated.FileListDescriptor.Builder.descriptionI18nKey(boolean descriptionI18nKey) Deprecated.FileListDescriptor.Builder.extensions(String... extensions) Adds file extensions that are allowed for the files.FileListDescriptor.Builder.extensions(Set<String> extensions) Adds file extensions that are allowed for the files.FileListDescriptor.Builder.fileCount(int minFileCount, int maxFileCount) static FileListDescriptor.BuilderFileListDescriptor.fileListDescriptorBuilder()Creates a new builder forFileListDescriptor.FileListDescriptor.Builder.maxFileCount(int maxFileCount) Sets the maximum number of files that can be provided.FileListDescriptor.Builder.minFileCount(int minFileCount) Sets the minimum number of files that must be provided.Method parameters in de.xima.fc.workflow with type arguments of type FileListDescriptor.BuilderModifier and TypeMethodDescriptionFileValueDescriptor.Builder.additionalFileLists(Consumer<? super FileListDescriptor.Builder> configurator) 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(String fileKey, Consumer<? super FileListDescriptor.Builder> configurator) Adds a file list descriptor to this builder, for the given type of file.FileValueDescriptor.Builder.fileList(Consumer<? super FileListDescriptor.Builder> configurator) Adds a file list descriptor to this builder, for thedefault typeof file.
FileListDescriptor.Builder.addAttribute(String, Object)with the keyVALUE_DESCRIPTOR_ATTR_DESCRIPTION.