public interface MetaService extends Remote
| Modifier and Type | Method and Description |
|---|---|
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.
|
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!
|
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[] |
getDomains()
Deprecated.
|
String[] |
getDomains(de.cismet.connectioncontext.ConnectionContext context)
retrieves all availlable meta data systems (Local Servers).
|
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.
|
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.
|
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.
|
@Deprecated String[] getDomains() throws RemoteException
RemoteException - DOCUMENT ME!String[] getDomains(de.cismet.connectioncontext.ConnectionContext context) throws RemoteException
context - DOCUMENT ME!RemoteException - server error@Deprecated Node getMetaObjectNode(User usr, int nodeID, String domain) throws RemoteException
usr - DOCUMENT ME!nodeID - DOCUMENT ME!domain - DOCUMENT ME!RemoteException - DOCUMENT ME!Node getMetaObjectNode(User usr, int nodeID, String domain, de.cismet.connectioncontext.ConnectionContext context) throws RemoteException
usr - user tokennodeID - this nodes logical pointerdomain - domain where the node referenced by nodeId is hostedcontext - DOCUMENT ME!RemoteException - server error@Deprecated Node[] getMetaObjectNode(User usr, String query) throws RemoteException
usr - DOCUMENT ME!query - DOCUMENT ME!RemoteException - DOCUMENT ME!Node[] getMetaObjectNode(User usr, String query, de.cismet.connectioncontext.ConnectionContext context) throws RemoteException
usr - user tokenquery - sql query to retrieve a meta object's node representationcontext - DOCUMENT ME!RemoteException - server error@Deprecated MetaObject[] getMetaObject(User usr, String query) throws RemoteException
usr - user tokenquery - sql queryRemoteException - server errorMetaObject[] getMetaObject(User usr, String query, de.cismet.connectioncontext.ConnectionContext context) throws RemoteException
usr - DOCUMENT ME!query - DOCUMENT ME!context - DOCUMENT ME!RemoteException - DOCUMENT ME!@Deprecated MetaObject[] getMetaObject(User usr, String query, String domain) throws RemoteException
usr - DOCUMENT ME!query - DOCUMENT ME!domain - DOCUMENT ME!RemoteException - DOCUMENT ME!MetaObject[] getMetaObject(User usr, String query, String domain, de.cismet.connectioncontext.ConnectionContext context) throws RemoteException
usr - DOCUMENT ME!query - DOCUMENT ME!domain - DOCUMENT ME!context - DOCUMENT ME!RemoteException - DOCUMENT ME!@Deprecated MetaObject getMetaObject(User usr, int objectID, int classID, String domain) throws RemoteException
usr - user tokenobjectID - symbolic pointer to the meta objectclassID - class of the meta objectdomain - domain where the meta object is hostedRemoteException - server errorMetaObject getMetaObject(User usr, int objectID, int classID, String domain, de.cismet.connectioncontext.ConnectionContext context) throws RemoteException
usr - DOCUMENT ME!objectID - DOCUMENT ME!classID - DOCUMENT ME!domain - DOCUMENT ME!context - DOCUMENT ME!RemoteException - DOCUMENT ME!@Deprecated MetaObject insertMetaObject(User user, MetaObject metaObject, String domain) throws RemoteException
user - DOCUMENT ME!metaObject - DOCUMENT ME!domain - DOCUMENT ME!RemoteException - DOCUMENT ME!MetaObject insertMetaObject(User user, MetaObject metaObject, String domain, de.cismet.connectioncontext.ConnectionContext context) throws RemoteException
user - user tokenmetaObject - the meta object to be inserted in the MISdomain - domain that is to host the meta objectcontext - DOCUMENT ME!RemoteException - server error@Deprecated int updateMetaObject(User user, MetaObject metaObject, String domain) throws RemoteException
user - DOCUMENT ME!metaObject - DOCUMENT ME!domain - DOCUMENT ME!RemoteException - DOCUMENT ME!int updateMetaObject(User user, MetaObject metaObject, String domain, de.cismet.connectioncontext.ConnectionContext context) throws RemoteException
user - user tokenmetaObject - the current state of the meta objectdomain - domain where meta object is hostedcontext - DOCUMENT ME!RemoteException - server error@Deprecated int deleteMetaObject(User user, MetaObject metaObject, String domain) throws RemoteException
user - DOCUMENT ME!metaObject - DOCUMENT ME!domain - DOCUMENT ME!RemoteException - DOCUMENT ME!int deleteMetaObject(User user, MetaObject metaObject, String domain, de.cismet.connectioncontext.ConnectionContext context) throws RemoteException
user - user tokenmetaObject - meta object to be deleteddomain - domain where the object to be deleted residescontext - DOCUMENT ME!RemoteException - server error@Deprecated MetaObject getInstance(User user, MetaClass c) throws RemoteException
user - DOCUMENT ME!c - DOCUMENT ME!RemoteException - DOCUMENT ME!MetaObject getInstance(User user, MetaClass c, de.cismet.connectioncontext.ConnectionContext context) throws RemoteException
user - user tokenc - meta class of this instancecontext - DOCUMENT ME!RemoteException - server error@Deprecated MetaClass getClass(User user, int classID, String domain) throws RemoteException
user - DOCUMENT ME!classID - DOCUMENT ME!domain - DOCUMENT ME!RemoteException - DOCUMENT ME!MetaClass getClass(User user, int classID, String domain, de.cismet.connectioncontext.ConnectionContext context) throws RemoteException
user - user tokenclassID - id of the class to be retrieveddomain - doamin where this class is hostedcontext - DOCUMENT ME!RemoteException - server error (eg bad classID)@Deprecated MetaClass getClassByTableName(User user, String tableName, String domain) throws RemoteException
user - DOCUMENT ME!tableName - DOCUMENT ME!domain - DOCUMENT ME!RemoteException - DOCUMENT ME!MetaClass getClassByTableName(User user, String tableName, String domain, de.cismet.connectioncontext.ConnectionContext context) throws RemoteException
user - DOCUMENT ME!tableName - DOCUMENT ME!domain - DOCUMENT ME!context - DOCUMENT ME!RemoteException - DOCUMENT ME!@Deprecated MetaClass[] getClasses(User user, String domain) throws RemoteException
user - DOCUMENT ME!domain - DOCUMENT ME!RemoteException - DOCUMENT ME!MetaClass[] getClasses(User user, String domain, de.cismet.connectioncontext.ConnectionContext context) throws RemoteException
user - user tokendomain - domain of the classes to be retrievedcontext - DOCUMENT ME!RemoteException - server error (eg bad domain)@Deprecated Node[] getClassTreeNodes(User user) throws RemoteException
user - DOCUMENT ME!RemoteException - DOCUMENT ME!Node[] getClassTreeNodes(User user, de.cismet.connectioncontext.ConnectionContext context) throws RemoteException
user - user tokencontext - DOCUMENT ME!RemoteException - server error@Deprecated Node[] getClassTreeNodes(User user, String domain) throws RemoteException
user - DOCUMENT ME!domain - DOCUMENT ME!RemoteException - DOCUMENT ME!Node[] getClassTreeNodes(User user, String domain, de.cismet.connectioncontext.ConnectionContext context) throws RemoteException
user - user tokendomain - domain where the class root nodes are hostedcontext - DOCUMENT ME!RemoteException - server error@Deprecated MethodMap getMethods(User user) throws RemoteException
user - DOCUMENT ME!RemoteException - DOCUMENT ME!MethodMap getMethods(User user, de.cismet.connectioncontext.ConnectionContext context) throws RemoteException
user - user tokencontext - DOCUMENT ME!RemoteException - server error@Deprecated MethodMap getMethods(User user, String localServerName) throws RemoteException
user - DOCUMENT ME!localServerName - DOCUMENT ME!RemoteException - DOCUMENT ME!MethodMap getMethods(User user, String localServerName, de.cismet.connectioncontext.ConnectionContext context) throws RemoteException
user - user tokenlocalServerName - domaincontext - DOCUMENT ME!RemoteException - server error@Deprecated LightweightMetaObject[] getAllLightweightMetaObjectsForClass(int classId, User user, String[] representationFields, String representationPattern) throws RemoteException
classId - DOCUMENT ME!user - DOCUMENT ME!representationFields - DOCUMENT ME!representationPattern - DOCUMENT ME!RemoteException - DOCUMENT ME!LightweightMetaObject[] getAllLightweightMetaObjectsForClass(int classId, User user, String[] representationFields, String representationPattern, de.cismet.connectioncontext.ConnectionContext context) throws RemoteException
classId - DOCUMENT ME!user - DOCUMENT ME!representationFields - DOCUMENT ME!representationPattern - DOCUMENT ME!context - DOCUMENT ME!RemoteException - DOCUMENT ME!@Deprecated LightweightMetaObject[] getAllLightweightMetaObjectsForClass(int classId, User user, String[] representationFields) throws RemoteException
classId - DOCUMENT ME!user - DOCUMENT ME!representationFields - DOCUMENT ME!RemoteException - DOCUMENT ME!LightweightMetaObject[] getAllLightweightMetaObjectsForClass(int classId, User user, String[] representationFields, de.cismet.connectioncontext.ConnectionContext context) throws RemoteException
classId - DOCUMENT ME!user - DOCUMENT ME!representationFields - DOCUMENT ME!context - DOCUMENT ME!RemoteException - DOCUMENT ME!@Deprecated LightweightMetaObject[] getLightweightMetaObjectsByQuery(int classId, User user, String query, String[] representationFields, String representationPattern) throws RemoteException
classId - DOCUMENT ME!user - DOCUMENT ME!query - DOCUMENT ME!representationFields - DOCUMENT ME!representationPattern - DOCUMENT ME!RemoteException - DOCUMENT ME!LightweightMetaObject[] getLightweightMetaObjectsByQuery(int classId, User user, String query, String[] representationFields, String representationPattern, de.cismet.connectioncontext.ConnectionContext context) throws RemoteException
classId - DOCUMENT ME!user - DOCUMENT ME!query - DOCUMENT ME!representationFields - DOCUMENT ME!representationPattern - DOCUMENT ME!context - DOCUMENT ME!RemoteException - DOCUMENT ME!@Deprecated LightweightMetaObject[] getLightweightMetaObjectsByQuery(int classId, User user, String query, String[] representationFields) throws RemoteException
classId - DOCUMENT ME!user - DOCUMENT ME!query - DOCUMENT ME!representationFields - DOCUMENT ME!RemoteException - DOCUMENT ME!LightweightMetaObject[] getLightweightMetaObjectsByQuery(int classId, User user, String query, String[] representationFields, de.cismet.connectioncontext.ConnectionContext context) throws RemoteException
classId - DOCUMENT ME!user - DOCUMENT ME!query - DOCUMENT ME!representationFields - DOCUMENT ME!context - DOCUMENT ME!RemoteException - DOCUMENT ME!@Deprecated HistoryObject[] getHistory(int classId, int objectId, String domain, User user, int elements) throws RemoteException
classId - DOCUMENT ME!objectId - DOCUMENT ME!domain - DOCUMENT ME!user - DOCUMENT ME!elements - DOCUMENT ME!RemoteException - DOCUMENT ME!HistoryObject[] getHistory(int classId, int objectId, String domain, User user, int elements, de.cismet.connectioncontext.ConnectionContext context) throws RemoteException
elementsclassId - 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 occursCopyright © 2012–2026 cismet GmbH. All rights reserved.