You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)!
The text was updated successfully, but these errors were encountered:
The following legacy operations are missing in the cids-server-rest Nodes API:
To be clarified:
The
getChildrenNodesByQuery
operation delegates togetMetaObject(final User usr, final String query)
. However, this operation does not work with theNode.dynamicChildrenStatement
! The SQL query of thegetChildrenNodesByQuery
operation expects a query that returns classId, objectId and objectName (in this order)!The text was updated successfully, but these errors were encountered: