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.mMetadataAbstractJob.mMetaDataAttributesThe metadata attributes associated with the whole workflow.ADAG.mMetaDataAttributesThe 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 aMetaDataobject for the Catalog objectvoidMetaData.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 ofMetaDataobjects to the Catalog entry objectConstructors in edu.isi.pegasus.planner.dax with parameters of type MetaData