Uses of Enum Class
io.gdcc.spi.export.FileMetadataPredicates
Packages that use FileMetadataPredicates
-
Uses of FileMetadataPredicates in io.gdcc.spi.export
Methods in io.gdcc.spi.export that return FileMetadataPredicatesModifier and TypeMethodDescriptionstatic FileMetadataPredicatesReturns the enum constant of this class with the specified name.static FileMetadataPredicates[]FileMetadataPredicates.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.gdcc.spi.export that return types with arguments of type FileMetadataPredicatesModifier and TypeMethodDescriptionstatic Set<FileMetadataPredicates>FileMetadataPredicates.checkConflicts(Set<FileMetadataPredicates> predicates) Checks for conflicts among the given set of export file predicates.FileExportQuery.getFilePredicates()Returns the file metadata predicates that control which files are included and what level of detail is fetched for each.Methods in io.gdcc.spi.export with parameters of type FileMetadataPredicatesModifier and TypeMethodDescriptionFileExportQuery.Builder.addFilePredicate(FileMetadataPredicates predicate) Adds a file metadata predicate to the builder's collection of predicates.booleanFileMetadataPredicates.conflictsWith(FileMetadataPredicates p) FileExportQuery.Builder.filePredicates(FileMetadataPredicates... predicates) Sets the file metadata predicates, replacing any previously set predicates.Method parameters in io.gdcc.spi.export with type arguments of type FileMetadataPredicatesModifier and TypeMethodDescriptionstatic Set<FileMetadataPredicates>FileMetadataPredicates.checkConflicts(Set<FileMetadataPredicates> predicates) Checks for conflicts among the given set of export file predicates.FileExportQuery.Builder.filePredicates(Collection<FileMetadataPredicates> predicates) Sets the file metadata predicates, replacing any previously set predicates.