Uses of Enum Class
com.orchestranetworks.schema.types.dataset.DatasetSet.DatasetChildrenPolicy
Packages that use DatasetSet.DatasetChildrenPolicy
Package
Description
Interfaces to define sets of data set references.
-
Uses of DatasetSet.DatasetChildrenPolicy in com.orchestranetworks.schema.types.dataset
Methods in com.orchestranetworks.schema.types.dataset that return DatasetSet.DatasetChildrenPolicyModifier and TypeMethodDescriptionstatic final DatasetSet.DatasetChildrenPolicyDatasetSet.DatasetChildrenPolicy.parsePolicy(String aValue) Parses a string value, and returns the associated children policy.Returns the enum constant of this class with the specified name.static DatasetSet.DatasetChildrenPolicy[]DatasetSet.DatasetChildrenPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.orchestranetworks.schema.types.dataset with parameters of type DatasetSet.DatasetChildrenPolicyModifier and TypeMethodDescriptionvoidDatasetSet.excludeDatasetsMatching(AdaptationName aDatasetName, DatasetSet.DatasetChildrenPolicy aChildrenPolicy) From the datasets set created thanks to the include methods, excludes the datasets matching the specified name, and its descendants according to the provided children policy.voidDatasetSet.excludeDatasetsMatching(Pattern aPattern, DatasetSet.DatasetChildrenPolicy aChildrenPolicy) From the datasets set created thanks to the include methods, excludes the datasets matching the specified pattern, and its descendants according to the provided children policy.voidDatasetSet.includeDatasetsMatching(AdaptationName aDatasetName, DatasetSet.DatasetChildrenPolicy aChildrenPolicy) Includes the datasets matching the given name and its descendants according to the provided children policy.voidDatasetSet.includeDatasetsMatching(Pattern aPattern, DatasetSet.DatasetChildrenPolicy aChildrenPolicy) Includes the datasets matching the specified pattern.