|
def | writeToMetadata (self, context) |
| Write structured entity to metadata store for a given project directory. More...
|
|
def | readFromMetadata (cls, context, fqId) |
| Read structured entity from metadata store for a given project directory. More...
|
|
def | writeToMetadata (self, context) |
| Write structured entity to metadata store for a given project directory. More...
|
|
def | readFromMetadata (cls, context, fqId) |
| Read structured entity from metadata store for a given project directory. More...
|
|
def ecohydrolib.metadata.MetadataEntity.readFromMetadata |
( |
|
cls, |
|
|
|
context, |
|
|
|
fqId |
|
) |
| |
Read structured entity from metadata store for a given project directory.
- Parameters
-
context | Context object containing projectDir, 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
KeyError if entity is not in metadata
def ecohydrolib.metadata.MetadataEntity.readFromMetadata |
( |
|
cls, |
|
|
|
context, |
|
|
|
fqId |
|
) |
| |
Read structured entity from metadata store for a given project directory.
- Parameters
-
context | Context object containing projectDir, 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
KeyError if entity is not in metadata
def ecohydrolib.metadata.MetadataEntity.writeToMetadata |
( |
|
self, |
|
|
|
context |
|
) |
| |
Write structured entity to metadata store for a given project directory.
- Parameters
-
context | Context object containing projectDir, the path of the project whose metadata store is to be written to |
def ecohydrolib.metadata.MetadataEntity.writeToMetadata |
( |
|
self, |
|
|
|
context |
|
) |
| |
Write structured entity to metadata store for a given project directory.
- Parameters
-
context | Context object containing projectDir, the path of the project whose metadata store is to be written to |
string ecohydrolib.metadata.MetadataEntity.FMT_DATE = '%Y-%m-%d %H:%M:%S' |
|
static |
The documentation for this class was generated from the following file: