Abstract class for encoding structured data to be written to a metadata store.
More...
|
def | writeToMetadata |
| Write structured entity to metadata store for a given project directory.
|
|
def | readFromMetadata |
| Read structured entity from metadata store for a given project directory.
|
|
Abstract class for encoding structured data to be written to a metadata store.
def ecohydroworkflowlib.metadata.MetadataEntity.readFromMetadata |
( |
|
cls, |
|
|
|
projectDir, |
|
|
|
fqId |
|
) |
| |
Read structured entity from metadata store for a given project directory.
- Parameters
-
projectDir | String representing the path of the project whose metadata store is to be read from |
fqId | String representing the fully qualified ID of the entity Implementations should return an instance of themselves containing data read from the metadata store
@raise KeyError if entity is not in metadata |
def ecohydroworkflowlib.metadata.MetadataEntity.writeToMetadata |
( |
|
self, |
|
|
|
projectDir |
|
) |
| |
Write structured entity to metadata store for a given project directory.
- Parameters
-
projectDir | Path of the project whose metadata store is to be written to |
The documentation for this class was generated from the following file: