Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Class
psdi.util.MXSession

  • Packages that use MXSession 
    Package Description
    com.ibm.tivoli.imi.controller  
    com.ibm.tivoli.maximo.miniapps.scheduler.compare.max  
    com.ibm.tivoli.maximo.moswos  
    com.ibm.tivoli.maximo.oslc.provider  
    com.ibm.tivoli.maximo.report.birt.admin  
    com.ibm.tivoli.maximo.report.birt.servlet  
    com.ibm.tivoli.maximo.report.birt.session  
    com.ibm.tivoli.maximo.rest  
    psdi.configure
    This package includes classes for applying configuration changes to the database.
    psdi.util  
    psdi.webclient.beans.report  
    psdi.webclient.system.beans  
    psdi.webclient.system.controller  
    psdi.webclient.system.erm  
    psdi.webclient.system.runtime  
    psdi.webclient.system.session  
    psdi.workflow
    The Workflow package includes Mbos related to workflow.
    • Uses of MXSession in com.ibm.tivoli.imi.controller

      Methods in com.ibm.tivoli.imi.controller with parameters of type MXSession 
      Modifier and Type Method and Description
      static java.lang.String Messages.getString(MXSession mxSession, java.lang.String key) 
    • Uses of MXSession in com.ibm.tivoli.maximo.miniapps.scheduler.compare.max

      Constructors in com.ibm.tivoli.maximo.miniapps.scheduler.compare.max with parameters of type MXSession 
      Constructor and Description
      CompareMaxModelHelper(IMXGanttModel leftModelFuture, IMXGanttModel rightModelFuture, CompareMaxModelHelper.ModelHelper helper, MXSession session)
      Creates a Helper using 2 future models (left and right conceptually).
    • Uses of MXSession in com.ibm.tivoli.maximo.moswos

      Methods in com.ibm.tivoli.maximo.moswos with parameters of type MXSession 
      Modifier and Type Method and Description
      java.lang.Object MosWosToolClientHandler.dispatchRequest(MXSession mxSession, java.lang.String command, java.lang.Object[] params) 
    • Uses of MXSession in com.ibm.tivoli.maximo.oslc.provider

      Methods in com.ibm.tivoli.maximo.oslc.provider that return MXSession 
      Modifier and Type Method and Description
      MXSession MaximoAuthenticator.authenticateRequest(OslcRequest request) 
      MXSession AbstractRouteHandler.authenticateRequest(OslcRequest request) 
      Methods in com.ibm.tivoli.maximo.oslc.provider with parameters of type MXSession 
      Modifier and Type Method and Description
      void OslcSession.setMXSession(MXSession mxSession) 
    • Uses of MXSession in com.ibm.tivoli.maximo.report.birt.admin

      Methods in com.ibm.tivoli.maximo.report.birt.admin with parameters of type MXSession 
      Modifier and Type Method and Description
      void ReportAdminService.exportTransientQBRContent(java.lang.String brosId, MXSession session) 
      MboSetRemote ReportAdminService.getTransientQBRParamsMboSet(java.lang.String brosId, MXSession session) 
    • Uses of MXSession in com.ibm.tivoli.maximo.report.birt.servlet

      Methods in com.ibm.tivoli.maximo.report.birt.servlet with parameters of type MXSession 
      Modifier and Type Method and Description
      protected boolean ReportRequestProcessServlet.isAuthorizedToRunReport(MXSession session, java.lang.String reportName, java.lang.String appName) 
      protected boolean ReportExtractProcessServlet.isAuthorizedToRunReport(MXSession session, java.lang.String reportName, java.lang.String appName) 
      protected boolean ReportDownloadProcessServlet.isAuthorizedToRunReport(MXSession session, java.lang.String reportName, java.lang.String appName) 
      protected void ReportRequestProcessServlet.setMXReportContext(javax.servlet.http.HttpServletRequest request, UserInfo userInfo, java.lang.String reportName, java.lang.String appName, boolean isTransient, java.lang.String reportContextKey, MXSession session, java.lang.String reportRunInfoKey) 
    • Uses of MXSession in com.ibm.tivoli.maximo.report.birt.session

      Subclasses of MXSession in com.ibm.tivoli.maximo.report.birt.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.
      Methods in com.ibm.tivoli.maximo.report.birt.session that return MXSession 
      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.
    • Uses of MXSession in com.ibm.tivoli.maximo.rest

      Methods in com.ibm.tivoli.maximo.rest that return MXSession 
      Modifier and Type Method and Description
      MXSession BaseRESTSession.getMXSession() 
      MXSession BaseResourceRequest.getMXSession() 
      Methods in com.ibm.tivoli.maximo.rest with parameters of type MXSession 
      Modifier and Type Method and Description
      void BaseRESTSession.setMXSession(MXSession mxSession) 
      void BaseRESTSession.setMXSession(MXSession mxSession, boolean owner) 
    • Uses of MXSession in psdi.configure

      Fields in psdi.configure declared as MXSession 
      Modifier and Type Field and Description
      protected MXSession CommonShell.session
      Session, if MXServer is running.
    • Uses of MXSession in psdi.util

      Subclasses of MXSession in psdi.util 
      Modifier and Type Class and Description
      class  RMISession
      Supports connection to the server thru RMI.
      Methods in psdi.util that return MXSession 
      Modifier and Type Method and Description
      MXSession DefaultMXSessionFactory.getNewSession()
      Always creates a new session and returns it.
      MXSession MXSessionImplFactory.getNewSession()
      Always creates a new session and returns it.
      static MXSession MXSession.getNewSession()
      Creates a new session and returns it.
      MXSession DefaultMXSessionFactory.getSession()
      Returns one and only session for the current class loader.
      MXSession MXSessionImplFactory.getSession()
      Returns one and only session for the current class loader.
      static MXSession MXSession.getSession()
      Returns a reference to the session object.
      Methods in psdi.util with parameters of type MXSession 
      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 DefaultToolClientHandler.dispatchRequest(MXSession mxSession, java.lang.String command, java.lang.Object[] params) 
      java.lang.Object ToolClientHandler.dispatchRequest(MXSession session, java.lang.String command, java.lang.Object[] params)
      Dispatch the command.
      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) 
    • Uses of MXSession in psdi.webclient.beans.report

      Methods in psdi.webclient.beans.report with parameters of type MXSession 
      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)
      Deprecated. 
      Replaced by ReportUtil.qualifyWhere(where, baseTable)
    • Uses of MXSession in psdi.webclient.system.beans

      Methods in psdi.webclient.system.beans that return MXSession 
      Modifier and Type Method and Description
      MXSession DataBean.getMXSession()
      Returns a reference to the MXSession
    • Uses of MXSession in psdi.webclient.system.controller

      Methods in psdi.webclient.system.controller that return MXSession 
      Modifier and Type Method and Description
      MXSession SessionContext.getMXSession()
      Deprecated. 
      FIREFOX
    • Uses of MXSession in psdi.webclient.system.erm

      Methods in psdi.webclient.system.erm with parameters of type MXSession 
      Modifier and Type Method and Description
      void EntityRelationshipModel.generateDataStores(org.w3c.dom.Element presentationElement, MXSession mxSession) 
      java.util.List EntityRelationshipModel.generateDataStoresForDialog(org.w3c.dom.Element el, MXSession mxSession) 
      MboSetRemote UIERMEntity.getZombieMboSet(MXSession mxSession, java.lang.String appName) 
    • Uses of MXSession in psdi.webclient.system.runtime

      Methods in psdi.webclient.system.runtime that return MXSession 
      Modifier and Type Method and Description
      static MXSession WebClientRuntime.getMXSession(javax.servlet.http.HttpSession session) 
      Methods in psdi.webclient.system.runtime with parameters of type MXSession 
      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)
    • Uses of MXSession in psdi.webclient.system.session

      Methods in psdi.webclient.system.session that return MXSession 
      Modifier and Type Method and Description
      MXSession WebClientSession.createMXSession() 
      MXSession WebClientSession.getMXSession()
      Returns the MXSession for the user.
    • Uses of MXSession in psdi.workflow

      Constructors in psdi.workflow with parameters of type MXSession 
      Constructor and Description
      WorkflowDirector(MXSession s)
      Constructor
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes