1 | DataStoreService | - String addDataNode(String dataspaceName, String anchorName, DataNode dataNode);
- DataNode getDataNode(cpsPath)
- Collection<DataNode> queryDataNodes(cpsPathQuery)String addDataNode(String dataspaceName, String anchorName, String xPath, DataNode dataNode);
- String getCpsPath(String dataspaceName, String anchorName, DataNode dataNode);
- String getCpsPath(String dataspaceName, String anchorName, DataNode dataNode);
- DataNode getDataNode(cpsPath,outputSpecification)
- int count(cpsPath)
- Void addDataNode(anchorName,dataNode)
- Void addChild(cpsPathParent,dataNode)
- Void addChildren(cpsPathParent,dataNode...)
- Void updateDataNode(anchorName,dataNode)
- Void setAttribute(cpsPath,attributeName,value)
- Void deleteDataNode(cpsPath)String dataspaceName, String anchorName, String xPathId);
- Collection<DataNode> queryDataNodes(String dataspaceName, String anchorName, String cpsPath);
- Collection<DataNode> queryDataNodes(String dataspaceName, String anchorName, String cpsPath, String outputSpecification);
- Integer count(String dataspaceName, String anchorName, String cpsPath);
- Integer count(String dataspaceName, String cpsPath);
- void updateDataNode(String dataspaceName, String anchorName, DataNode dataNode);
- void setLeaf(String dataspaceName, String anchorName, String xPathId, String leafName, Object leafValue);
- Void deleteDataNode(String dataspaceName, String anchorName, String xPathId);
|