Uses of Enum Class
io.gdcc.spi.export.DatasetMetadataPredicates
Packages that use DatasetMetadataPredicates
-
Uses of DatasetMetadataPredicates in io.gdcc.spi.export
Methods in io.gdcc.spi.export that return DatasetMetadataPredicatesModifier and TypeMethodDescriptionstatic DatasetMetadataPredicatesReturns the enum constant of this class with the specified name.static DatasetMetadataPredicates[]DatasetMetadataPredicates.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 DatasetMetadataPredicatesModifier and TypeMethodDescriptionstatic Set<DatasetMetadataPredicates>DatasetMetadataPredicates.checkConflicts(Set<DatasetMetadataPredicates> predicates) Checks for conflicts among the given set of dataset metadata predicates.DatasetExportQuery.getDatasetPredicates()Returns the dataset metadata predicates that control which aspects of the dataset are included in the export.Methods in io.gdcc.spi.export with parameters of type DatasetMetadataPredicatesModifier and TypeMethodDescriptionDatasetExportQuery.Builder.addDatasetPredicate(DatasetMetadataPredicates predicate) Adds a dataset metadata predicate to the builder's collection of predicates.booleanDatasetMetadataPredicates.conflictsWith(DatasetMetadataPredicates p) Returnstrueif this predicate conflicts with the given predicate.DatasetExportQuery.Builder.datasetPredicates(DatasetMetadataPredicates... predicates) Sets the dataset metadata predicates, replacing any previously set predicates.Method parameters in io.gdcc.spi.export with type arguments of type DatasetMetadataPredicatesModifier and TypeMethodDescriptionstatic Set<DatasetMetadataPredicates>DatasetMetadataPredicates.checkConflicts(Set<DatasetMetadataPredicates> predicates) Checks for conflicts among the given set of dataset metadata predicates.DatasetExportQuery.Builder.datasetPredicates(Collection<DatasetMetadataPredicates> predicates) Sets the dataset metadata predicates, replacing any previously set predicates.