public class MOSQbeXMLProcessor extends QbeXMLProcessor
OPERANDAND, OPERANDOR, OPERATOR_ENDSWITH, OPERATOR_EQUALS, OPERATOR_GREATER, OPERATOR_GREATEREQUALS, OPERATOR_LESS, OPERATOR_LESSEQUALS, OPERATOR_NOTEQUALS, OPERATOR_STARTSWITH| Constructor and Description |
|---|
MOSQbeXMLProcessor(java.lang.String mosName,
UserInfo userInfo) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.String> |
getChildFilterMap() |
MboSetRemote |
getMboSet(org.jdom.Document doc) |
MboSetRemote |
getMboSet(org.jdom.Element elem) |
public MOSQbeXMLProcessor(java.lang.String mosName,
UserInfo userInfo)
throws MXException,
java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionpublic java.util.Map<java.lang.String,java.lang.String> getChildFilterMap()
public MboSetRemote getMboSet(org.jdom.Document doc) throws MXException, java.rmi.RemoteException
getMboSet in class QbeXMLProcessordoc - the query xml document.MXExceptionjava.rmi.RemoteExceptionpublic MboSetRemote getMboSet(org.jdom.Element elem) throws MXException, java.rmi.RemoteException
getMboSet in class QbeXMLProcessorelem - the query xml element.MXExceptionjava.rmi.RemoteException