|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.oakgrovesystems.reactor.requests.ReactorRequest | +--com.oakgrovesystems.reactor.requests.QueryRequest | +--com.oakgrovesystems.reactor.requests.QueryAllObjects
A request for the set of all Process Mediation Objects in the Reactor system.
Field Summary | |
static java.lang.String |
ALL_OBJECTS
The type of a query for all objects |
static java.lang.String |
REQUEST_TYPE
The request type of Query requests. |
static java.lang.String |
TYPE_PARM_NAME
The name of the request parameter that is the query type |
Fields inherited from class com.oakgrovesystems.reactor.requests.QueryRequest |
operandBuilder, policyBuilder, processBuilder, statusBuilder, useLabelPaths |
Fields inherited from class com.oakgrovesystems.reactor.requests.ReactorRequest |
operandOutputter, policyOutputter, processOutputter, statusOutputter |
Constructor Summary | |
QueryAllObjects()
Creates a QueryAllObjects request without specifying the authentication token to use to make the request. |
|
QueryAllObjects(java.lang.String authToken)
Creates a QueryAllObjects request that will use the specified authentication token |
Method Summary | |
java.util.List |
paramsToXML()
Returns a List of Elements representing the parameters of the request |
protected void |
parseParameters(org.jdom.Element params,
com.oakgrovesystems.reactor.LabelPathToIdMapper mapper)
Configures the parameters from the XML representation |
Methods inherited from class com.oakgrovesystems.reactor.requests.QueryRequest |
addObject, addOperand, addPolicy, addProcess, addReference, addStatus, createRtnValXML, getLabelPathFromReference, getUseLabelPaths, parseReturnValues, setUseLabelPaths |
Methods inherited from class com.oakgrovesystems.reactor.requests.ReactorRequest |
configureFromXML, configureFromXML, createResponseXML, createResponseXML, createReturnValuesElem, getAuthToken, getLabelPath, getObjectId, getParameter, getParameter, getParameterNames, getRequestType, makeAuthTokenXML, makeObjectElement, makeOperandElement, makePolicyElement, makeProcessElement, makeReferenceElement, makeStatusElement, parseResponse, send, sendAsXML, sendViaHttp, setAuthToken, setParameter, setRequestType, toString, toXML |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String ALL_OBJECTS
public static final java.lang.String TYPE_PARM_NAME
public static final java.lang.String REQUEST_TYPE
Constructor Detail |
public QueryAllObjects()
public QueryAllObjects(java.lang.String authToken)
authToken
- the authentication token to use to make the requestMethod Detail |
protected void parseParameters(org.jdom.Element params, com.oakgrovesystems.reactor.LabelPathToIdMapper mapper) throws FailedRequestException
ReactorRequest
parseParameters
in class ReactorRequest
params
- the 'parameters' Element of the request
FailedRequestException
- if the parameters can't be configured from the XML.public java.util.List paramsToXML() throws FailedRequestException
ReactorRequest
paramsToXML
in class ReactorRequest
FailedRequestException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |