public class RestService extends AppService implements RestServiceRemote
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
REST_LOGGER
Deprecated.
|
currentState, dbManager, INIT, liveObjCount, load, LOAD, mxServer, name, RUN, running, stateCmdList, stateList, STOP, urlJSON_FORMAT, XML_FORMATAPPLOGGER, CRONTASKLOGGER, CRONTASKMGRLOGGER, CRONTASKMGRSQLLOGGER, DBCONNECTIONLOGGER, DDLOGGER, DMLOGGER, EVENTLOGGER, EXCEPTIONLOGGER, MAILLOGGER, MAXIMOLOGGER, MTLOGGER, NULLMBOPOINTER, SECURITY, SENDFAILEDLOGGER, SERVICELOGGER, SQLLOGGERappenderPrefix, LOGGERNAME_APP, LOGGERNAME_CRONTASK, LOGGERNAME_CRONTASKMGR, LOGGERNAME_DBCONNECTION, LOGGERNAME_DD, LOGGERNAME_DM, LOGGERNAME_DMPREVIEW, LOGGERNAME_EVENT, LOGGERNAME_EXCEPTION, LOGGERNAME_MAIL, LOGGERNAME_MAXIMO, LOGGERNAME_MT, LOGGERNAME_NULLMBOPOINTER, LOGGERNAME_SECURITY, LOGGERNAME_SENDFAILED, LOGGERNAME_SERVICE, LOGGERNAME_SQL, LOGGERNAME_SQL_CRONTASKMGR, LOGGERNAME_TXN, loggerPrefix| Constructor and Description |
|---|
RestService()
Deprecated.
|
RestService(MXServer mxServer)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
DomainInfo |
getDomainInfo(java.lang.String objectName,
java.lang.String domainName,
java.lang.String siteid,
java.lang.String orgid)
Deprecated.
|
boolean |
isKey(MboRemote mbo,
java.lang.String mboAttrName)
Deprecated.
|
byte[] |
serializeMbo(MboRemote mbo,
boolean dropnulls,
boolean retainmbos,
java.util.Set colsSet,
boolean exclude,
boolean locale,
boolean generic,
boolean verbose,
java.lang.String format,
boolean metaData,
boolean compact)
Deprecated.
|
byte[] |
serializeMboSet(MboSetRemote mboSet,
boolean dropnulls,
boolean retainmbos,
java.util.Set colsSet,
boolean exclude,
int rsStart,
int maxItems,
boolean locale,
boolean generic,
boolean verbose,
java.lang.String format,
boolean metaData,
boolean compact)
Deprecated.
|
byte[] |
serializeOSMbo(MboRemote mbo,
java.lang.String mosName,
boolean dropnulls,
java.lang.String operation,
boolean locale,
boolean generic,
boolean verbose,
boolean rootOnly,
boolean keys,
java.lang.String format,
boolean metaData,
boolean compact)
Deprecated.
|
byte[] |
serializeOSMboSet(MboSetRemote mboSet,
java.lang.String mosName,
boolean dropnulls,
boolean retainmbos,
int rsStart,
int maxItems,
java.lang.String operation,
boolean locale,
boolean generic,
boolean verbose,
boolean rootOnly,
boolean keys,
java.lang.String format,
boolean metaData,
boolean compact)
Deprecated.
|
void |
xmlToMbo(MboRemote mbo,
org.jdom2.Element data)
Deprecated.
|
MboSetRemote |
xmlToMboSet(UserInfo info,
java.util.List data,
java.util.Map params,
MXTransaction trans,
java.lang.String appName)
Deprecated.
|
checkSecurity, configure, destroy, freeDBConnection, freeMboSet, getCriteria, getCriteriaList, getCurrentState, getDBConnection, getLiveObjCount, getLoad, getMaximoDD, getMaxVar, getMboSet, getMXServer, getName, getProfile, getProxy, getSchemaOwner, getServiceInfo, getServiceLogger, getSetForRelationship, getSetFromKeys, getStateCmdList, getStateList, getURL, init, initCriteriaList, isAppService, isRunning, isSingletonService, restart, setName, setProxy, setRunning, setURL, verifyUser, verifyUserclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcheckSecurity, getCriteria, getCurrentState, getLiveObjCount, getMboSet, getName, getSchemaOwner, getSetForRelationship, getSetFromKeys, getStateCmdList, getStateList, getURL, verifyUser, verifyUserisAppService, isSingletonService, restartpublic static final java.lang.String REST_LOGGER
public RestService()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic RestService(MXServer mxServer) throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic DomainInfo getDomainInfo(java.lang.String objectName, java.lang.String domainName, java.lang.String siteid, java.lang.String orgid) throws java.rmi.RemoteException
getDomainInfo in interface RestServiceRemotejava.rmi.RemoteExceptionpublic boolean isKey(MboRemote mbo, java.lang.String mboAttrName) throws java.rmi.RemoteException, MXException
isKey in interface RestServiceRemotejava.rmi.RemoteExceptionMXExceptionpublic MboSetRemote xmlToMboSet(UserInfo info, java.util.List data, java.util.Map params, MXTransaction trans, java.lang.String appName) throws java.rmi.RemoteException, MXException
xmlToMboSet in interface RestServiceRemotejava.rmi.RemoteExceptionMXExceptionpublic void xmlToMbo(MboRemote mbo, org.jdom2.Element data) throws java.rmi.RemoteException, MXException
xmlToMbo in interface RestServiceRemotejava.rmi.RemoteExceptionMXExceptionpublic byte[] serializeMbo(MboRemote mbo, boolean dropnulls, boolean retainmbos, java.util.Set colsSet, boolean exclude, boolean locale, boolean generic, boolean verbose, java.lang.String format, boolean metaData, boolean compact) throws java.rmi.RemoteException, MXException
serializeMbo in interface RestServiceRemotejava.rmi.RemoteExceptionMXExceptionpublic byte[] serializeMboSet(MboSetRemote mboSet, boolean dropnulls, boolean retainmbos, java.util.Set colsSet, boolean exclude, int rsStart, int maxItems, boolean locale, boolean generic, boolean verbose, java.lang.String format, boolean metaData, boolean compact) throws java.rmi.RemoteException, MXException
serializeMboSet in interface RestServiceRemotejava.rmi.RemoteExceptionMXExceptionpublic byte[] serializeOSMboSet(MboSetRemote mboSet, java.lang.String mosName, boolean dropnulls, boolean retainmbos, int rsStart, int maxItems, java.lang.String operation, boolean locale, boolean generic, boolean verbose, boolean rootOnly, boolean keys, java.lang.String format, boolean metaData, boolean compact) throws java.rmi.RemoteException, MXException
serializeOSMboSet in interface RestServiceRemotejava.rmi.RemoteExceptionMXExceptionpublic byte[] serializeOSMbo(MboRemote mbo, java.lang.String mosName, boolean dropnulls, java.lang.String operation, boolean locale, boolean generic, boolean verbose, boolean rootOnly, boolean keys, java.lang.String format, boolean metaData, boolean compact) throws java.rmi.RemoteException, MXException
serializeOSMbo in interface RestServiceRemotejava.rmi.RemoteExceptionMXException