public class DomainServerCallServerService extends Object implements CallServerService
| Constructor and Description |
|---|
DomainServerCallServerService() |
| 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 |
changePassword(User user,
String oldPassword,
String newPassword)
Deprecated.
|
boolean |
changePassword(User user,
String oldPassword,
String newPassword,
de.cismet.connectioncontext.ConnectionContext context)
changes users password.
|
Collection |
customServerSearch(User user,
CidsServerSearch serverSearch)
DOCUMENT ME!
|
Collection |
customServerSearch(User user,
CidsServerSearch serverSearch,
de.cismet.connectioncontext.ConnectionContext context)
DOCUMENT ME!
|
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.
|
int |
deleteMetaObject(User user,
MetaObject metaObject,
String domain)
Deprecated.
|
int |
deleteMetaObject(User user,
MetaObject metaObject,
String domain,
de.cismet.connectioncontext.ConnectionContext context)
deletes metaObject in the MIS.
|
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.
|
Object |
executeTask(User user,
String taskname,
String taskdomain,
Object body,
de.cismet.connectioncontext.ConnectionContext context,
ServerActionParameter... params)
DOCUMENT ME!
|
Object |
executeTask(User user,
String taskname,
String taskdomain,
Object body,
ServerActionParameter... params)
Deprecated.
|
LightweightMetaObject[] |
getAllLightweightMetaObjectsForClass(int classId,
User user,
String[] representationFields)
Deprecated.
|
LightweightMetaObject[] |
getAllLightweightMetaObjectsForClass(int classId,
User user,
String[] representationFields,
de.cismet.connectioncontext.ConnectionContext context)
DOCUMENT ME!
|
LightweightMetaObject[] |
getAllLightweightMetaObjectsForClass(int classId,
User user,
String[] representationFields,
String representationPattern)
Deprecated.
|
LightweightMetaObject[] |
getAllLightweightMetaObjectsForClass(int classId,
User user,
String[] representationFields,
String representationPattern,
de.cismet.connectioncontext.ConnectionContext context)
DOCUMENT ME!
|
static CallServerService |
getCallServerServiceInstance()
DOCUMENT ME!
|
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.
|
MetaClass |
getClass(User user,
int classID,
String domain)
Deprecated.
|
MetaClass |
getClass(User user,
int classID,
String domain,
de.cismet.connectioncontext.ConnectionContext context)
retrieves a certain class ( classification and definition ) of meta objects referenced: classID@domain
|
MetaClass |
getClassByTableName(User user,
String tableName,
String domain)
Deprecated.
|
MetaClass |
getClassByTableName(User user,
String tableName,
String domain,
de.cismet.connectioncontext.ConnectionContext context)
DOCUMENT ME!
|
MetaClass[] |
getClasses(User user,
String domain)
Deprecated.
|
MetaClass[] |
getClasses(User user,
String domain,
de.cismet.connectioncontext.ConnectionContext context)
retrieves a all classes ( classification and definition ) of meta objects of a domain.
|
Node[] |
getClassTreeNodes(User user)
Deprecated.
|
Node[] |
getClassTreeNodes(User user,
de.cismet.connectioncontext.ConnectionContext context)
retrieves all root classes in a predifined graph (used for search categorization).
|
Node[] |
getClassTreeNodes(User user,
String domain)
Deprecated.
|
Node[] |
getClassTreeNodes(User user,
String domain,
de.cismet.connectioncontext.ConnectionContext context)
retrieves all root classes in a predifined graph (used for search categorization) of a certain doamin.
|
String |
getConfigAttr(User user,
String key)
Deprecated.
|
String |
getConfigAttr(User user,
String key,
de.cismet.connectioncontext.ConnectionContext context)
Retrieves the value for the given key for the given
User. |
Image[] |
getDefaultIcons()
delivers default icons of a random domain used to initialize a client (navigator).
|
Image[] |
getDefaultIcons(de.cismet.connectioncontext.ConnectionContext connectionContext)
DOCUMENT ME!
|
Image[] |
getDefaultIcons(String domain)
delivers default icons of a certain domain (resources of this domain) used to initialize a client (navigator).
|
Image[] |
getDefaultIcons(String domain,
de.cismet.connectioncontext.ConnectionContext connectionContext)
DOCUMENT ME!
|
String[] |
getDomains()
DOCUMENT ME!
|
String[] |
getDomains(de.cismet.connectioncontext.ConnectionContext context)
retrieves all availlable meta data systems (Local Servers).
|
DomainServerImpl |
getDomainServer()
DOCUMENT ME!
|
HistoryObject[] |
getHistory(int classId,
int objectId,
String domain,
User user,
int elements)
Deprecated.
|
HistoryObject[] |
getHistory(int classId,
int objectId,
String domain,
User user,
int elements,
de.cismet.connectioncontext.ConnectionContext context)
Returns the history of the given object of the given class.
|
static DomainServerCallServerService |
getInstance()
DOCUMENT ME!
|
MetaObject |
getInstance(User user,
MetaClass c)
Deprecated.
|
MetaObject |
getInstance(User user,
MetaClass c,
de.cismet.connectioncontext.ConnectionContext context)
retrieves and empty Instance (template) of a meta object of a certain meta class.
|
LightweightMetaObject[] |
getLightweightMetaObjectsByQuery(int classId,
User user,
String query,
String[] representationFields)
Deprecated.
|
LightweightMetaObject[] |
getLightweightMetaObjectsByQuery(int classId,
User user,
String query,
String[] representationFields,
de.cismet.connectioncontext.ConnectionContext context)
DOCUMENT ME!
|
LightweightMetaObject[] |
getLightweightMetaObjectsByQuery(int classId,
User user,
String query,
String[] representationFields,
String representationPattern)
Deprecated.
|
LightweightMetaObject[] |
getLightweightMetaObjectsByQuery(int classId,
User user,
String query,
String[] representationFields,
String representationPattern,
de.cismet.connectioncontext.ConnectionContext context)
DOCUMENT ME!
|
MetaObject |
getMetaObject(User usr,
int objectID,
int classID,
String domain)
Deprecated.
|
MetaObject |
getMetaObject(User usr,
int objectID,
int classID,
String domain,
de.cismet.connectioncontext.ConnectionContext context)
DOCUMENT ME!
|
MetaObject[] |
getMetaObject(User usr,
String query)
Deprecated.
|
MetaObject[] |
getMetaObject(User usr,
String query,
de.cismet.connectioncontext.ConnectionContext context)
DOCUMENT ME!
|
MetaObject[] |
getMetaObject(User usr,
String query,
String domain)
Deprecated.
|
MetaObject[] |
getMetaObject(User usr,
String query,
String domain,
de.cismet.connectioncontext.ConnectionContext context)
DOCUMENT ME!
|
Node |
getMetaObjectNode(User usr,
int nodeID,
String domain)
Deprecated.
|
Node |
getMetaObjectNode(User usr,
int nodeID,
String domain,
de.cismet.connectioncontext.ConnectionContext context)
retrieves a Meta data object( as Node) referenced by a symbolic pointer to the MIS.
|
Node[] |
getMetaObjectNode(User usr,
String query)
Deprecated.
|
Node[] |
getMetaObjectNode(User usr,
String query,
de.cismet.connectioncontext.ConnectionContext context)
retrieves Meta data objects with meta data matching query (Search).
|
MethodMap |
getMethods(User user)
Deprecated.
|
MethodMap |
getMethods(User user,
de.cismet.connectioncontext.ConnectionContext context)
retrieves acivated plugin method entries (context menu).
|
MethodMap |
getMethods(User user,
String localServerName)
Deprecated.
|
MethodMap |
getMethods(User user,
String localServerName,
de.cismet.connectioncontext.ConnectionContext context)
retrieves acivated plugin method entries (context menu) of a certain domain.
|
Key |
getPublicJwtKey(String domain)
DOCUMENT ME!
|
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 domain)
Deprecated.
|
Node[] |
getRoots(User user,
String domain,
de.cismet.connectioncontext.ConnectionContext context)
delivers root nodes of this server, if the server knows this user.
|
User |
getUser(String userGroupLsName,
String userGroupName,
String userLsName,
String userName,
String password)
DOCUMENT ME!
|
User |
getUser(String userGroupLsName,
String userGroupName,
String userLsName,
String userName,
String password,
de.cismet.connectioncontext.ConnectionContext context)
retrieves a user token.
|
Vector |
getUserGroupNames()
DOCUMENT ME!
|
Vector |
getUserGroupNames(de.cismet.connectioncontext.ConnectionContext context)
list all available (of domain servers online) usergroups eg admins@altlasten.
|
Vector |
getUserGroupNames(String userName,
String lsHome)
DOCUMENT ME!
|
Vector |
getUserGroupNames(String userName,
String lsHome,
de.cismet.connectioncontext.ConnectionContext context)
list all available (of domain servers online) usergroups eg admins@altlasten for a certain login.
|
boolean |
hasConfigAttr(User user,
String key)
Deprecated.
|
boolean |
hasConfigAttr(User user,
String key,
de.cismet.connectioncontext.ConnectionContext context)
Determines whether the given
User has a value associated with the given key or not. |
MetaObject |
insertMetaObject(User user,
MetaObject metaObject,
String domain)
Deprecated.
|
MetaObject |
insertMetaObject(User user,
MetaObject metaObject,
String domain,
de.cismet.connectioncontext.ConnectionContext context)
inserts metaObject in the MIS.
|
int |
updateMetaObject(User user,
MetaObject metaObject,
String domain)
Deprecated.
|
int |
updateMetaObject(User user,
MetaObject metaObject,
String domain,
de.cismet.connectioncontext.ConnectionContext context)
updates metaObject in the MIS, the meta objects current attribute values will replace the values in the MIS.
|
public DomainServerImpl getDomainServer()
public static DomainServerCallServerService getInstance()
public static CallServerService getCallServerServiceInstance()
public Node[] getRoots(User user, String domain, de.cismet.connectioncontext.ConnectionContext context) throws RemoteException
CatalogueServicegetRoots in interface CatalogueServiceuser - Usertoken 2 b checked by server, if the user exists on this server the roots are returneddomain - server namecontext - DOCUMENT ME!RemoteException - server failure or wrong user tokenpublic Node[] getRoots(User user, de.cismet.connectioncontext.ConnectionContext context) throws RemoteException
CatalogueServicegetRoots in interface CatalogueServiceuser - user tokencontext - DOCUMENT ME!RemoteException - server error or wrong user tokenpublic Node[] getChildren(Node node, User usr, de.cismet.connectioncontext.ConnectionContext context) throws RemoteException
CatalogueServicegetChildren in interface CatalogueServicenode - id of the parent nodeusr - user token to be able to check permission and deliver user tailored viewscontext - DOCUMENT ME!RemoteException - server errorpublic Node addNode(Node node, Link parent, User user, de.cismet.connectioncontext.ConnectionContext context) throws RemoteException
CatalogueServiceaddNode in interface CatalogueServicenode - new nodeparent - reference to the parent node in the catalogueuser - user adding this node,context - DOCUMENT ME!RemoteException - server errorpublic boolean deleteNode(Node node, User user, de.cismet.connectioncontext.ConnectionContext context) throws RemoteException
CatalogueServicedeleteNode in interface CatalogueServicenode - node to be deleteduser - the user deleting this nodecontext - DOCUMENT ME!RemoteException - server error eg unsufficient permissionspublic boolean addLink(Node from, Node to, User user, de.cismet.connectioncontext.ConnectionContext context) throws RemoteException
CatalogueServiceaddLink in interface CatalogueServicefrom - parentto - childuser - user token 2 b checked for sufficient permissions for this actioncontext - DOCUMENT ME!RemoteException - server error eg one node does not existpublic boolean deleteLink(Node from, Node to, User user, de.cismet.connectioncontext.ConnectionContext context) throws RemoteException
CatalogueServicedeleteLink in interface CatalogueServicefrom - 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 existpublic Node getMetaObjectNode(User usr, int nodeID, String domain, de.cismet.connectioncontext.ConnectionContext context) throws RemoteException
MetaServicegetMetaObjectNode in interface MetaServiceusr - user tokennodeID - this nodes logical pointerdomain - domain where the node referenced by nodeId is hostedcontext - DOCUMENT ME!RemoteException - server errorpublic Node[] getMetaObjectNode(User usr, String query, de.cismet.connectioncontext.ConnectionContext context) throws RemoteException
MetaServicegetMetaObjectNode in interface MetaServiceusr - user tokenquery - sql query to retrieve a meta object's node representationcontext - DOCUMENT ME!RemoteException - server errorpublic MetaObject[] getMetaObject(User usr, String query, de.cismet.connectioncontext.ConnectionContext context) throws RemoteException
MetaServicegetMetaObject in interface MetaServiceusr - DOCUMENT ME!query - DOCUMENT ME!context - DOCUMENT ME!RemoteException - DOCUMENT ME!public MetaObject[] getMetaObject(User usr, String query, String domain, de.cismet.connectioncontext.ConnectionContext context) throws RemoteException
MetaServicegetMetaObject in interface MetaServiceusr - DOCUMENT ME!query - DOCUMENT ME!domain - DOCUMENT ME!context - DOCUMENT ME!RemoteException - DOCUMENT ME!public MetaObject getMetaObject(User usr, int objectID, int classID, String domain, de.cismet.connectioncontext.ConnectionContext context) throws RemoteException
MetaServicegetMetaObject in interface MetaServiceusr - DOCUMENT ME!objectID - DOCUMENT ME!classID - DOCUMENT ME!domain - DOCUMENT ME!context - DOCUMENT ME!RemoteException - DOCUMENT ME!public MetaObject insertMetaObject(User user, MetaObject metaObject, String domain, de.cismet.connectioncontext.ConnectionContext context) throws RemoteException
MetaServiceinsertMetaObject in interface MetaServiceuser - user tokenmetaObject - the meta object to be inserted in the MISdomain - domain that is to host the meta objectcontext - DOCUMENT ME!RemoteException - server errorpublic int updateMetaObject(User user, MetaObject metaObject, String domain, de.cismet.connectioncontext.ConnectionContext context) throws RemoteException
MetaServiceupdateMetaObject in interface MetaServiceuser - user tokenmetaObject - the current state of the meta objectdomain - domain where meta object is hostedcontext - DOCUMENT ME!RemoteException - server errorpublic int deleteMetaObject(User user, MetaObject metaObject, String domain, de.cismet.connectioncontext.ConnectionContext context) throws RemoteException
MetaServicedeleteMetaObject in interface MetaServiceuser - user tokenmetaObject - meta object to be deleteddomain - domain where the object to be deleted residescontext - DOCUMENT ME!RemoteException - server errorpublic MetaObject getInstance(User user, MetaClass c, de.cismet.connectioncontext.ConnectionContext context) throws RemoteException
MetaServicegetInstance in interface MetaServiceuser - user tokenc - meta class of this instancecontext - DOCUMENT ME!RemoteException - server errorpublic MetaClass getClass(User user, int classID, String domain, de.cismet.connectioncontext.ConnectionContext context) throws RemoteException
MetaServicegetClass in interface MetaServiceuser - user tokenclassID - id of the class to be retrieveddomain - doamin where this class is hostedcontext - DOCUMENT ME!RemoteException - server error (eg bad classID)public MetaClass getClassByTableName(User user, String tableName, String domain, de.cismet.connectioncontext.ConnectionContext context) throws RemoteException
MetaServicegetClassByTableName in interface MetaServiceuser - DOCUMENT ME!tableName - DOCUMENT ME!domain - DOCUMENT ME!context - DOCUMENT ME!RemoteException - DOCUMENT ME!public MetaClass[] getClasses(User user, String domain, de.cismet.connectioncontext.ConnectionContext context) throws RemoteException
MetaServicegetClasses in interface MetaServiceuser - user tokendomain - domain of the classes to be retrievedcontext - DOCUMENT ME!RemoteException - server error (eg bad domain)public Node[] getClassTreeNodes(User user, de.cismet.connectioncontext.ConnectionContext context) throws RemoteException
MetaServicegetClassTreeNodes in interface MetaServiceuser - user tokencontext - DOCUMENT ME!RemoteException - server errorpublic Node[] getClassTreeNodes(User user, String domain, de.cismet.connectioncontext.ConnectionContext context) throws RemoteException
MetaServicegetClassTreeNodes in interface MetaServiceuser - user tokendomain - domain where the class root nodes are hostedcontext - DOCUMENT ME!RemoteException - server errorpublic MethodMap getMethods(User user, de.cismet.connectioncontext.ConnectionContext context) throws RemoteException
MetaServicegetMethods in interface MetaServiceuser - user tokencontext - DOCUMENT ME!RemoteException - server errorpublic MethodMap getMethods(User user, String localServerName, de.cismet.connectioncontext.ConnectionContext context) throws RemoteException
MetaServicegetMethods in interface MetaServiceuser - user tokenlocalServerName - domaincontext - DOCUMENT ME!RemoteException - server errorpublic LightweightMetaObject[] getAllLightweightMetaObjectsForClass(int classId, User user, String[] representationFields, String representationPattern, de.cismet.connectioncontext.ConnectionContext context) throws RemoteException
MetaServicegetAllLightweightMetaObjectsForClass in interface MetaServiceclassId - DOCUMENT ME!user - DOCUMENT ME!representationFields - DOCUMENT ME!representationPattern - DOCUMENT ME!context - DOCUMENT ME!RemoteException - DOCUMENT ME!public LightweightMetaObject[] getAllLightweightMetaObjectsForClass(int classId, User user, String[] representationFields, de.cismet.connectioncontext.ConnectionContext context) throws RemoteException
MetaServicegetAllLightweightMetaObjectsForClass in interface MetaServiceclassId - DOCUMENT ME!user - DOCUMENT ME!representationFields - DOCUMENT ME!context - DOCUMENT ME!RemoteException - DOCUMENT ME!public LightweightMetaObject[] getLightweightMetaObjectsByQuery(int classId, User user, String query, String[] representationFields, String representationPattern, de.cismet.connectioncontext.ConnectionContext context) throws RemoteException
MetaServicegetLightweightMetaObjectsByQuery in interface MetaServiceclassId - DOCUMENT ME!user - DOCUMENT ME!query - DOCUMENT ME!representationFields - DOCUMENT ME!representationPattern - DOCUMENT ME!context - DOCUMENT ME!RemoteException - DOCUMENT ME!public LightweightMetaObject[] getLightweightMetaObjectsByQuery(int classId, User user, String query, String[] representationFields, de.cismet.connectioncontext.ConnectionContext context) throws RemoteException
MetaServicegetLightweightMetaObjectsByQuery in interface MetaServiceclassId - DOCUMENT ME!user - DOCUMENT ME!query - DOCUMENT ME!representationFields - DOCUMENT ME!context - DOCUMENT ME!RemoteException - DOCUMENT ME!public HistoryObject[] getHistory(int classId, int objectId, String domain, User user, int elements, de.cismet.connectioncontext.ConnectionContext context) throws RemoteException
MetaServiceelementsgetHistory in interface MetaServiceclassId - the id of the desired classobjectId - the id of the object of the desired classdomain - the name of the domain the desired class belongs touser - the user that requests the historyelements - the number of historic elements to be retrieved or an int < 1 to retrieve all available
elementscontext - DOCUMENT ME!RemoteException - if any error occurspublic Image[] getDefaultIcons(String domain) throws RemoteException
SystemServicegetDefaultIcons in interface SystemServicedomain - domainRemoteException - server errorpublic Image[] getDefaultIcons(String domain, de.cismet.connectioncontext.ConnectionContext connectionContext) throws RemoteException
SystemServicegetDefaultIcons in interface SystemServicedomain - DOCUMENT ME!connectionContext - DOCUMENT ME!RemoteException - DOCUMENT ME!public Image[] getDefaultIcons() throws RemoteException
SystemServicegetDefaultIcons in interface SystemServiceRemoteException - server error (eg no domain server online)public Image[] getDefaultIcons(de.cismet.connectioncontext.ConnectionContext connectionContext) throws RemoteException
SystemServicegetDefaultIcons in interface SystemServiceconnectionContext - DOCUMENT ME!RemoteException - DOCUMENT ME!public String getConfigAttr(User user, String key, de.cismet.connectioncontext.ConnectionContext context) throws RemoteException
UserServiceUser. That means if a user requests a value for a key
the value is delivered with the following strategy:
User if it is setUser's UserGroup if it is setUserGroup's Domain if it is set.null otherwise.UserGroup though the User's value
is set hand over an User object with id < 0.Domain though any other value is set hand over
an User object with id < 0 that contains a UserGroup object with id
< 0.getConfigAttr in interface UserServiceuser - the User whose value shall be retrievedkey - the key for the value to be retrievedcontext - DOCUMENT ME!nullRemoteException - if an internal error occurspublic boolean hasConfigAttr(User user, String key, de.cismet.connectioncontext.ConnectionContext context) throws RemoteException
UserServiceUser has a value associated with the given key or not. For value retrieval
strategy see UserService.getConfigAttr(Sirius.server.newuser.User, java.lang.String).hasConfigAttr in interface UserServiceuser - the User to be checkedkey - the key to be checkedcontext - DOCUMENT ME!User, false
otherwise.RemoteException - if an internal error occursUserService.getConfigAttr(Sirius.server.newuser.User, java.lang.String)public Object executeTask(User user, String taskname, String taskdomain, Object body, de.cismet.connectioncontext.ConnectionContext context, ServerActionParameter... params) throws RemoteException
ActionServiceexecuteTask in interface ActionServiceuser - DOCUMENT ME!taskname - DOCUMENT ME!taskdomain - DOCUMENT ME!body - DOCUMENT ME!context - DOCUMENT ME!params - DOCUMENT ME!RemoteException - DOCUMENT ME!public boolean changePassword(User user, String oldPassword, String newPassword, de.cismet.connectioncontext.ConnectionContext context) throws RemoteException, UserException, PasswordCheckException
UserServicechangePassword in interface UserServiceuser - user token of the user whose password is to be changedoldPassword - current passwordnewPassword - new passwordcontext - DOCUMENT ME!RemoteException - non user related server errorUserException - Sirius.server.newuser.UserException server error (eg wrong current password)PasswordCheckException - DOCUMENT ME!public String[] getDomains() throws RemoteException
MetaServicegetDomains in interface MetaServiceRemoteException - DOCUMENT ME!public String[] getDomains(de.cismet.connectioncontext.ConnectionContext context) throws RemoteException
MetaServicegetDomains in interface MetaServicecontext - DOCUMENT ME!RemoteException - server errorpublic User getUser(String userGroupLsName, String userGroupName, String userLsName, String userName, String password) throws RemoteException, UserException
UserServicegetUser in interface UserServiceuserGroupLsName - DOCUMENT ME!userGroupName - DOCUMENT ME!userLsName - DOCUMENT ME!userName - DOCUMENT ME!password - DOCUMENT ME!RemoteException - DOCUMENT ME!UserException - DOCUMENT ME!public User getUser(String userGroupLsName, String userGroupName, String userLsName, String userName, String password, de.cismet.connectioncontext.ConnectionContext context) throws RemoteException, UserException
UserServicegetUser in interface UserServiceuserGroupLsName - domain of the user group the user belongs touserGroupName - name of the user group the user belongs touserLsName - domain where the user is hosteduserName - login of the userpassword - passwordcontext - DOCUMENT ME!RemoteException - server error (non user dependant)UserException - Sirius.server.newuser.UserException server error (eg bad login)public Vector getUserGroupNames() throws RemoteException
UserServicegetUserGroupNames in interface UserServiceRemoteException - DOCUMENT ME!public Vector getUserGroupNames(de.cismet.connectioncontext.ConnectionContext context) throws RemoteException
UserServicegetUserGroupNames in interface UserServicecontext - DOCUMENT ME!RemoteException - server error (eg no domain servers online)public Vector getUserGroupNames(String userName, String lsHome) throws RemoteException
UserServicegetUserGroupNames in interface UserServiceuserName - DOCUMENT ME!lsHome - DOCUMENT ME!RemoteException - DOCUMENT ME!public Vector getUserGroupNames(String userName, String lsHome, de.cismet.connectioncontext.ConnectionContext context) throws RemoteException
UserServicegetUserGroupNames in interface UserServiceuserName - login namelsHome - domain where the user login is hostedcontext - DOCUMENT ME!RemoteException - server error (bad login)public Collection customServerSearch(User user, CidsServerSearch serverSearch) throws RemoteException
SearchServicecustomServerSearch in interface SearchServiceuser - DOCUMENT ME!serverSearch - DOCUMENT ME!RemoteException - DOCUMENT ME!public Collection customServerSearch(User user, CidsServerSearch serverSearch, de.cismet.connectioncontext.ConnectionContext context) throws RemoteException
SearchServicecustomServerSearch in interface SearchServiceuser - DOCUMENT ME!serverSearch - DOCUMENT ME!context - DOCUMENT ME!RemoteException - DOCUMENT ME!@Deprecated public Node[] getRoots(User user, String domain) throws RemoteException
CatalogueServicegetRoots in interface CatalogueServiceuser - DOCUMENT ME!domain - DOCUMENT ME!RemoteException - DOCUMENT ME!@Deprecated public Node[] getRoots(User user) throws RemoteException
CatalogueServicegetRoots in interface CatalogueServiceuser - DOCUMENT ME!RemoteException - DOCUMENT ME!@Deprecated public Node[] getChildren(Node node, User usr) throws RemoteException
CatalogueServicegetChildren in interface CatalogueServicenode - DOCUMENT ME!usr - DOCUMENT ME!RemoteException - DOCUMENT ME!@Deprecated public Node addNode(Node node, Link parent, User user) throws RemoteException
CatalogueServiceaddNode in interface CatalogueServicenode - usr user tokenparent - nodeID child nodeuser - domain domain that hosts this childRemoteException - server error@Deprecated public boolean deleteNode(Node node, User user) throws RemoteException
CatalogueServicedeleteNode in interface CatalogueServicenode - DOCUMENT ME!user - DOCUMENT ME!RemoteException - DOCUMENT ME!@Deprecated public boolean addLink(Node from, Node to, User user) throws RemoteException
CatalogueServiceaddLink in interface CatalogueServicefrom - DOCUMENT ME!to - DOCUMENT ME!user - DOCUMENT ME!RemoteException - DOCUMENT ME!@Deprecated public boolean deleteLink(Node from, Node to, User user) throws RemoteException
CatalogueServicedeleteLink in interface CatalogueServicefrom - DOCUMENT ME!to - DOCUMENT ME!user - DOCUMENT ME!RemoteException - DOCUMENT ME!@Deprecated public Node getMetaObjectNode(User usr, int nodeID, String domain) throws RemoteException
MetaServicegetMetaObjectNode in interface MetaServiceusr - DOCUMENT ME!nodeID - DOCUMENT ME!domain - DOCUMENT ME!RemoteException - DOCUMENT ME!@Deprecated public Node[] getMetaObjectNode(User usr, String query) throws RemoteException
MetaServicegetMetaObjectNode in interface MetaServiceusr - DOCUMENT ME!query - DOCUMENT ME!RemoteException - DOCUMENT ME!@Deprecated public MetaObject[] getMetaObject(User usr, String query) throws RemoteException
MetaServicegetMetaObject in interface MetaServiceusr - user tokenquery - sql queryRemoteException - server error@Deprecated public MetaObject[] getMetaObject(User usr, String query, String domain) throws RemoteException
MetaServicegetMetaObject in interface MetaServiceusr - DOCUMENT ME!query - DOCUMENT ME!domain - DOCUMENT ME!RemoteException - DOCUMENT ME!@Deprecated public MetaObject getMetaObject(User usr, int objectID, int classID, String domain) throws RemoteException
MetaServicegetMetaObject in interface MetaServiceusr - user tokenobjectID - symbolic pointer to the meta objectclassID - class of the meta objectdomain - domain where the meta object is hostedRemoteException - server error@Deprecated public MetaObject insertMetaObject(User user, MetaObject metaObject, String domain) throws RemoteException
MetaServiceinsertMetaObject in interface MetaServiceuser - DOCUMENT ME!metaObject - DOCUMENT ME!domain - DOCUMENT ME!RemoteException - DOCUMENT ME!@Deprecated public int updateMetaObject(User user, MetaObject metaObject, String domain) throws RemoteException
MetaServiceupdateMetaObject in interface MetaServiceuser - DOCUMENT ME!metaObject - DOCUMENT ME!domain - DOCUMENT ME!RemoteException - DOCUMENT ME!@Deprecated public int deleteMetaObject(User user, MetaObject metaObject, String domain) throws RemoteException
MetaServicedeleteMetaObject in interface MetaServiceuser - DOCUMENT ME!metaObject - DOCUMENT ME!domain - DOCUMENT ME!RemoteException - DOCUMENT ME!@Deprecated public MetaObject getInstance(User user, MetaClass c) throws RemoteException
MetaServicegetInstance in interface MetaServiceuser - DOCUMENT ME!c - DOCUMENT ME!RemoteException - DOCUMENT ME!@Deprecated public MetaClass getClass(User user, int classID, String domain) throws RemoteException
MetaServicegetClass in interface MetaServiceuser - DOCUMENT ME!classID - DOCUMENT ME!domain - DOCUMENT ME!RemoteException - DOCUMENT ME!@Deprecated public MetaClass getClassByTableName(User user, String tableName, String domain) throws RemoteException
MetaServicegetClassByTableName in interface MetaServiceuser - DOCUMENT ME!tableName - DOCUMENT ME!domain - DOCUMENT ME!RemoteException - DOCUMENT ME!@Deprecated public MetaClass[] getClasses(User user, String domain) throws RemoteException
MetaServicegetClasses in interface MetaServiceuser - DOCUMENT ME!domain - DOCUMENT ME!RemoteException - DOCUMENT ME!@Deprecated public Node[] getClassTreeNodes(User user) throws RemoteException
MetaServicegetClassTreeNodes in interface MetaServiceuser - DOCUMENT ME!RemoteException - DOCUMENT ME!@Deprecated public Node[] getClassTreeNodes(User user, String domain) throws RemoteException
MetaServicegetClassTreeNodes in interface MetaServiceuser - DOCUMENT ME!domain - DOCUMENT ME!RemoteException - DOCUMENT ME!@Deprecated public MethodMap getMethods(User user) throws RemoteException
MetaServicegetMethods in interface MetaServiceuser - DOCUMENT ME!RemoteException - DOCUMENT ME!@Deprecated public MethodMap getMethods(User user, String localServerName) throws RemoteException
MetaServicegetMethods in interface MetaServiceuser - DOCUMENT ME!localServerName - DOCUMENT ME!RemoteException - DOCUMENT ME!@Deprecated public LightweightMetaObject[] getAllLightweightMetaObjectsForClass(int classId, User user, String[] representationFields, String representationPattern) throws RemoteException
MetaServicegetAllLightweightMetaObjectsForClass in interface MetaServiceclassId - DOCUMENT ME!user - DOCUMENT ME!representationFields - DOCUMENT ME!representationPattern - DOCUMENT ME!RemoteException - DOCUMENT ME!@Deprecated public LightweightMetaObject[] getAllLightweightMetaObjectsForClass(int classId, User user, String[] representationFields) throws RemoteException
MetaServicegetAllLightweightMetaObjectsForClass in interface MetaServiceclassId - DOCUMENT ME!user - DOCUMENT ME!representationFields - DOCUMENT ME!RemoteException - DOCUMENT ME!@Deprecated public LightweightMetaObject[] getLightweightMetaObjectsByQuery(int classId, User user, String query, String[] representationFields, String representationPattern) throws RemoteException
MetaServicegetLightweightMetaObjectsByQuery in interface MetaServiceclassId - DOCUMENT ME!user - DOCUMENT ME!query - DOCUMENT ME!representationFields - DOCUMENT ME!representationPattern - DOCUMENT ME!RemoteException - DOCUMENT ME!@Deprecated public LightweightMetaObject[] getLightweightMetaObjectsByQuery(int classId, User user, String query, String[] representationFields) throws RemoteException
MetaServicegetLightweightMetaObjectsByQuery in interface MetaServiceclassId - DOCUMENT ME!user - DOCUMENT ME!query - DOCUMENT ME!representationFields - DOCUMENT ME!RemoteException - DOCUMENT ME!@Deprecated public HistoryObject[] getHistory(int classId, int objectId, String domain, User user, int elements) throws RemoteException
MetaServicegetHistory in interface MetaServiceclassId - DOCUMENT ME!objectId - DOCUMENT ME!domain - DOCUMENT ME!user - DOCUMENT ME!elements - DOCUMENT ME!RemoteException - DOCUMENT ME!@Deprecated public String getConfigAttr(User user, String key) throws RemoteException
UserServicegetConfigAttr in interface UserServiceuser - DOCUMENT ME!key - DOCUMENT ME!RemoteException - DOCUMENT ME!@Deprecated public boolean hasConfigAttr(User user, String key) throws RemoteException
UserServicehasConfigAttr in interface UserServiceuser - DOCUMENT ME!key - DOCUMENT ME!RemoteException - DOCUMENT ME!@Deprecated public Object executeTask(User user, String taskname, String taskdomain, Object body, ServerActionParameter... params) throws RemoteException
ActionServiceexecuteTask in interface ActionServiceuser - DOCUMENT ME!taskname - DOCUMENT ME!taskdomain - DOCUMENT ME!body - jasong DOCUMENT ME!params - DOCUMENT ME!RemoteException - DOCUMENT ME!@Deprecated public boolean changePassword(User user, String oldPassword, String newPassword) throws RemoteException, UserException, PasswordCheckException
UserServicechangePassword in interface UserServiceuser - DOCUMENT ME!oldPassword - DOCUMENT ME!newPassword - DOCUMENT ME!RemoteException - DOCUMENT ME!UserException - DOCUMENT ME!PasswordCheckException - DOCUMENT ME!public Key getPublicJwtKey(String domain) throws RemoteException
UserServicegetPublicJwtKey in interface UserServicedomain - DOCUMENT ME!RemoteException - DOCUMENT ME!Copyright © 2012–2026 cismet GmbH. All rights reserved.