public interface CatalogueService extends Remote
| Modifier and Type | Method and Description |
|---|---|
boolean |
addLink(Node from,
Node to,
User user)
Deprecated.
|
boolean |
addLink(Node from,
Node to,
User user,
de.cismet.connectioncontext.ConnectionContext context)
links 2 existing nodes.
|
Node |
addNode(Node node,
Link parent,
User user)
Deprecated.
|
Node |
addNode(Node node,
Link parent,
User user,
de.cismet.connectioncontext.ConnectionContext context)
enables User to add a node to the catalogue if User has sufficient permissions the new node will inherit all
permissions from the parent node referenced by the parent parameter.
|
boolean |
deleteLink(Node from,
Node to,
User user)
Deprecated.
|
boolean |
deleteLink(Node from,
Node to,
User user,
de.cismet.connectioncontext.ConnectionContext context)
removes the link between a parent and a child node.
|
boolean |
deleteNode(Node node,
User user)
Deprecated.
|
boolean |
deleteNode(Node node,
User user,
de.cismet.connectioncontext.ConnectionContext context)
deletes a certain node and all the references to it on the domain where the node is hosted.
|
Node[] |
getChildren(Node node,
User usr)
Deprecated.
|
Node[] |
getChildren(Node node,
User usr,
de.cismet.connectioncontext.ConnectionContext context)
delivers all nodes referenced from nodeId visible for usr.
|
Node[] |
getRoots(User user)
Deprecated.
|
Node[] |
getRoots(User user,
de.cismet.connectioncontext.ConnectionContext context)
delivers root nodes of all servers online, if a server knows this user.
|
Node[] |
getRoots(User user,
String domainName)
Deprecated.
|
Node[] |
getRoots(User user,
String domainName,
de.cismet.connectioncontext.ConnectionContext context)
delivers root nodes of this server, if the server knows this user.
|
@Deprecated Node[] getRoots(User user, String domainName) throws RemoteException
user - DOCUMENT ME!domainName - DOCUMENT ME!RemoteException - DOCUMENT ME!Node[] getRoots(User user, String domainName, de.cismet.connectioncontext.ConnectionContext context) throws RemoteException
user - Usertoken 2 b checked by server, if the user exists on this server the roots are returneddomainName - server namecontext - DOCUMENT ME!RemoteException - server failure or wrong user token@Deprecated Node[] getRoots(User user) throws RemoteException
user - DOCUMENT ME!RemoteException - DOCUMENT ME!Node[] getRoots(User user, de.cismet.connectioncontext.ConnectionContext context) throws RemoteException
user - user tokencontext - DOCUMENT ME!RemoteException - server error or wrong user token@Deprecated Node[] getChildren(Node node, User usr) throws RemoteException
node - DOCUMENT ME!usr - DOCUMENT ME!RemoteException - DOCUMENT ME!Node[] getChildren(Node node, User usr, de.cismet.connectioncontext.ConnectionContext context) throws RemoteException
node - id of the parent nodeusr - user token to be able to check permission and deliver user tailored viewscontext - DOCUMENT ME!RemoteException - server error@Deprecated Node addNode(Node node, Link parent, User user) throws RemoteException
node - usr user tokenparent - nodeID child nodeuser - domain domain that hosts this childRemoteException - server errorNode addNode(Node node, Link parent, User user, de.cismet.connectioncontext.ConnectionContext context) throws RemoteException
node - new nodeparent - reference to the parent node in the catalogueuser - user adding this node,context - DOCUMENT ME!RemoteException - server error@Deprecated boolean deleteNode(Node node, User user) throws RemoteException
node - DOCUMENT ME!user - DOCUMENT ME!RemoteException - DOCUMENT ME!boolean deleteNode(Node node, User user, de.cismet.connectioncontext.ConnectionContext context) throws RemoteException
node - node to be deleteduser - the user deleting this nodecontext - DOCUMENT ME!RemoteException - server error eg unsufficient permissions@Deprecated boolean addLink(Node from, Node to, User user) throws RemoteException
from - DOCUMENT ME!to - DOCUMENT ME!user - DOCUMENT ME!RemoteException - DOCUMENT ME!boolean addLink(Node from, Node to, User user, de.cismet.connectioncontext.ConnectionContext context) throws RemoteException
from - parentto - childuser - user token 2 b checked for sufficient permissions for this actioncontext - DOCUMENT ME!RemoteException - server error eg one node does not exist@Deprecated boolean deleteLink(Node from, Node to, User user) throws RemoteException
from - DOCUMENT ME!to - DOCUMENT ME!user - DOCUMENT ME!RemoteException - DOCUMENT ME!boolean deleteLink(Node from, Node to, User user, de.cismet.connectioncontext.ConnectionContext context) throws RemoteException
from - parentto - childuser - user token 2 b checked for sufficient permissions for this actioncontext - DOCUMENT ME!RemoteException - server error eg the link and/or the corresponding nodes do not existCopyright © 2012–2026 cismet GmbH. All rights reserved.