Uses of Class
edu.isi.pegasus.planner.dax.MetaData
Packages that use MetaData
-
Uses of MetaData in edu.isi.pegasus.planner.dax
Fields in edu.isi.pegasus.planner.dax with type parameters of type MetaDataModifier and TypeFieldDescriptionCatalogType.mMetadata
AbstractJob.mMetaDataAttributes
The metadata attributes associated with the whole workflow.ADAG.mMetaDataAttributes
The metadata attributes associated with the whole workflow.Methods in edu.isi.pegasus.planner.dax that return MetaDataModifier and TypeMethodDescriptionMetaData.clone()
Create a copy of this Metdata ObjectSet the value of the metadataMethods in edu.isi.pegasus.planner.dax that return types with arguments of type MetaDataModifier and TypeMethodDescriptionCatalogType.getMetaData()
Returns the List of MetaData objects associated with this Catalog entry objectMethods in edu.isi.pegasus.planner.dax with parameters of type MetaDataModifier and TypeMethodDescriptionCatalogType.addMetaData
(MetaData metadata) Add aMetaData
object for the Catalog objectvoid
MetaData.JsonSerializer.serialize
(MetaData md, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider sp) Serializes a MetaData object in to YAML representationMethod parameters in edu.isi.pegasus.planner.dax with type arguments of type MetaDataModifier and TypeMethodDescriptionCatalogType.addMetaData
(List<MetaData> metadata) Add a List ofMetaData
objects to the Catalog entry objectConstructors in edu.isi.pegasus.planner.dax with parameters of type MetaData