public class OslcQueryToQbeHandler
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected OslcResourceInfo |
resourceInfo |
Constructor and Description |
---|
OslcQueryToQbeHandler() |
OslcQueryToQbeHandler(com.ibm.json.java.JSONObject ojo) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
getColumnValue(java.lang.String value,
MboValueInfo mboValueInfo,
UserInfo userInfo) |
protected java.lang.String |
getColumnValueForURIKeyMap(java.lang.Object value,
MboValueInfo mboValueInfo,
UserInfo userInfo) |
java.lang.String |
getQbeWhere() |
void |
handleQueryClause(java.lang.String osName,
MboSetRemote mboSet,
OslcRequest oslcRequest,
java.util.Map prefixNsMap,
WhereToken whereToken,
java.util.List oslcWhereClauseFromQueryWhere) |
boolean |
isNull(java.lang.String value) |
com.ibm.json.java.JSONObject |
queryAsJSON() |
java.lang.String |
queryAsJSONString() |
void |
setQueryLocalized(boolean queryLocalized) |
protected void |
setURIQbe(MboSetRemote mboSet,
MosDetailInfo relatedResource,
java.lang.String[] uris) |
protected OslcResourceInfo resourceInfo
public OslcQueryToQbeHandler()
public OslcQueryToQbeHandler(com.ibm.json.java.JSONObject ojo)
public void setQueryLocalized(boolean queryLocalized)
public java.lang.String getQbeWhere() throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException
public void handleQueryClause(java.lang.String osName, MboSetRemote mboSet, OslcRequest oslcRequest, java.util.Map prefixNsMap, WhereToken whereToken, java.util.List oslcWhereClauseFromQueryWhere) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
protected void setURIQbe(MboSetRemote mboSet, MosDetailInfo relatedResource, java.lang.String[] uris) throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException
protected java.lang.String getColumnValue(java.lang.String value, MboValueInfo mboValueInfo, UserInfo userInfo) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
protected java.lang.String getColumnValueForURIKeyMap(java.lang.Object value, MboValueInfo mboValueInfo, UserInfo userInfo) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
public boolean isNull(java.lang.String value)
public com.ibm.json.java.JSONObject queryAsJSON()
public java.lang.String queryAsJSONString()