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 |
Modifier and Type | Method and Description |
---|---|
void |
GQSchemaGenerator.loadAllQueriesToSchema(graphql.schema.GraphQLSchema.Builder graphQLSchemaB,
MosInfo mosInfo) |
Modifier and Type | Method and Description |
---|---|
static void |
OslcUtils.setRestrictWhere(MboSetRemote mboset,
MosInfo mosInfo) |
Modifier and Type | Field and Description |
---|---|
protected MosInfo |
OSOslcSerializer.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) |
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) |
Modifier and Type | Method and Description |
---|---|
static MboRemote |
DMUtil.findTopLevelMosForChild(MosInfo mosInfo,
MboRemote childMbo)
Find top level mbo for a child mbo
|
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) |
Modifier and Type | Field and Description |
---|---|
protected MosInfo |
MaximoEventFilter.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.
|
Modifier and Type | Field and Description |
---|---|
protected MosInfo |
MosProcess.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() |
Constructor and Description |
---|
MosGraphRelationInfo(MosInfo targetIntObject,
java.lang.String relationName,
java.lang.String fieldName)
Constructor
|