Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Operations in Nodes API #114

Open
p-a-s-c-a-l opened this issue May 28, 2015 · 0 comments
Open

Missing Operations in Nodes API #114

p-a-s-c-a-l opened this issue May 28, 2015 · 0 comments

Comments

@p-a-s-c-a-l
Copy link
Member

The following legacy operations are missing in the cids-server-rest Nodes API:

  • public Node addNode(final Node node, final Link parent, final User user)
  • public boolean deleteNode(final Node node, final User user)
  • public boolean addLink(final Node from, final Node to, final User user)
  • public boolean deleteLink(final Node from, final Node to, final User user)

To be clarified:
The getChildrenNodesByQuery operation delegates to getMetaObject(final User usr, final String query). However, this operation does not work with the Node.dynamicChildrenStatement! The SQL query of the getChildrenNodesByQuery operation expects a query that returns classId, objectId and objectName (in this order)!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant