Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Group#OperationPayloadDescription

Modelling storage

1PUT /dataspaces/{dataspace_id}/modules/FileCreate/Update (and validate) a module set. (upload a model file)
2GET /dataspaces/{dataspace_id}/modules/
Read all modules in the store for the given dataspace
3GET /dataspaces/{dataspace_id}/modules/{namespace}
Read all modules in the store for the given dataspace and namespace
4GET /dataspaces/{dataspace_id}/modules/{namespace}/{revision}/
Read all modules in the store for the given dataspace, namespace and revision

Anchor Points persistence

6PUT /dataspaces/{dataspace_id}/anchors/Json Object 

Create an anchor point given a name and a dataspace and module (namespace and revision)

7GET /dataspaces/{dataspace_id}/anchors/{nameanchor_id}/
Read an anchor point and the associated attributes given a name anchor ID and a dataspace ID.
8DELETE /dataspaces/{dataspace_id}/anchors/{nameanchor_id}/

Delete an anchor point given a name anchor ID and a dataspace ID. (will delete whole tree)

9GET /dataspaces/{dataspace-_id}/anchors/

Read all anchor points in the system given a dataspace.

Fragment persistence

12PUT /dataspaces/{dataspace_id}/nodes/FileCreate a (root) node for a given anchor point, the node can have children.
14GET /dataspaces/{dataspace-_id}/anchors/{anchor-_id}/nodes?xpath="..."
Get a node given an anchor point (return just one level with just xpath references to its children)
15GET /dataspaces/{dataspace-_id}/nodes&xpath="..."
Get a node (under any anchor point) given a Xpath expression 
17GET /dataspaces/{dataspace_id}/nodes?schema-node-identifier="..." 
Get all the relevant nodes given a schema node identifier 
(not need to specify dataspace is schema-node-identifier is globally unique)

...