public class RestService extends AppService implements RestServiceRemote
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
REST_LOGGER
Deprecated.
|
JSON_FORMAT, XML_FORMAT
APPLOGGER, CRONTASKLOGGER, CRONTASKMGRLOGGER, CRONTASKMGRSQLLOGGER, DBCONNECTIONLOGGER, DDLOGGER, DMLOGGER, EVENTLOGGER, EXCEPTIONLOGGER, MAILLOGGER, MAXIMOLOGGER, MTLOGGER, NULLMBOPOINTER, SECURITY, SENDFAILEDLOGGER, SERVICELOGGER, SQLLOGGER
appenderPrefix, 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<java.lang.String> 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<java.lang.String> 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.jdom.Element data)
Deprecated.
|
MboSetRemote |
xmlToMboSet(UserInfo info,
java.util.List<org.jdom.Element> data,
java.util.Map<java.lang.String,java.lang.String> params,
MXTransaction trans,
java.lang.String appName)
Deprecated.
|
checkSecurity, configure, destroy, freeDBConnection, freeMboSet, getCriteria, 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, setProxy, setRunning, setURL, verifyUser, verifyUser
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
checkSecurity, getCriteria, getCurrentState, getLiveObjCount, getMboSet, getName, getSchemaOwner, getSetForRelationship, getSetFromKeys, getStateCmdList, getStateList, getURL, verifyUser, verifyUser
isAppService, isSingletonService, restart
public static final java.lang.String REST_LOGGER
public RestService() throws java.rmi.RemoteException
java.rmi.RemoteException
public RestService(MXServer mxServer) throws java.rmi.RemoteException
java.rmi.RemoteException
public 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 RestServiceRemote
java.rmi.RemoteException
public boolean isKey(MboRemote mbo, java.lang.String mboAttrName) throws java.rmi.RemoteException, MXException
isKey
in interface RestServiceRemote
java.rmi.RemoteException
MXException
public MboSetRemote xmlToMboSet(UserInfo info, java.util.List<org.jdom.Element> data, java.util.Map<java.lang.String,java.lang.String> params, MXTransaction trans, java.lang.String appName) throws java.rmi.RemoteException, MXException
xmlToMboSet
in interface RestServiceRemote
java.rmi.RemoteException
MXException
public void xmlToMbo(MboRemote mbo, org.jdom.Element data) throws java.rmi.RemoteException, MXException
xmlToMbo
in interface RestServiceRemote
java.rmi.RemoteException
MXException
public byte[] serializeMbo(MboRemote mbo, boolean dropnulls, boolean retainmbos, java.util.Set<java.lang.String> 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 RestServiceRemote
java.rmi.RemoteException
MXException
public byte[] serializeMboSet(MboSetRemote mboSet, boolean dropnulls, boolean retainmbos, java.util.Set<java.lang.String> 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 RestServiceRemote
java.rmi.RemoteException
MXException
public 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 RestServiceRemote
java.rmi.RemoteException
MXException
public 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 RestServiceRemote
java.rmi.RemoteException
MXException