XML exporter for certification website
Warning
THIS MODULE DOES NOT HAVE A STABLE PUBLIC API
Bases: plainbox.impl.exporter.SessionStateExporterBase
Session state exporter creating XML documents
Returns the value assigned to an option.
Get resource with the specified partial_id
Parameters: |
|
---|---|
Returns: | List of resource objects or None. Does not return empty lists. |
Compute a subset of session data.
The subset of the data that should be saved may depend on a particular saver class and options selected by the user.
Must return a collection that can be handled by dump(). Special care must be taken when processing io_log (and in the future, attachments) as those can be arbitrarily large.
assigns a value to an option. If no value is given, it just “sets” the option to True
Bases: builtins.object
A validator for documents produced by XMLSessionStateExporter