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

Uses of Class
psdi.iface.mos.MosInfo

  • Packages that use MosInfo 
    Package Description
    com.ibm.tivoli.maximo.graphql  
    com.ibm.tivoli.maximo.oslc  
    com.ibm.tivoli.maximo.oslc.provider  
    com.ibm.tivoli.maximo.rest  
    psdi.dm.util  
    psdi.iface.load  
    psdi.iface.mic  
    psdi.iface.mos  
    • Uses of MosInfo in com.ibm.tivoli.maximo.graphql

      Methods in com.ibm.tivoli.maximo.graphql with parameters of type MosInfo 
      Modifier and Type Method and Description
      void GQSchemaGenerator.loadAllQueriesToSchema(graphql.schema.GraphQLSchema.Builder graphQLSchemaB, MosInfo mosInfo) 
    • Uses of MosInfo in com.ibm.tivoli.maximo.oslc

      Methods in com.ibm.tivoli.maximo.oslc with parameters of type MosInfo 
      Modifier and Type Method and Description
      static void OslcUtils.setRestrictWhere(MboSetRemote mboset, MosInfo mosInfo) 
    • Uses of MosInfo in com.ibm.tivoli.maximo.oslc.provider

      Fields in com.ibm.tivoli.maximo.oslc.provider declared as MosInfo 
      Modifier and Type Field and Description
      protected MosInfo OSOslcSerializer.mosInfo 
      Methods in com.ibm.tivoli.maximo.oslc.provider with parameters of type MosInfo 
      Modifier and Type Method and Description
      protected void OslcYamlGenerator.addYamlParamsAction(OslcYaml oslcYaml, java.lang.String osName, java.lang.String method, boolean isResource, MosInfo mosInfo) 
      protected void OslcOASGenerator.addYamlParamsAction(java.lang.String path, java.lang.String method, boolean isResource, MosInfo mosInfo, com.ibm.json.java.JSONObject actionObject)
      Add actions to OSLCYAML
      protected com.ibm.json.java.JSONObject OslcOASGenerator.loadActions(java.lang.String osName, MosInfo mosInfo, java.util.Map wsmethodMap)
      Load Actions from OSOSLCACTION, RESTSYSACTION, WSMETHODACTION.
      protected void OslcOASGenerator.loadWSMethodActions(java.lang.String osName, com.ibm.json.java.JSONArray resourcePostArray, com.ibm.json.java.JSONArray resourceGetArray, com.ibm.json.java.JSONArray collectionPostArray, com.ibm.json.java.JSONArray collectionGetArray, MosInfo mosInfo, java.util.Map wsmethodObject)
      Load Actions from WSMETHOD, defined in service class
      protected void OslcOASGenerator.setAttachment(java.lang.String osName, java.lang.String osTag, OslcResourceDetailInfo osDetailInfo, MosInfo mosInfo) 
      protected void OslcYamlGenerator.setGetOSResource(java.lang.String osName, OslcYaml oslcYaml, MosInfo mosInfo) 
      protected void OslcOASGenerator.setOASActionMethod(java.lang.String osName, java.lang.String ostag, MosInfo mosInfo, java.lang.String actionCategory, java.lang.String baseCategroy, java.lang.String httpMethodName, boolean isResource, java.util.Map wsmethodMap) 
      protected void OslcYamlGenerator.setPostOS(java.lang.String osName, OslcYaml oslcYaml, MosInfo mosInfo) 
      protected void OslcOASGenerator.setPostOS(java.lang.String osName, java.lang.String osTag, MosInfo mosInfo, com.ibm.json.java.JSONObject actionObject, boolean osSchemaAdded) 
      protected void OslcYamlGenerator.setPostOSResource(java.lang.String osName, OslcYaml oslcYaml, MosInfo mosInfo) 
      protected void OslcOASGenerator.setPostOSResource(java.lang.String osName, java.lang.String osTag, MosInfo mosInfo, com.ibm.json.java.JSONObject actionObject, boolean osSchemaAdded) 
    • Uses of MosInfo in com.ibm.tivoli.maximo.rest

      Constructors in com.ibm.tivoli.maximo.rest with parameters of type MosInfo 
      Constructor and Description
      MOSJSONStructure(MosInfo mosInfo, java.lang.String operation, boolean verbose, boolean dropNulls, boolean locale, boolean retainMbos, boolean generic, boolean keys, boolean rootOnly, boolean metaData, boolean compact, boolean calculateEtag, boolean useTotalCount) 
    • Uses of MosInfo in psdi.dm.util

      Methods in psdi.dm.util with parameters of type MosInfo 
      Modifier and Type Method and Description
      static MboRemote DMUtil.findTopLevelMosForChild(MosInfo mosInfo, MboRemote childMbo)
      Find top level mbo for a child mbo
    • Uses of MosInfo in psdi.iface.load

      Constructors in psdi.iface.load with parameters of type MosInfo 
      Constructor and Description
      ObjectStructureLoader(MosInfo mosInfo, boolean preview, java.lang.String messageType)
      Construct the set
      ObjStrInboundXMLSplitter(MosInfo mInfo, boolean preview, MboRemote npMbo, java.lang.String msgType) 
    • Uses of MosInfo in psdi.iface.mic

      Fields in psdi.iface.mic declared as MosInfo 
      Modifier and Type Field and Description
      protected MosInfo MaximoEventFilter.mosInfo 
      Methods in psdi.iface.mic that return MosInfo 
      Modifier and Type Method and Description
      MosInfo MicServiceRemote.getObjectStructureInfo(java.lang.String objectStructureName)
      Get MosInfo for a given Object Structure name.
      MosInfo MicService.getObjectStructureInfo(java.lang.String objectStructureName)
      Get MosInfo for a given Object Structure name.
    • Uses of MosInfo in psdi.iface.mos

      Fields in psdi.iface.mos declared as MosInfo 
      Modifier and Type Field and Description
      protected MosInfo MosProcess.mosInfo 
      Methods in psdi.iface.mos that return MosInfo 
      Modifier and Type Method and Description
      MosInfo MosDetailInfo.getMosInfo()
      Get the parent MosInfo
      MosInfo ObjectStructureCacheImpl.getMosInfo(java.lang.String intObjectName)
      Gets the info object for the specific MOS
      MosInfo ObjectStructureCache.getMosInfo(java.lang.String intObjectName)
      Gets the info object for the specific MOS
      MosInfo MosGraphRelationInfo.getTargetIntObject() 
      Constructors in psdi.iface.mos with parameters of type MosInfo 
      Constructor and Description
      MosGraphRelationInfo(MosInfo targetIntObject, java.lang.String relationName, java.lang.String fieldName)
      Constructor
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes