| Modifier and Type | Method and Description | 
|---|---|
static java.lang.String | 
Messages.getString(MXSession mxSession,
         java.lang.String key)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MXAbstractClientSession
An abstract client session class used by MAXIMO client applications
 when the MAXIMO application is enabled to use the application server
 security. 
 | 
class  | 
MXClientSession
A MAXIMO client session class to be used when MAXIMO client
 application is run as a J2EE client (typically when the MAXIMO 
 Application is enabled to use Application Server security). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
MXSession | 
MXClientSessionFactory.getNewSession()
Always creates a new session and returns it. 
 | 
MXSession | 
MXClientSessionFactory.getSession()
Always returns the same session. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Object | 
MosWosToolClientHandler.dispatchRequest(MXSession mxSession,
               java.lang.String command,
               java.lang.Object[] params)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ReportAdminService.exportTransientQBRContent(java.lang.String brosId,
                         MXSession session)  | 
MboSetRemote | 
ReportAdminService.getTransientQBRParamsMboSet(java.lang.String brosId,
                           MXSession session)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SecuredWebAppSession
A class used to represent a MAXIMO web application session
 to access MAXIMO business object when the MAXIMO appliation
 is enabled to use Application Server Security. 
 | 
class  | 
SimpleWebAppSession
A simple Web Application session that connects to the locally
 available MAXIMO business object services. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
MXSession | 
SimpleWebAppSessionFactory.getNewSession()
Always creates a new session and returns it. 
 | 
MXSession | 
SecuredWebAppSessionFactory.getNewSession()
Always creates a new session and returns it. 
 | 
static MXSession | 
WebAppSessionProvider.getNewWebAppSession()
A public method to get access to the web application session. 
 | 
MXSession | 
SimpleWebAppSessionFactory.getSession()
Always creates a new session and returns it. 
 | 
MXSession | 
SecuredWebAppSessionFactory.getSession()
Always creates a new session and returns it. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
MXSession | 
BaseRESTSession.getMXSession()  | 
MXSession | 
BaseResourceRequest.getMXSession()  | 
MXSession | 
RESTSession.getMXSession()  | 
MXSession | 
ResourceRequest.getMXSession()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
BaseRESTSession.setMXSession(MXSession mxSession)  | 
void | 
ResourceRequestHandler.setMXSession(MXSession mxSession)  | 
void | 
BaseResourceRequestHandler.setMXSession(MXSession mxSession)  | 
void | 
BaseRESTSession.setMXSession(MXSession mxSession,
            boolean owner)  | 
| Modifier and Type | Method and Description | 
|---|---|
static java.lang.String | 
SKDViewerUtil.serializeViewerProperties(MXSession sess)
Returns the User overridden skdiewer.properties from the MAXPROPCACHE, serialized as Base64 Properties
 object so that they can be passed to the Applet via the Param Tags 
 | 
| Modifier and Type | Method and Description | 
|---|---|
MXSession | 
MXThinClientSessionFactory.getNewSession()
Always creates a new session and returns it. 
 | 
MXSession | 
MXThinClientSessionFactory.getSession()
Always returns the same session. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MXThinClientSession
A MAXIMO client session class to be used when MAXIMO client
 application is run as a J2EE thin client (typically when the MAXIMO 
 Application is enabled to use Application Server security). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
MXSession | 
MXThinClientSessionFactory.getNewSession()
Always creates a new session and returns it. 
 | 
MXSession | 
MXClientSessionFactory.getNewSession()
Always creates a new session and returns it. 
 | 
MXSession | 
MXThinClientSessionFactory.getSession()
Always returns the same session. 
 | 
MXSession | 
MXClientSessionFactory.getSession()
Always returns the same session. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
RMISession
Supports connection to the server thru RMI. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
MXSession | 
MXSessionImplFactory.getNewSession()
Always creates a new session and returns it. 
 | 
static MXSession | 
MXSession.getNewSession()
Creates a new session and returns it. 
 | 
MXSession | 
DefaultMXSessionFactory.getNewSession()
Always creates a new session and returns it. 
 | 
MXSession | 
MXSessionImplFactory.getSession()
Returns one and only session for the current class loader. 
 | 
static MXSession | 
MXSession.getSession()
Returns a reference to the session object. 
 | 
MXSession | 
DefaultMXSessionFactory.getSession()
Returns one and only session for the current class loader. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static java.lang.String | 
BidiUtils.applyBidiAttributes(MboSetInfo msi,
                   java.lang.String attribute,
                   java.lang.String value,
                   MXSession s)  | 
static java.lang.String | 
BidiUtils.applyBidiAttributes(java.lang.String mboName,
                   java.lang.String attribute,
                   java.lang.String value,
                   MXSession s)  | 
static java.lang.String | 
BidiUtils.buildAndPush(MboSetInfo msi,
            java.lang.String attribute,
            java.lang.String value,
            MXSession s)  | 
static java.lang.String | 
BidiUtils.buildAndPush(java.lang.String mboName,
            java.lang.String attribute,
            java.lang.String value,
            MXSession s)  | 
java.lang.Object | 
ToolClientHandler.dispatchRequest(MXSession session,
               java.lang.String command,
               java.lang.Object[] params)
Dispatch the command. 
 | 
java.lang.Object | 
DefaultToolClientHandler.dispatchRequest(MXSession mxSession,
               java.lang.String command,
               java.lang.Object[] params)  | 
static java.lang.String | 
BidiUtils.getDelimeterPrefix(MXSession s)  | 
static boolean | 
BidiUtils.isGUIMirrored(MXSession s)  | 
static java.lang.String | 
BidiUtils.processComplexexpression(java.lang.String buffer,
                        java.lang.String complexExpressionType,
                        MXSession s)  | 
static java.lang.String | 
BidiUtils.processComplexexpression(java.lang.String buffer,
                        java.lang.String textDirection,
                        java.lang.String complexExpressionType,
                        MXSession s)  | 
static java.lang.String | 
BidiUtils.processComplexexpression(java.lang.String buffer,
                        java.lang.String textDirection,
                        java.lang.String complexExpressionType,
                        MXSession s,
                        boolean forInput)  | 
static java.lang.String | 
BidiUtils.pushBidiString(java.lang.String str,
              MXSession s)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Hashtable | 
ReportDialogBean.getMaxPropRptParams(java.util.Hashtable reportParams,
                   MXSession mxsession)  | 
java.util.Hashtable | 
ReportDialogBean.getRptRecordParams(java.util.Hashtable reportParams,
                  MXSession mxsession,
                  MboSetRemote reportData)  | 
java.util.Hashtable | 
ReportDialogBean.getStdParams(java.util.Hashtable reportParams,
            MXSession mxsession)  | 
java.util.Hashtable | 
ReportDialogBean.getWhereParams(java.util.Hashtable reportParams,
              MXSession mxsession,
              DataBean rptParmBean,
              java.lang.String reportNum,
              boolean useWhere)  | 
java.util.Hashtable | 
ReportDialogBean.getWhereParams(java.util.Hashtable reportParams,
              MXSession mxsession,
              DataBean rptParmBean,
              java.lang.String reportNum,
              boolean useWhere,
              boolean isdetail)  | 
java.lang.String | 
ReportDialogBean.qualifyWhere(MXSession mxsession,
            java.lang.String where,
            java.lang.String baseTable)  | 
| Modifier and Type | Method and Description | 
|---|---|
MXSession | 
DataBean.getMXSession()
Returns a reference to the MXSession 
 | 
| Modifier and Type | Method and Description | 
|---|---|
MXSession | 
SessionContext.getMXSession()
Deprecated. 
 
FIREFOX 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
EntityRelationshipModel.generateDataStores(org.w3c.dom.Element presentationElement,
                  MXSession mxSession)  | 
java.util.List<DataStoreInfo> | 
EntityRelationshipModel.generateDataStoresForDialog(org.w3c.dom.Element el,
                           MXSession mxSession)  | 
MboSetRemote | 
UIERMEntity.getZombieMboSet(MXSession mxSession,
               java.lang.String appName)  | 
| Modifier and Type | Method and Description | 
|---|---|
static MXSession | 
WebClientRuntime.getMXSession(javax.servlet.http.HttpSession session)  | 
| Modifier and Type | Method and Description | 
|---|---|
static java.lang.String | 
BidiClientUtils.applyBidiAttributes(java.lang.String mboName,
                   java.lang.String attribute,
                   java.lang.String value,
                   MXSession s)  | 
static java.lang.String | 
WebClientRuntime.getAppDescFromCache(java.lang.String appId,
                   MXSession mxs)
Added to support calling with no language Code 
 | 
static java.lang.String | 
WebClientRuntime.getAppDescFromCache(java.lang.String appId,
                   MXSession mxs,
                   java.lang.String langCode)
Method to catch  application description 
 | 
static java.lang.String | 
BidiClientUtils.getTextAlignmentStyle(MXSession s)  | 
static java.lang.String | 
BidiClientUtils.getTextAlignmentStyle(java.lang.String ceType,
                     MXSession s)  | 
static boolean | 
WebClientRuntime.send503Error(javax.servlet.http.HttpServletResponse response,
            MXSession s,
            boolean maxUserSessions)
If the maximo system property mxe.webclient.maxuisessionsend503 equals 1 (the default is 0)
 this method will send a HttpServletResponse.SC_SERVICE_UNAVAILABLE error to the response and
 return true. 
 | 
static boolean | 
WebClientRuntime.send503Error(javax.servlet.http.HttpServletResponse response,
            MXSession s,
            java.lang.String url)
Deprecated. 
 
see send503Error(HttpServletResponse response, MXSession s, boolean maxUserSessions) 
 | 
| Modifier and Type | Method and Description | 
|---|---|
MXSession | 
WebClientSession.createMXSession()  | 
MXSession | 
WebClientSession.getMXSession()
Returns the MXSession for the user. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TokenWebAppSession  | 
| Modifier and Type | Method and Description | 
|---|---|
MXSession | 
TokenWebAppSessionFactory.getNewSession()
Always creates a new session and returns it. 
 | 
MXSession | 
SimpleWebAppSessionFactory.getNewSession()
Always creates a new session and returns it. 
 | 
MXSession | 
SecuredWebAppSessionFactory.getNewSession()
Always creates a new session and returns it. 
 | 
static MXSession | 
WebAppSessionProvider.getNewWebAppSession()
A public method to get access to the web application session. 
 | 
MXSession | 
TokenWebAppSessionFactory.getSession()
Always creates a new session and returns it. 
 | 
MXSession | 
SimpleWebAppSessionFactory.getSession()
Always creates a new session and returns it. 
 | 
MXSession | 
SecuredWebAppSessionFactory.getSession()
Always creates a new session and returns it. 
 | 
| Constructor and Description | 
|---|
WorkflowDirector(MXSession s)
Constructor 
 |