public class RESTfulConnection extends Object implements Connection, Reconnectable<de.cismet.cids.server.CallServerService>, de.cismet.netutil.ProxyHandler.Listener
| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.log4j.Logger |
LOG |
| Constructor and Description |
|---|
RESTfulConnection()
Creates a new RESTfulConnection object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
addLink(Sirius.server.middleware.types.Node from,
Sirius.server.middleware.types.Node to,
Sirius.server.newuser.User user)
Deprecated.
|
boolean |
addLink(Sirius.server.middleware.types.Node from,
Sirius.server.middleware.types.Node to,
Sirius.server.newuser.User user,
de.cismet.connectioncontext.ConnectionContext connectionContext)
DOCUMENT ME!
|
Sirius.server.middleware.types.Node |
addNode(Sirius.server.middleware.types.Node node,
Sirius.server.middleware.types.Link parent,
Sirius.server.newuser.User user)
Deprecated.
|
Sirius.server.middleware.types.Node |
addNode(Sirius.server.middleware.types.Node node,
Sirius.server.middleware.types.Link parent,
Sirius.server.newuser.User user,
de.cismet.connectioncontext.ConnectionContext connectionContext)
DOCUMENT ME!
|
boolean |
changePassword(Sirius.server.newuser.User user,
String oldPassword,
String newPassword)
Deprecated.
|
boolean |
changePassword(Sirius.server.newuser.User user,
String oldPassword,
String newPassword,
de.cismet.connectioncontext.ConnectionContext connectionContext)
DOCUMENT ME!
|
boolean |
connect(String callserverURL)
Deprecated.
|
boolean |
connect(String callserverURL,
boolean compressionEnabled)
Deprecated.
|
boolean |
connect(String callserverURL,
boolean compressionEnabled,
de.cismet.connectioncontext.ConnectionContext connectionContext)
DOCUMENT ME!
|
boolean |
connect(String callserverURL,
de.cismet.netutil.Proxy proxy)
Deprecated.
|
boolean |
connect(String callserverURL,
de.cismet.netutil.Proxy proxy,
boolean compressionEnabled)
Deprecated.
|
boolean |
connect(String callserverURL,
de.cismet.netutil.Proxy proxy,
boolean compressionEnabled,
de.cismet.connectioncontext.ConnectionContext connectionContext)
DOCUMENT ME!
|
protected Reconnector<de.cismet.cids.server.CallServerService> |
createReconnector(String callserverURL,
de.cismet.netutil.Proxy proxy,
boolean compressionEnabled)
DOCUMENT ME!
|
Collection |
customServerSearch(Sirius.server.newuser.User user,
de.cismet.cids.server.search.CidsServerSearch serverSearch)
Deprecated.
|
Collection |
customServerSearch(Sirius.server.newuser.User user,
de.cismet.cids.server.search.CidsServerSearch serverSearch,
de.cismet.connectioncontext.ConnectionContext connectionContext)
DOCUMENT ME!
|
boolean |
deleteLink(Sirius.server.middleware.types.Node from,
Sirius.server.middleware.types.Node to,
Sirius.server.newuser.User user)
Deprecated.
|
boolean |
deleteLink(Sirius.server.middleware.types.Node from,
Sirius.server.middleware.types.Node to,
Sirius.server.newuser.User user,
de.cismet.connectioncontext.ConnectionContext connectionContext)
DOCUMENT ME!
|
int |
deleteMetaObject(Sirius.server.newuser.User user,
Sirius.server.middleware.types.MetaObject metaObject,
String domain)
Deprecated.
|
int |
deleteMetaObject(Sirius.server.newuser.User user,
Sirius.server.middleware.types.MetaObject metaObject,
String domain,
de.cismet.connectioncontext.ConnectionContext connectionContext)
DOCUMENT ME!
|
boolean |
deleteNode(Sirius.server.middleware.types.Node node,
Sirius.server.newuser.User user)
Deprecated.
|
boolean |
deleteNode(Sirius.server.middleware.types.Node node,
Sirius.server.newuser.User user,
de.cismet.connectioncontext.ConnectionContext connectionContext)
DOCUMENT ME!
|
void |
disconnect()
DOCUMENT ME!
|
Object |
executeTask(Sirius.server.newuser.User user,
String taskname,
String taskdomain,
Object body,
de.cismet.connectioncontext.ConnectionContext connectionContext,
boolean resolvePreparedAsyncByteAction,
de.cismet.cids.server.actions.ServerActionParameter... params)
DOCUMENT ME!
|
Object |
executeTask(Sirius.server.newuser.User user,
String taskname,
String taskdomain,
Object body,
de.cismet.connectioncontext.ConnectionContext connectionContext,
de.cismet.cids.server.actions.ServerActionParameter... params)
DOCUMENT ME!
|
Object |
executeTask(Sirius.server.newuser.User user,
String taskname,
String taskdomain,
Object body,
de.cismet.cids.server.actions.ServerActionParameter... params)
Deprecated.
|
Sirius.server.middleware.types.MetaObject[] |
getAllLightweightMetaObjectsForClass(int classId,
Sirius.server.newuser.User user,
String[] representationFields,
Sirius.server.middleware.types.AbstractAttributeRepresentationFormater formater)
Deprecated.
|
Sirius.server.middleware.types.MetaObject[] |
getAllLightweightMetaObjectsForClass(int classId,
Sirius.server.newuser.User user,
String[] representationFields,
Sirius.server.middleware.types.AbstractAttributeRepresentationFormater formater,
de.cismet.connectioncontext.ConnectionContext connectionContext)
DOCUMENT ME!
|
Sirius.server.middleware.types.MetaObject[] |
getAllLightweightMetaObjectsForClass(int classId,
Sirius.server.newuser.User user,
String[] representationFields,
String representationPattern)
Deprecated.
|
Sirius.server.middleware.types.MetaObject[] |
getAllLightweightMetaObjectsForClass(int classId,
Sirius.server.newuser.User user,
String[] representationFields,
String representationPattern,
de.cismet.connectioncontext.ConnectionContext connectionContext)
/** DOCUMENT ME!
|
de.cismet.cids.server.CallServerService |
getCallServerService()
DOCUMENT ME!
|
Sirius.server.middleware.types.Node[] |
getChildren(Sirius.server.middleware.types.Node node,
Sirius.server.newuser.User user)
Deprecated.
|
Sirius.server.middleware.types.Node[] |
getChildren(Sirius.server.middleware.types.Node node,
Sirius.server.newuser.User user,
de.cismet.connectioncontext.ConnectionContext connectionContext)
DOCUMENT ME!
|
Sirius.server.middleware.types.MetaClass[] |
getClasses(Sirius.server.newuser.User user,
String domain)
Deprecated.
|
Sirius.server.middleware.types.MetaClass[] |
getClasses(Sirius.server.newuser.User user,
String domain,
de.cismet.connectioncontext.ConnectionContext connectionContext)
DOCUMENT ME!
|
Sirius.server.middleware.types.Node[] |
getClassTreeNodes(Sirius.server.newuser.User user)
Deprecated.
|
Sirius.server.middleware.types.Node[] |
getClassTreeNodes(Sirius.server.newuser.User user,
de.cismet.connectioncontext.ConnectionContext connectionContext)
DOCUMENT ME!
|
String |
getConfigAttr(Sirius.server.newuser.User user,
String key)
Deprecated.
|
String |
getConfigAttr(Sirius.server.newuser.User user,
String key,
de.cismet.connectioncontext.ConnectionContext connectionContext)
DOCUMENT ME!
|
String |
getConnectionName()
DOCUMENT ME!
|
protected de.cismet.cids.server.CallServerService |
getConnector()
DOCUMENT ME!
|
Icon |
getDefaultIcon(String name)
Deprecated.
|
Icon |
getDefaultIcon(String name,
de.cismet.connectioncontext.ConnectionContext connectionContext)
DOCUMENT ME!
|
Sirius.util.image.ImageHashMap |
getDefaultIcons()
Deprecated.
|
Sirius.util.image.ImageHashMap |
getDefaultIcons(de.cismet.connectioncontext.ConnectionContext connectionContext)
DOCUMENT ME!
|
String[] |
getDomains()
Deprecated.
|
String[] |
getDomains(de.cismet.connectioncontext.ConnectionContext connectionContext)
Default -----------------------------------------------------------------
|
Sirius.server.middleware.types.HistoryObject[] |
getHistory(int classId,
int objectId,
String domain,
Sirius.server.newuser.User user,
int elements)
Deprecated.
|
Sirius.server.middleware.types.HistoryObject[] |
getHistory(int classId,
int objectId,
String domain,
Sirius.server.newuser.User user,
int elements,
de.cismet.connectioncontext.ConnectionContext connectionContext)
DOCUMENT ME!
|
Sirius.server.middleware.types.MetaObject |
getInstance(Sirius.server.newuser.User user,
Sirius.server.middleware.types.MetaClass c)
Deprecated.
|
Sirius.server.middleware.types.MetaObject |
getInstance(Sirius.server.newuser.User user,
Sirius.server.middleware.types.MetaClass c,
de.cismet.connectioncontext.ConnectionContext connectionContext)
DOCUMENT ME!
|
Sirius.server.middleware.types.MetaObject[] |
getLightweightMetaObjectsByQuery(int classId,
Sirius.server.newuser.User user,
String query,
String[] representationFields,
Sirius.server.middleware.types.AbstractAttributeRepresentationFormater formater)
Deprecated.
|
Sirius.server.middleware.types.MetaObject[] |
getLightweightMetaObjectsByQuery(int classId,
Sirius.server.newuser.User user,
String query,
String[] representationFields,
Sirius.server.middleware.types.AbstractAttributeRepresentationFormater formater,
de.cismet.connectioncontext.ConnectionContext connectionContext)
DOCUMENT ME!
|
Sirius.server.middleware.types.MetaObject[] |
getLightweightMetaObjectsByQuery(int classId,
Sirius.server.newuser.User user,
String query,
String[] representationFields,
String representationPattern)
Deprecated.
|
Sirius.server.middleware.types.MetaObject[] |
getLightweightMetaObjectsByQuery(int classId,
Sirius.server.newuser.User user,
String query,
String[] representationFields,
String representationPattern,
de.cismet.connectioncontext.ConnectionContext connectionContext)
DOCUMENT ME!
|
Sirius.server.middleware.types.MetaClass |
getMetaClass(Sirius.server.newuser.User user,
int classID,
String domain)
Deprecated.
|
Sirius.server.middleware.types.MetaClass |
getMetaClass(Sirius.server.newuser.User user,
int classID,
String domain,
de.cismet.connectioncontext.ConnectionContext connectionContext)
Classes & Objects -------------------------------------------------------
|
Sirius.server.middleware.types.MetaObject |
getMetaObject(Sirius.server.newuser.User user,
int objectID,
int classID,
String domain)
Deprecated.
|
Sirius.server.middleware.types.MetaObject |
getMetaObject(Sirius.server.newuser.User user,
int objectID,
int classID,
String domain,
de.cismet.connectioncontext.ConnectionContext connectionContext)
DOCUMENT ME!
|
Sirius.server.middleware.types.MetaObject[] |
getMetaObjectByQuery(Sirius.server.newuser.User user,
String query)
Deprecated.
|
Sirius.server.middleware.types.MetaObject[] |
getMetaObjectByQuery(Sirius.server.newuser.User user,
String query,
de.cismet.connectioncontext.ConnectionContext connectionContext)
DOCUMENT ME!
|
Sirius.server.middleware.types.MetaObject[] |
getMetaObjectByQuery(Sirius.server.newuser.User user,
String query,
String domain)
Deprecated.
|
Sirius.server.middleware.types.MetaObject[] |
getMetaObjectByQuery(Sirius.server.newuser.User user,
String query,
String domain,
de.cismet.connectioncontext.ConnectionContext connectionContext)
DOCUMENT ME!
|
Sirius.server.middleware.types.Node |
getNode(Sirius.server.newuser.User user,
int nodeID,
String domain)
Deprecated.
|
Sirius.server.middleware.types.Node |
getNode(Sirius.server.newuser.User user,
int nodeID,
String domain,
de.cismet.connectioncontext.ConnectionContext connectionContext)
DOCUMENT ME!
|
RESTfulReconnector |
getReconnector()
DOCUMENT ME!
|
Sirius.server.middleware.types.Node[] |
getRoots(Sirius.server.newuser.User user)
Deprecated.
|
Sirius.server.middleware.types.Node[] |
getRoots(Sirius.server.newuser.User user,
de.cismet.connectioncontext.ConnectionContext connectionContext)
Node --------------------------------------------------------------------
|
Sirius.server.middleware.types.Node[] |
getRoots(Sirius.server.newuser.User user,
String domain)
Deprecated.
|
Sirius.server.middleware.types.Node[] |
getRoots(Sirius.server.newuser.User user,
String domain,
de.cismet.connectioncontext.ConnectionContext connectionContext)
DOCUMENT ME!
|
Sirius.server.newuser.User |
getUser(String userGroupLsName,
String userGroupName,
String userLsName,
String userName,
String password)
Deprecated.
|
Sirius.server.newuser.User |
getUser(String userGroupLsName,
String userGroupName,
String userLsName,
String userName,
String password,
de.cismet.connectioncontext.ConnectionContext connectionContext)
User --------------------------------------------------------------------
|
Vector |
getUserGroupNames()
Deprecated.
|
Vector |
getUserGroupNames(de.cismet.connectioncontext.ConnectionContext connectionContext)
DOCUMENT ME!
|
Vector |
getUserGroupNames(String username,
String domain)
Deprecated.
|
Vector |
getUserGroupNames(String username,
String domain,
de.cismet.connectioncontext.ConnectionContext connectionContext)
DOCUMENT ME!
|
boolean |
hasConfigAttr(Sirius.server.newuser.User user,
String key)
Deprecated.
|
boolean |
hasConfigAttr(Sirius.server.newuser.User user,
String key,
de.cismet.connectioncontext.ConnectionContext connectionContext) |
Sirius.server.middleware.types.MetaObject |
insertMetaObject(Sirius.server.newuser.User user,
Sirius.server.middleware.types.MetaObject metaObject,
String domain)
Deprecated.
|
Sirius.server.middleware.types.MetaObject |
insertMetaObject(Sirius.server.newuser.User user,
Sirius.server.middleware.types.MetaObject metaObject,
String domain,
de.cismet.connectioncontext.ConnectionContext connectionContext)
DOCUMENT ME!
|
boolean |
isConnected()
DOCUMENT ME!
|
void |
proxyChanged(de.cismet.netutil.ProxyHandler.Event event) |
boolean |
reconnect()
DOCUMENT ME!
|
void |
setConnectionName(String connectionName)
DOCUMENT ME!
|
protected void |
setReconnector(Reconnector<de.cismet.cids.server.CallServerService> reconnector)
DOCUMENT ME!
|
int |
updateMetaObject(Sirius.server.newuser.User user,
Sirius.server.middleware.types.MetaObject metaObject,
String domain)
Deprecated.
|
int |
updateMetaObject(Sirius.server.newuser.User user,
Sirius.server.middleware.types.MetaObject metaObject,
String domain,
de.cismet.connectioncontext.ConnectionContext connectionContext)
DOCUMENT ME!
|
public RESTfulConnection()
public void proxyChanged(de.cismet.netutil.ProxyHandler.Event event)
proxyChanged in interface de.cismet.netutil.ProxyHandler.Listenerprotected void setReconnector(Reconnector<de.cismet.cids.server.CallServerService> reconnector)
reconnector - DOCUMENT ME!public RESTfulReconnector getReconnector()
ReconnectablegetReconnector in interface Reconnectable<de.cismet.cids.server.CallServerService>protected de.cismet.cids.server.CallServerService getConnector()
protected Reconnector<de.cismet.cids.server.CallServerService> createReconnector(String callserverURL, de.cismet.netutil.Proxy proxy, boolean compressionEnabled)
callserverURL - DOCUMENT ME!proxy - DOCUMENT ME!compressionEnabled - DOCUMENT ME!@Deprecated public boolean connect(String callserverURL) throws ConnectionException
Connectionconnect in interface ConnectioncallserverURL - DOCUMENT ME!ConnectionException - DOCUMENT ME!@Deprecated public boolean connect(String callserverURL, boolean compressionEnabled) throws ConnectionException
Connectionconnect in interface ConnectioncallserverURL - DOCUMENT ME!compressionEnabled - DOCUMENT ME!ConnectionException - DOCUMENT ME!public boolean connect(String callserverURL, boolean compressionEnabled, de.cismet.connectioncontext.ConnectionContext connectionContext) throws ConnectionException
Connectionconnect in interface ConnectioncallserverURL - DOCUMENT ME!compressionEnabled - DOCUMENT ME!connectionContext - DOCUMENT ME!ConnectionException - DOCUMENT ME!@Deprecated public boolean connect(String callserverURL, de.cismet.netutil.Proxy proxy) throws ConnectionException
Connectionconnect in interface ConnectioncallserverURL - DOCUMENT ME!proxy - DOCUMENT ME!ConnectionException - DOCUMENT ME!@Deprecated public boolean connect(String callserverURL, de.cismet.netutil.Proxy proxy, boolean compressionEnabled) throws ConnectionException
Connectionconnect in interface ConnectioncallserverURL - DOCUMENT ME!proxy - DOCUMENT ME!compressionEnabled - DOCUMENT ME!ConnectionException - DOCUMENT ME!public boolean connect(String callserverURL, de.cismet.netutil.Proxy proxy, boolean compressionEnabled, de.cismet.connectioncontext.ConnectionContext connectionContext) throws ConnectionException
Connectionconnect in interface ConnectioncallserverURL - DOCUMENT ME!proxy - DOCUMENT ME!compressionEnabled - DOCUMENT ME!connectionContext - DOCUMENT ME!ConnectionException - DOCUMENT ME!public boolean reconnect()
throws ConnectionException
Connectionreconnect in interface ConnectionConnectionException - DOCUMENT ME!public void disconnect()
Connectiondisconnect in interface Connectionpublic boolean isConnected()
ConnectionisConnected in interface Connection@Deprecated public String[] getDomains() throws ConnectionException
ConnectiongetDomains in interface ConnectionConnectionException - DOCUMENT ME!public String[] getDomains(de.cismet.connectioncontext.ConnectionContext connectionContext) throws ConnectionException
ConnectiongetDomains in interface ConnectionconnectionContext - DOCUMENT ME!ConnectionException - DOCUMENT ME!@Deprecated public Sirius.util.image.ImageHashMap getDefaultIcons() throws ConnectionException
ConnectiongetDefaultIcons in interface ConnectionConnectionException - DOCUMENT ME!public Sirius.util.image.ImageHashMap getDefaultIcons(de.cismet.connectioncontext.ConnectionContext connectionContext)
throws ConnectionException
ConnectiongetDefaultIcons in interface ConnectionconnectionContext - DOCUMENT ME!ConnectionException - DOCUMENT ME!@Deprecated public Icon getDefaultIcon(String name) throws ConnectionException
ConnectiongetDefaultIcon in interface Connectionname - DOCUMENT ME!ConnectionException - DOCUMENT ME!public Icon getDefaultIcon(String name, de.cismet.connectioncontext.ConnectionContext connectionContext) throws ConnectionException
ConnectiongetDefaultIcon in interface Connectionname - DOCUMENT ME!connectionContext - DOCUMENT ME!ConnectionException - DOCUMENT ME!@Deprecated public Sirius.server.newuser.User getUser(String userGroupLsName, String userGroupName, String userLsName, String userName, String password) throws ConnectionException, Sirius.server.newuser.UserException
ConnectiongetUser in interface ConnectionuserGroupLsName - DOCUMENT ME!userGroupName - DOCUMENT ME!userLsName - DOCUMENT ME!userName - DOCUMENT ME!password - DOCUMENT ME!ConnectionException - DOCUMENT ME!Sirius.server.newuser.UserException - DOCUMENT ME!public Sirius.server.newuser.User getUser(String userGroupLsName, String userGroupName, String userLsName, String userName, String password, de.cismet.connectioncontext.ConnectionContext connectionContext) throws ConnectionException, Sirius.server.newuser.UserException
ConnectiongetUser in interface ConnectionuserGroupLsName - DOCUMENT ME!userGroupName - DOCUMENT ME!userLsName - DOCUMENT ME!userName - DOCUMENT ME!password - DOCUMENT ME!connectionContext - DOCUMENT ME!ConnectionException - DOCUMENT ME!Sirius.server.newuser.UserException - DOCUMENT ME!@Deprecated public Vector getUserGroupNames() throws ConnectionException
ConnectiongetUserGroupNames in interface ConnectionConnectionException - DOCUMENT ME!public Vector getUserGroupNames(de.cismet.connectioncontext.ConnectionContext connectionContext) throws ConnectionException
ConnectiongetUserGroupNames in interface ConnectionconnectionContext - DOCUMENT ME!ConnectionException - DOCUMENT ME!@Deprecated public Vector getUserGroupNames(String username, String domain) throws ConnectionException, Sirius.server.newuser.UserException
ConnectiongetUserGroupNames in interface Connectionusername - DOCUMENT ME!domain - DOCUMENT ME!ConnectionException - DOCUMENT ME!Sirius.server.newuser.UserException - DOCUMENT ME!public Vector getUserGroupNames(String username, String domain, de.cismet.connectioncontext.ConnectionContext connectionContext) throws ConnectionException, Sirius.server.newuser.UserException
ConnectiongetUserGroupNames in interface Connectionusername - DOCUMENT ME!domain - DOCUMENT ME!connectionContext - DOCUMENT ME!ConnectionException - DOCUMENT ME!Sirius.server.newuser.UserException - DOCUMENT ME!@Deprecated public boolean changePassword(Sirius.server.newuser.User user, String oldPassword, String newPassword) throws ConnectionException, Sirius.server.newuser.UserException, Sirius.server.localserver.user.PasswordCheckException
ConnectionchangePassword in interface Connectionuser - DOCUMENT ME!oldPassword - DOCUMENT ME!newPassword - DOCUMENT ME!ConnectionException - DOCUMENT ME!Sirius.server.newuser.UserException - DOCUMENT ME!Sirius.server.localserver.user.PasswordCheckException - DOCUMENT ME!public boolean changePassword(Sirius.server.newuser.User user,
String oldPassword,
String newPassword,
de.cismet.connectioncontext.ConnectionContext connectionContext)
throws ConnectionException,
Sirius.server.newuser.UserException,
Sirius.server.localserver.user.PasswordCheckException
ConnectionchangePassword in interface Connectionuser - DOCUMENT ME!oldPassword - DOCUMENT ME!newPassword - DOCUMENT ME!connectionContext - DOCUMENT ME!ConnectionException - DOCUMENT ME!Sirius.server.newuser.UserException - DOCUMENT ME!Sirius.server.localserver.user.PasswordCheckException - DOCUMENT ME!@Deprecated public Sirius.server.middleware.types.Node[] getRoots(Sirius.server.newuser.User user) throws ConnectionException
ConnectiongetRoots in interface Connectionuser - DOCUMENT ME!ConnectionException - DOCUMENT ME!public Sirius.server.middleware.types.Node[] getRoots(Sirius.server.newuser.User user,
de.cismet.connectioncontext.ConnectionContext connectionContext)
throws ConnectionException
ConnectiongetRoots in interface Connectionuser - DOCUMENT ME!connectionContext - DOCUMENT ME!ConnectionException - DOCUMENT ME!@Deprecated public Sirius.server.middleware.types.Node[] getRoots(Sirius.server.newuser.User user, String domain) throws ConnectionException
ConnectiongetRoots in interface Connectionuser - DOCUMENT ME!domain - DOCUMENT ME!ConnectionException - DOCUMENT ME!public Sirius.server.middleware.types.Node[] getRoots(Sirius.server.newuser.User user,
String domain,
de.cismet.connectioncontext.ConnectionContext connectionContext)
throws ConnectionException
ConnectiongetRoots in interface Connectionuser - DOCUMENT ME!domain - DOCUMENT ME!connectionContext - DOCUMENT ME!ConnectionException - DOCUMENT ME!@Deprecated public Sirius.server.middleware.types.Node[] getChildren(Sirius.server.middleware.types.Node node, Sirius.server.newuser.User user) throws ConnectionException
ConnectiongetChildren in interface Connectionnode - DOCUMENT ME!user - DOCUMENT ME!ConnectionException - DOCUMENT ME!public Sirius.server.middleware.types.Node[] getChildren(Sirius.server.middleware.types.Node node,
Sirius.server.newuser.User user,
de.cismet.connectioncontext.ConnectionContext connectionContext)
throws ConnectionException
ConnectiongetChildren in interface Connectionnode - DOCUMENT ME!user - DOCUMENT ME!connectionContext - DOCUMENT ME!ConnectionException - DOCUMENT ME!@Deprecated public Sirius.server.middleware.types.Node getNode(Sirius.server.newuser.User user, int nodeID, String domain) throws ConnectionException
ConnectiongetNode in interface Connectionuser - DOCUMENT ME!nodeID - DOCUMENT ME!domain - DOCUMENT ME!ConnectionException - DOCUMENT ME!public Sirius.server.middleware.types.Node getNode(Sirius.server.newuser.User user,
int nodeID,
String domain,
de.cismet.connectioncontext.ConnectionContext connectionContext)
throws ConnectionException
ConnectiongetNode in interface Connectionuser - DOCUMENT ME!nodeID - DOCUMENT ME!domain - DOCUMENT ME!connectionContext - DOCUMENT ME!ConnectionException - DOCUMENT ME!@Deprecated public Sirius.server.middleware.types.Node addNode(Sirius.server.middleware.types.Node node, Sirius.server.middleware.types.Link parent, Sirius.server.newuser.User user) throws ConnectionException
ConnectionaddNode in interface Connectionnode - DOCUMENT ME!parent - DOCUMENT ME!user - DOCUMENT ME!ConnectionException - DOCUMENT ME!public Sirius.server.middleware.types.Node addNode(Sirius.server.middleware.types.Node node,
Sirius.server.middleware.types.Link parent,
Sirius.server.newuser.User user,
de.cismet.connectioncontext.ConnectionContext connectionContext)
throws ConnectionException
ConnectionaddNode in interface Connectionnode - DOCUMENT ME!parent - DOCUMENT ME!user - DOCUMENT ME!connectionContext - DOCUMENT ME!ConnectionException - DOCUMENT ME!@Deprecated public boolean deleteNode(Sirius.server.middleware.types.Node node, Sirius.server.newuser.User user) throws ConnectionException
ConnectiondeleteNode in interface Connectionnode - DOCUMENT ME!user - DOCUMENT ME!ConnectionException - DOCUMENT ME!public boolean deleteNode(Sirius.server.middleware.types.Node node,
Sirius.server.newuser.User user,
de.cismet.connectioncontext.ConnectionContext connectionContext)
throws ConnectionException
ConnectiondeleteNode in interface Connectionnode - DOCUMENT ME!user - DOCUMENT ME!connectionContext - DOCUMENT ME!ConnectionException - DOCUMENT ME!@Deprecated public boolean addLink(Sirius.server.middleware.types.Node from, Sirius.server.middleware.types.Node to, Sirius.server.newuser.User user) throws ConnectionException
ConnectionaddLink in interface Connectionfrom - DOCUMENT ME!to - DOCUMENT ME!user - DOCUMENT ME!ConnectionException - DOCUMENT ME!public boolean addLink(Sirius.server.middleware.types.Node from,
Sirius.server.middleware.types.Node to,
Sirius.server.newuser.User user,
de.cismet.connectioncontext.ConnectionContext connectionContext)
throws ConnectionException
ConnectionaddLink in interface Connectionfrom - DOCUMENT ME!to - DOCUMENT ME!user - DOCUMENT ME!connectionContext - DOCUMENT ME!ConnectionException - DOCUMENT ME!@Deprecated public boolean deleteLink(Sirius.server.middleware.types.Node from, Sirius.server.middleware.types.Node to, Sirius.server.newuser.User user) throws ConnectionException
ConnectiondeleteLink in interface Connectionfrom - DOCUMENT ME!to - DOCUMENT ME!user - DOCUMENT ME!ConnectionException - DOCUMENT ME!public boolean deleteLink(Sirius.server.middleware.types.Node from,
Sirius.server.middleware.types.Node to,
Sirius.server.newuser.User user,
de.cismet.connectioncontext.ConnectionContext connectionContext)
throws ConnectionException
ConnectiondeleteLink in interface Connectionfrom - DOCUMENT ME!to - DOCUMENT ME!user - DOCUMENT ME!connectionContext - DOCUMENT ME!ConnectionException - DOCUMENT ME!@Deprecated public Sirius.server.middleware.types.Node[] getClassTreeNodes(Sirius.server.newuser.User user) throws ConnectionException
ConnectiongetClassTreeNodes in interface Connectionuser - DOCUMENT ME!ConnectionException - DOCUMENT ME!public Sirius.server.middleware.types.Node[] getClassTreeNodes(Sirius.server.newuser.User user,
de.cismet.connectioncontext.ConnectionContext connectionContext)
throws ConnectionException
ConnectiongetClassTreeNodes in interface Connectionuser - DOCUMENT ME!connectionContext - DOCUMENT ME!ConnectionException - DOCUMENT ME!@Deprecated public Sirius.server.middleware.types.MetaClass getMetaClass(Sirius.server.newuser.User user, int classID, String domain) throws ConnectionException
ConnectiongetMetaClass in interface Connectionuser - DOCUMENT ME!classID - DOCUMENT ME!domain - DOCUMENT ME!ConnectionException - DOCUMENT ME!public Sirius.server.middleware.types.MetaClass getMetaClass(Sirius.server.newuser.User user,
int classID,
String domain,
de.cismet.connectioncontext.ConnectionContext connectionContext)
throws ConnectionException
ConnectiongetMetaClass in interface Connectionuser - DOCUMENT ME!classID - DOCUMENT ME!domain - DOCUMENT ME!connectionContext - DOCUMENT ME!ConnectionException - DOCUMENT ME!@Deprecated public Sirius.server.middleware.types.MetaClass[] getClasses(Sirius.server.newuser.User user, String domain) throws ConnectionException
ConnectiongetClasses in interface Connectionuser - DOCUMENT ME!domain - DOCUMENT ME!ConnectionException - DOCUMENT ME!public Sirius.server.middleware.types.MetaClass[] getClasses(Sirius.server.newuser.User user,
String domain,
de.cismet.connectioncontext.ConnectionContext connectionContext)
throws ConnectionException
ConnectiongetClasses in interface Connectionuser - DOCUMENT ME!domain - DOCUMENT ME!connectionContext - DOCUMENT ME!ConnectionException - DOCUMENT ME!@Deprecated public Sirius.server.middleware.types.MetaObject getMetaObject(Sirius.server.newuser.User user, int objectID, int classID, String domain) throws ConnectionException
ConnectiongetMetaObject in interface Connectionuser - DOCUMENT ME!objectID - DOCUMENT ME!classID - DOCUMENT ME!domain - DOCUMENT ME!ConnectionException - DOCUMENT ME!public Sirius.server.middleware.types.MetaObject getMetaObject(Sirius.server.newuser.User user,
int objectID,
int classID,
String domain,
de.cismet.connectioncontext.ConnectionContext connectionContext)
throws ConnectionException
ConnectiongetMetaObject in interface Connectionuser - DOCUMENT ME!objectID - DOCUMENT ME!classID - DOCUMENT ME!domain - DOCUMENT ME!connectionContext - DOCUMENT ME!ConnectionException - DOCUMENT ME!@Deprecated public Sirius.server.middleware.types.MetaObject[] getMetaObjectByQuery(Sirius.server.newuser.User user, String query) throws ConnectionException
ConnectiongetMetaObjectByQuery in interface Connectionuser - DOCUMENT ME!query - DOCUMENT ME!ConnectionException - DOCUMENT ME!public Sirius.server.middleware.types.MetaObject[] getMetaObjectByQuery(Sirius.server.newuser.User user,
String query,
de.cismet.connectioncontext.ConnectionContext connectionContext)
throws ConnectionException
ConnectiongetMetaObjectByQuery in interface Connectionuser - DOCUMENT ME!query - DOCUMENT ME!connectionContext - DOCUMENT ME!ConnectionException - DOCUMENT ME!@Deprecated public Sirius.server.middleware.types.MetaObject[] getMetaObjectByQuery(Sirius.server.newuser.User user, String query, String domain) throws ConnectionException
ConnectiongetMetaObjectByQuery in interface Connectionuser - DOCUMENT ME!query - DOCUMENT ME!domain - DOCUMENT ME!ConnectionException - DOCUMENT ME!public Sirius.server.middleware.types.MetaObject[] getMetaObjectByQuery(Sirius.server.newuser.User user,
String query,
String domain,
de.cismet.connectioncontext.ConnectionContext connectionContext)
throws ConnectionException
ConnectiongetMetaObjectByQuery in interface Connectionuser - DOCUMENT ME!query - DOCUMENT ME!domain - DOCUMENT ME!connectionContext - DOCUMENT ME!ConnectionException - DOCUMENT ME!@Deprecated public Sirius.server.middleware.types.MetaObject insertMetaObject(Sirius.server.newuser.User user, Sirius.server.middleware.types.MetaObject metaObject, String domain) throws ConnectionException
ConnectioninsertMetaObject in interface Connectionuser - DOCUMENT ME!metaObject - DOCUMENT ME!domain - DOCUMENT ME!ConnectionException - DOCUMENT ME!public Sirius.server.middleware.types.MetaObject insertMetaObject(Sirius.server.newuser.User user,
Sirius.server.middleware.types.MetaObject metaObject,
String domain,
de.cismet.connectioncontext.ConnectionContext connectionContext)
throws ConnectionException
ConnectioninsertMetaObject in interface Connectionuser - DOCUMENT ME!metaObject - DOCUMENT ME!domain - DOCUMENT ME!connectionContext - DOCUMENT ME!ConnectionException - DOCUMENT ME!@Deprecated public int updateMetaObject(Sirius.server.newuser.User user, Sirius.server.middleware.types.MetaObject metaObject, String domain) throws ConnectionException
ConnectionupdateMetaObject in interface Connectionuser - DOCUMENT ME!metaObject - DOCUMENT ME!domain - DOCUMENT ME!ConnectionException - DOCUMENT ME!public int updateMetaObject(Sirius.server.newuser.User user,
Sirius.server.middleware.types.MetaObject metaObject,
String domain,
de.cismet.connectioncontext.ConnectionContext connectionContext)
throws ConnectionException
ConnectionupdateMetaObject in interface Connectionuser - DOCUMENT ME!metaObject - DOCUMENT ME!domain - DOCUMENT ME!connectionContext - DOCUMENT ME!ConnectionException - DOCUMENT ME!@Deprecated public int deleteMetaObject(Sirius.server.newuser.User user, Sirius.server.middleware.types.MetaObject metaObject, String domain) throws ConnectionException
ConnectiondeleteMetaObject in interface Connectionuser - DOCUMENT ME!metaObject - DOCUMENT ME!domain - DOCUMENT ME!ConnectionException - DOCUMENT ME!public int deleteMetaObject(Sirius.server.newuser.User user,
Sirius.server.middleware.types.MetaObject metaObject,
String domain,
de.cismet.connectioncontext.ConnectionContext connectionContext)
throws ConnectionException
ConnectiondeleteMetaObject in interface Connectionuser - DOCUMENT ME!metaObject - DOCUMENT ME!domain - DOCUMENT ME!connectionContext - DOCUMENT ME!ConnectionException - DOCUMENT ME!@Deprecated public Sirius.server.middleware.types.MetaObject getInstance(Sirius.server.newuser.User user, Sirius.server.middleware.types.MetaClass c) throws ConnectionException
ConnectiongetInstance in interface Connectionuser - DOCUMENT ME!c - DOCUMENT ME!ConnectionException - DOCUMENT ME!public Sirius.server.middleware.types.MetaObject getInstance(Sirius.server.newuser.User user,
Sirius.server.middleware.types.MetaClass c,
de.cismet.connectioncontext.ConnectionContext connectionContext)
throws ConnectionException
ConnectiongetInstance in interface Connectionuser - DOCUMENT ME!c - DOCUMENT ME!connectionContext - DOCUMENT ME!ConnectionException - DOCUMENT ME!@Deprecated public Sirius.server.middleware.types.MetaObject[] getAllLightweightMetaObjectsForClass(int classId, Sirius.server.newuser.User user, String[] representationFields, String representationPattern) throws ConnectionException
ConnectiongetAllLightweightMetaObjectsForClass in interface ConnectionclassId - DOCUMENT ME!user - DOCUMENT ME!representationFields - DOCUMENT ME!representationPattern - DOCUMENT ME!ConnectionException - DOCUMENT ME!public Sirius.server.middleware.types.MetaObject[] getAllLightweightMetaObjectsForClass(int classId,
Sirius.server.newuser.User user,
String[] representationFields,
String representationPattern,
de.cismet.connectioncontext.ConnectionContext connectionContext)
throws ConnectionException
ConnectiongetAllLightweightMetaObjectsForClass in interface ConnectionclassId - DOCUMENT ME!user - DOCUMENT ME!representationFields - DOCUMENT ME!representationPattern - DOCUMENT ME!connectionContext - DOCUMENT ME!ConnectionException - DOCUMENT ME!@Deprecated public Sirius.server.middleware.types.MetaObject[] getAllLightweightMetaObjectsForClass(int classId, Sirius.server.newuser.User user, String[] representationFields, Sirius.server.middleware.types.AbstractAttributeRepresentationFormater formater) throws ConnectionException
ConnectiongetAllLightweightMetaObjectsForClass in interface ConnectionclassId - DOCUMENT ME!user - DOCUMENT ME!representationFields - DOCUMENT ME!formater - DOCUMENT ME!ConnectionException - DOCUMENT ME!public Sirius.server.middleware.types.MetaObject[] getAllLightweightMetaObjectsForClass(int classId,
Sirius.server.newuser.User user,
String[] representationFields,
Sirius.server.middleware.types.AbstractAttributeRepresentationFormater formater,
de.cismet.connectioncontext.ConnectionContext connectionContext)
throws ConnectionException
ConnectiongetAllLightweightMetaObjectsForClass in interface ConnectionclassId - DOCUMENT ME!user - DOCUMENT ME!representationFields - DOCUMENT ME!formater - DOCUMENT ME!connectionContext - DOCUMENT ME!ConnectionException - DOCUMENT ME!@Deprecated public Sirius.server.middleware.types.MetaObject[] getLightweightMetaObjectsByQuery(int classId, Sirius.server.newuser.User user, String query, String[] representationFields, String representationPattern) throws ConnectionException
ConnectiongetLightweightMetaObjectsByQuery in interface ConnectionclassId - DOCUMENT ME!user - DOCUMENT ME!query - DOCUMENT ME!representationFields - DOCUMENT ME!representationPattern - DOCUMENT ME!ConnectionException - DOCUMENT ME!public Sirius.server.middleware.types.MetaObject[] getLightweightMetaObjectsByQuery(int classId,
Sirius.server.newuser.User user,
String query,
String[] representationFields,
String representationPattern,
de.cismet.connectioncontext.ConnectionContext connectionContext)
throws ConnectionException
ConnectiongetLightweightMetaObjectsByQuery in interface ConnectionclassId - DOCUMENT ME!user - DOCUMENT ME!query - DOCUMENT ME!representationFields - DOCUMENT ME!representationPattern - DOCUMENT ME!connectionContext - DOCUMENT ME!ConnectionException - DOCUMENT ME!@Deprecated public Sirius.server.middleware.types.MetaObject[] getLightweightMetaObjectsByQuery(int classId, Sirius.server.newuser.User user, String query, String[] representationFields, Sirius.server.middleware.types.AbstractAttributeRepresentationFormater formater) throws ConnectionException
ConnectiongetLightweightMetaObjectsByQuery in interface ConnectionclassId - DOCUMENT ME!user - DOCUMENT ME!query - DOCUMENT ME!representationFields - DOCUMENT ME!formater - DOCUMENT ME!ConnectionException - DOCUMENT ME!public Sirius.server.middleware.types.MetaObject[] getLightweightMetaObjectsByQuery(int classId,
Sirius.server.newuser.User user,
String query,
String[] representationFields,
Sirius.server.middleware.types.AbstractAttributeRepresentationFormater formater,
de.cismet.connectioncontext.ConnectionContext connectionContext)
throws ConnectionException
ConnectiongetLightweightMetaObjectsByQuery in interface ConnectionclassId - DOCUMENT ME!user - DOCUMENT ME!query - DOCUMENT ME!representationFields - DOCUMENT ME!formater - DOCUMENT ME!connectionContext - DOCUMENT ME!ConnectionException - DOCUMENT ME!@Deprecated public Collection customServerSearch(Sirius.server.newuser.User user, de.cismet.cids.server.search.CidsServerSearch serverSearch) throws ConnectionException
ConnectioncustomServerSearch in interface Connectionuser - DOCUMENT ME!serverSearch - DOCUMENT ME!ConnectionException - DOCUMENT ME!public Collection customServerSearch(Sirius.server.newuser.User user, de.cismet.cids.server.search.CidsServerSearch serverSearch, de.cismet.connectioncontext.ConnectionContext connectionContext) throws ConnectionException
ConnectioncustomServerSearch in interface Connectionuser - DOCUMENT ME!serverSearch - DOCUMENT ME!connectionContext - DOCUMENT ME!ConnectionException - DOCUMENT ME!@Deprecated public String getConfigAttr(Sirius.server.newuser.User user, String key) throws ConnectionException
ConnectiongetConfigAttr in interface Connectionuser - DOCUMENT ME!key - DOCUMENT ME!ConnectionException - DOCUMENT ME!public String getConfigAttr(Sirius.server.newuser.User user, String key, de.cismet.connectioncontext.ConnectionContext connectionContext) throws ConnectionException
ConnectiongetConfigAttr in interface Connectionuser - DOCUMENT ME!key - DOCUMENT ME!connectionContext - DOCUMENT ME!ConnectionException - DOCUMENT ME!UserService.getConfigAttr(Sirius.server.newuser.User, java.lang.String)@Deprecated public boolean hasConfigAttr(Sirius.server.newuser.User user, String key) throws ConnectionException
ConnectionhasConfigAttr in interface Connectionuser - DOCUMENT ME!key - DOCUMENT ME!ConnectionException - DOCUMENT ME!public boolean hasConfigAttr(Sirius.server.newuser.User user,
String key,
de.cismet.connectioncontext.ConnectionContext connectionContext)
throws ConnectionException
hasConfigAttr in interface ConnectionConnectionExceptionUserService.hasConfigAttr(Sirius.server.newuser.User, java.lang.String)@Deprecated public Sirius.server.middleware.types.HistoryObject[] getHistory(int classId, int objectId, String domain, Sirius.server.newuser.User user, int elements) throws ConnectionException
ConnectiongetHistory in interface ConnectionclassId - DOCUMENT ME!objectId - DOCUMENT ME!domain - DOCUMENT ME!user - DOCUMENT ME!elements - DOCUMENT ME!ConnectionException - DOCUMENT ME!public Sirius.server.middleware.types.HistoryObject[] getHistory(int classId,
int objectId,
String domain,
Sirius.server.newuser.User user,
int elements,
de.cismet.connectioncontext.ConnectionContext connectionContext)
throws ConnectionException
ConnectiongetHistory in interface ConnectionclassId - DOCUMENT ME!objectId - DOCUMENT ME!domain - DOCUMENT ME!user - DOCUMENT ME!elements - DOCUMENT ME!connectionContext - DOCUMENT ME!ConnectionException - DOCUMENT ME!MetaService.getHistory(int, int, java.lang.String,
Sirius.server.newuser.User, int)@Deprecated public Object executeTask(Sirius.server.newuser.User user, String taskname, String taskdomain, Object body, de.cismet.cids.server.actions.ServerActionParameter... params) throws ConnectionException
ConnectionexecuteTask in interface Connectionuser - DOCUMENT ME!taskname - DOCUMENT ME!taskdomain - DOCUMENT ME!body - json DOCUMENT ME!params - DOCUMENT ME!ConnectionException - DOCUMENT ME!public Object executeTask(Sirius.server.newuser.User user, String taskname, String taskdomain, Object body, de.cismet.connectioncontext.ConnectionContext connectionContext, de.cismet.cids.server.actions.ServerActionParameter... params) throws ConnectionException
ConnectionexecuteTask in interface Connectionuser - DOCUMENT ME!taskname - DOCUMENT ME!taskdomain - DOCUMENT ME!body - DOCUMENT ME!connectionContext - DOCUMENT ME!params - DOCUMENT ME!ConnectionException - DOCUMENT ME!public Object executeTask(Sirius.server.newuser.User user, String taskname, String taskdomain, Object body, de.cismet.connectioncontext.ConnectionContext connectionContext, boolean resolvePreparedAsyncByteAction, de.cismet.cids.server.actions.ServerActionParameter... params) throws ConnectionException
ConnectionexecuteTask in interface Connectionuser - DOCUMENT ME!taskname - DOCUMENT ME!taskdomain - DOCUMENT ME!body - DOCUMENT ME!connectionContext - DOCUMENT ME!resolvePreparedAsyncByteAction - DOCUMENT ME!params - DOCUMENT ME!ConnectionException - DOCUMENT ME!public de.cismet.cids.server.CallServerService getCallServerService()
ConnectiongetCallServerService in interface Connectionpublic void setConnectionName(String connectionName)
ConnectionsetConnectionName in interface ConnectionconnectionName - DOCUMENT ME!public String getConnectionName()
ConnectiongetConnectionName in interface ConnectionCopyright © 2012–2026 cismet GmbH. All rights reserved.