|
|||||||||||
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.QueryGeneral
A request for collection of Process Mediation Objects in the subtree matching a certain criteria. The possible criteria include:
Field Summary | |
static java.lang.String |
ACE_PARM_NAME
The name of the request parameter that is the ACE profile that must match an ACE in the ACL of a Process for it to be included in the result set |
static java.lang.String |
DEPTH_PARM_NAME
The name of the request parameter that is the depth of the tree to retrieve |
static java.lang.String |
EXPAND_USER_PARM_NAME
The name of the request parameter that indicates whether the user in an ACE should be expanded to include associated titles and groups. |
static java.lang.String |
GENERAL_QUERY
The type of a query for a process subtree |
static java.lang.String |
GET_THIN_PROCESSES_PARM_NAME
The name of the request parameter that indicates whether to deserialization conditions |
static java.lang.String |
HAS_ASSOCIATED_OPERAND_ID_PARM_NAME
The name of the request parameter that is the id of an operand that must be associated to the Process to be included in the result set |
static java.lang.String |
HAS_ASSOCIATED_OPERAND_LABEL_PARM_NAME
The name of the request parameter that is the label of an operand that must be associated to the Process to be included in the result set |
static java.lang.String |
HAS_ASSOCIATED_POLICY_ID_PARM_NAME
The name of the request parameter that is the id of a policy that must be associated to the Process to be included in the result set |
static java.lang.String |
HAS_ASSOCIATED_POLICY_LABEL_PARM_NAME
The name of the request parameter that is the label of a policy that must be associated to the Process to be included in the result set |
static java.lang.String |
HAS_ASSOCIATED_STATUS_ID_PARM_NAME
The name of the request parameter that is the id of a status that must be associated to the Process to be included in the result set |
static java.lang.String |
HAS_ASSOCIATED_STATUS_LABEL_PARM_NAME
The name of the request parameter that is the label of a status that must be associated to the Process to be included in the result set |
static java.lang.String |
HAS_ASSOCIATED_SUBPROCESS_ID_PARM_NAME
The name of the request parameter that is the id of a subprocess that must be associated to the Process to be included in the result set |
static java.lang.String |
HAS_ASSOCIATED_SUBPROCESS_LABEL_PARM_NAME
The name of the request parameter that is the label of a subprocess that must be associated to the Process to be included in the result set |
static java.lang.String |
HAS_PARENT_ID_PARM_NAME
The name of the request parameter that is the id of the parent process that a Process must have to be included in the result set |
static java.lang.String |
HAS_PARENT_LABEL_PARM_NAME
The name of the request parameter that is label id of the parent process that a Process must have to be included in the result set |
static java.lang.String |
HAS_STATUS_ID_PARM_NAME
The name of the request parameter that is the id of a status that a Process must have acquired to be included in the result set |
static java.lang.String |
HAS_STATUS_LABEL_PARM_NAME
The name of the request parameter that is the label of a status that a Process must have acquired to be included in the result set |
static java.lang.String |
INCLUDE_OPERANDS_PARM_NAME
The name of the request parameter that is whether or not to return Operands |
static java.lang.String |
INCLUDE_PARENT_PARM_NAME
The name of the request parameter that is whether or not to return the parent process |
static java.lang.String |
INCLUDE_POLICIES_PARM_NAME
The name of the request parameter that is whether or not to return Policies |
static java.lang.String |
INCLUDE_STATUSES_PARM_NAME
The name of the request parameter that is whether or not to return Statuses |
static java.lang.String |
MUST_BE_DEFINITION_PARM_NAME
The name of the request parameter that is whether or not a Process must be a definition to be included in the result set |
static java.lang.String |
MUST_BE_INSTANCE_PARM_NAME
The name of the request parameter that is whether or not a Process must be an instance to be included in the result set |
static java.lang.String |
MUST_BE_ROOT_PARM_NAME
The name of the request parameter that is whether or not a Process must be a root level process to be included in the result set |
protected com.oakgrovesystems.reactor.processMediation.xml.OperandBuilder |
operandBuilder
|
protected com.oakgrovesystems.reactor.processMediation.xml.PolicyBuilder |
policyBuilder
|
static java.lang.String |
PROCESS_ID_PARM_NAME
The name of the request parameter that is the id of the process |
static java.lang.String |
PROCESS_LP_PARM_NAME
The name of the request parameter that is the labelPath of the process |
protected com.oakgrovesystems.reactor.processMediation.xml.ProcessBuilder |
processBuilder
|
static java.lang.String |
REQUEST_TYPE
The request type of Query requests. |
static java.lang.String |
STATE_EQUALS_PARM_NAME
The name of the request parameter that is the state that a Process must have to be included in the result set |
protected com.oakgrovesystems.reactor.processMediation.xml.StatusBuilder |
statusBuilder
|
static java.lang.String |
TYPE_PARM_NAME
The name of the request parameter that is the query type |
protected boolean |
useLabelPaths
|
Fields inherited from class com.oakgrovesystems.reactor.requests.ReactorRequest |
operandOutputter, policyOutputter, processOutputter, statusOutputter |
Constructor Summary | |
QueryGeneral()
Creates a QueryGeneral request without specifying the authentication token to use to make the request. |
|
QueryGeneral(java.lang.String authToken)
Creates a QueryGeneral request that will use the specified authentication token |
Method Summary | |
protected org.jdom.Element |
aceProfileElement(com.oakgrovesystems.reactor.processMediation.ACE ace)
|
protected void |
addObject(com.oakgrovesystems.reactor.requests.QueryResponse response,
org.jdom.Element e)
|
protected void |
addOperand(com.oakgrovesystems.reactor.requests.QueryResponse response,
org.jdom.Element e)
|
protected void |
addPolicy(com.oakgrovesystems.reactor.requests.QueryResponse response,
org.jdom.Element e)
|
protected void |
addProcess(com.oakgrovesystems.reactor.requests.QueryResponse response,
org.jdom.Element e)
|
protected void |
addReference(com.oakgrovesystems.reactor.requests.QueryResponse response,
org.jdom.Element e)
|
protected void |
addStatus(com.oakgrovesystems.reactor.requests.QueryResponse response,
org.jdom.Element e)
|
protected org.jdom.Element |
createRtnValXML(com.oakgrovesystems.reactor.ReactorResponse res,
com.oakgrovesystems.reactor.IdToLabelPathMapper mapper)
This (superclass) implementation simply returns null, which is perfect for requests that don't have return values. |
com.oakgrovesystems.reactor.processMediation.ACE |
getACE()
returns the the ACE profile that must match an ACE in the ACL of a Process for it to be included in the result set |
java.lang.Integer |
getDepth()
returns the depth of the tree to return |
boolean |
getExpandUser()
Returns true if user should be expanded to include associated titles and groups. |
boolean |
getGetThinProcesses()
Returns the boolean indicating to avoid deserialization. |
com.oakgrovesystems.reactor.ReactorObjectId |
getHasAssociatedOperandId()
returns the id of the operand that must be assiciated with the process to be included in the result set |
java.lang.String |
getHasAssociatedOperandLabel()
returns the label of the operand that must be assiciated with the process to be included in the result set |
com.oakgrovesystems.reactor.ReactorObjectId |
getHasAssociatedPolicyId()
returns the id of the policy that must be associated with the process to be included in the result set |
java.lang.String |
getHasAssociatedPolicyLabel()
returns the label of the policy that must be associated with the process to be included in the result set |
com.oakgrovesystems.reactor.ReactorObjectId |
getHasAssociatedStatusId()
returns the id of the status that must be assiciated with the process to be included in the result set |
java.lang.String |
getHasAssociatedStatusLabel()
returns the label of the status that must be associated with the process to be included in the result set |
com.oakgrovesystems.reactor.ReactorObjectId |
getHasAssociatedSubprocessId()
returns the id of the subprocess that must be associated with the process to be included in the result set |
java.lang.String |
getHasAssociatedSubprocessLabel()
returns the label of the subprocess that must be associated with the process to be included in the result set |
com.oakgrovesystems.reactor.ReactorObjectId |
getHasParentId()
returns the id of the parent process that a process must have to be included in the result set |
java.lang.String |
getHasParentLabel()
returns the label of the parent process that a process must have to be included in the result set |
com.oakgrovesystems.reactor.ReactorObjectId |
getHasStatusId()
returns the id of the status that a process must have acquired to be included the result set |
java.lang.String |
getHasStatusLabel()
returns the label of the status that a process must have acquired to be included in the result set |
boolean |
getIncludeOperands()
returns the boolean indicating whether or not to include Operands in the result set |
boolean |
getIncludeParent()
returns the boolean indicating whether or not to include in the result set the parent process of the Process tree |
boolean |
getIncludePolicies()
returns the boolean indicating whether or not to include Policies in the result set |
boolean |
getIncludeStatuses()
returns the boolean indicating whether or not to include Statuses in the result set |
protected com.oakgrovesystems.reactor.LabelPath |
getLabelPathFromReference(org.jdom.Element refEl)
|
boolean |
getMustBeDefinition()
returns the boolean indicating whether or not a Process must be a definition to be included in the result set |
boolean |
getMustBeInstance()
returns the boolean indicating whether or not a Process must be an instance to be included in the result set |
boolean |
getMustBeRoot()
returns the boolean indicating whether or not a Process must be a root level process to be included in the result set |
com.oakgrovesystems.reactor.ReactorObjectId |
getProcessId()
returns the id of the process |
com.oakgrovesystems.reactor.LabelPath |
getProcessLabelPath()
returns the label path of the process |
java.lang.Integer |
getStateEquals()
returns the state that a process must have to be included in the result set |
boolean |
getUseLabelPaths()
|
java.util.List |
paramsToXML()
Returns a List of Elements representing the parameters of the request |
protected void |
parseACEProfile(org.jdom.Element queryDetails)
|
protected void |
parseDepth(org.jdom.Element queryDetails)
|
protected void |
parseHasAssociatedOperand(org.jdom.Element queryDetails)
|
protected void |
parseHasAssociatedPolicy(org.jdom.Element queryDetails)
|
protected void |
parseHasAssociatedStatus(org.jdom.Element queryDetails)
|
protected void |
parseHasAssociatedSubprocess(org.jdom.Element queryDetails)
|
protected void |
parseHasParent(org.jdom.Element queryDetails)
|
protected void |
parseHasStatus(org.jdom.Element queryDetails)
|
protected void |
parseParameters(org.jdom.Element params,
com.oakgrovesystems.reactor.LabelPathToIdMapper mapper)
Configures the parameters from the XML representation |
protected void |
parseProcess(org.jdom.Element queryDetails)
|
protected com.oakgrovesystems.reactor.ReactorResponse |
parseReturnValues(org.jdom.Element returnValues)
|
protected void |
parseStateEquals(org.jdom.Element queryDetails)
|
void |
setACE(com.oakgrovesystems.reactor.processMediation.ACE ace)
Specifies the ACE profile that must match an ACE in the ACL of a Process for it to be included in the result set. |
void |
setDepth(int depth)
Specifies the number of levels of subprocesses to return. |
void |
setExpandUser(boolean flag)
Specifies a flag that is true if a user in the ACE should be expanded to include associated titles and groups. |
void |
setGetThinProcesses(boolean getThinProcesses)
Specifies whether to avoid deserializing PCS-related params. |
void |
setHasAssociatedOperandId(com.oakgrovesystems.reactor.ReactorObjectId hasAssociatedOperandId)
Specifies the id of the operand that must be assiciated with the process to be included in the result set |
void |
setHasAssociatedOperandLabel(java.lang.String hasAssociatedOperandLabel)
Specifies the label of the operand that must be assiciated with the process to be included in the result set |
void |
setHasAssociatedPolicyId(com.oakgrovesystems.reactor.ReactorObjectId hasAssociatedPolicyId)
Specifies the id of the policy that must be associated with the process to be included in the result set |
void |
setHasAssociatedPolicyLabel(java.lang.String hasAssociatedPolicyLabel)
Specifies the label of the policy that must be associated with the process to be included in the result set |
void |
setHasAssociatedStatusId(com.oakgrovesystems.reactor.ReactorObjectId hasAssociatedStatusId)
Specifies the id of the status that must be assiciated with the process to be included in the result set |
void |
setHasAssociatedStatusLabel(java.lang.String hasAssociatedStatusLabel)
Specifies the label of the status that must be assiciated with the process to be included in the result set |
void |
setHasAssociatedSubprocessId(com.oakgrovesystems.reactor.ReactorObjectId hasAssociatedSubprocessId)
Specifies the id of the subprocess that must be associated with the process to be included in the result set |
void |
setHasAssociatedSubprocessLabel(java.lang.String hasAssociatedSubprocessLabel)
Specifies the label of the subprocess that must be associated with the process to be included in the result set |
void |
setHasParentId(com.oakgrovesystems.reactor.ReactorObjectId hasParentId)
Specifies the id of the parent process that a process must have to be included in the result set |
void |
setHasParentLabel(java.lang.String hasParentLabel)
Specifies the label of the parent process that a process must have to be included in the result set |
void |
setHasStatusId(com.oakgrovesystems.reactor.ReactorObjectId hasStatusId)
Specifies the id of the status that a process must have acquited to be included in the result set |
void |
setHasStatusLabel(java.lang.String hasStatusLabel)
Specifies the label of the status that a process must have acquired to be included in the result set |
void |
setIncludeOperands(boolean includeOperands)
Specifies whether or not to include Operands in the result set. |
void |
setIncludeParent(boolean includeParent)
Specifies whether or not to include in the result set the parent process of the Process tree. |
void |
setIncludePolicies(boolean includePolicies)
Specifies whether or not to include Policies in the result set. |
void |
setIncludeStatuses(boolean includeStatuses)
Specifies whether or not to include Statuses in the result set. |
void |
setMustBeDefinition(boolean mustBeDefinition)
Specifies whether or not a Process must be a definition to be included in the result set. |
void |
setMustBeInstance(boolean mustBeInstance)
Specifies whether or not a Process must be an instance to be included in the result set. |
void |
setMustBeRoot(boolean mustBeRoot)
Specifies whether or not a Process must be a root level process to be included in the result set. |
void |
setProcessId(com.oakgrovesystems.reactor.ReactorObjectId processId)
Specifies the id of the process. |
void |
setProcessLabelPath(com.oakgrovesystems.reactor.LabelPath processLabelPath)
Specifies the label path of the process. |
void |
setStateEquals(int stateEquals)
Specifies the state that a Process must have to be included in the result set. |
void |
setUseLabelPaths(boolean value)
|
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 |
protected boolean useLabelPaths
protected com.oakgrovesystems.reactor.processMediation.xml.ProcessBuilder processBuilder
protected com.oakgrovesystems.reactor.processMediation.xml.OperandBuilder operandBuilder
protected com.oakgrovesystems.reactor.processMediation.xml.StatusBuilder statusBuilder
protected com.oakgrovesystems.reactor.processMediation.xml.PolicyBuilder policyBuilder
public static final java.lang.String TYPE_PARM_NAME
public static final java.lang.String GENERAL_QUERY
public static final java.lang.String PROCESS_ID_PARM_NAME
public static final java.lang.String PROCESS_LP_PARM_NAME
public static final java.lang.String ACE_PARM_NAME
public static final java.lang.String EXPAND_USER_PARM_NAME
public static final java.lang.String MUST_BE_DEFINITION_PARM_NAME
public static final java.lang.String MUST_BE_INSTANCE_PARM_NAME
public static final java.lang.String STATE_EQUALS_PARM_NAME
public static final java.lang.String HAS_STATUS_ID_PARM_NAME
public static final java.lang.String HAS_STATUS_LABEL_PARM_NAME
public static final java.lang.String HAS_ASSOCIATED_OPERAND_ID_PARM_NAME
public static final java.lang.String HAS_ASSOCIATED_OPERAND_LABEL_PARM_NAME
public static final java.lang.String HAS_ASSOCIATED_STATUS_ID_PARM_NAME
public static final java.lang.String HAS_ASSOCIATED_STATUS_LABEL_PARM_NAME
public static final java.lang.String HAS_ASSOCIATED_POLICY_ID_PARM_NAME
public static final java.lang.String HAS_ASSOCIATED_POLICY_LABEL_PARM_NAME
public static final java.lang.String HAS_ASSOCIATED_SUBPROCESS_ID_PARM_NAME
public static final java.lang.String HAS_ASSOCIATED_SUBPROCESS_LABEL_PARM_NAME
public static final java.lang.String HAS_PARENT_ID_PARM_NAME
public static final java.lang.String HAS_PARENT_LABEL_PARM_NAME
public static final java.lang.String MUST_BE_ROOT_PARM_NAME
public static final java.lang.String DEPTH_PARM_NAME
public static final java.lang.String INCLUDE_OPERANDS_PARM_NAME
public static final java.lang.String INCLUDE_STATUSES_PARM_NAME
public static final java.lang.String INCLUDE_POLICIES_PARM_NAME
public static final java.lang.String INCLUDE_PARENT_PARM_NAME
public static final java.lang.String GET_THIN_PROCESSES_PARM_NAME
public static final java.lang.String REQUEST_TYPE
Constructor Detail |
public QueryGeneral()
public QueryGeneral(java.lang.String authToken)
authToken
- the authentication token to use to make the requestMethod Detail |
public void setUseLabelPaths(boolean value)
public boolean getUseLabelPaths()
public void setProcessId(com.oakgrovesystems.reactor.ReactorObjectId processId)
processId
- the id of the process to querypublic com.oakgrovesystems.reactor.ReactorObjectId getProcessId()
public void setProcessLabelPath(com.oakgrovesystems.reactor.LabelPath processLabelPath)
processLabelPath
- the label path the process to querypublic com.oakgrovesystems.reactor.LabelPath getProcessLabelPath()
public void setACE(com.oakgrovesystems.reactor.processMediation.ACE ace)
ace
- the the ACE profile that must match an ACE in the ACL of a Process
for it to be included in the result setpublic com.oakgrovesystems.reactor.processMediation.ACE getACE()
public void setExpandUser(boolean flag)
flag
- true if user should be expanded to include associated titles and groups
for it to be included in the result setpublic boolean getExpandUser()
public void setMustBeDefinition(boolean mustBeDefinition)
mustBeDefinition
- whether or not a Process must be a definition to be included in the result setpublic boolean getMustBeDefinition()
public void setMustBeInstance(boolean mustBeInstance)
mustBeInstance
- whether or not a Process must be an instance to be included in the result setpublic boolean getMustBeInstance()
public void setStateEquals(int stateEquals)
0
: Don't Care (Default)
Process.STATE_UNSTARTED
: State unstarted
Process.STATE_STARTED
: State started
Process.STATE_FINISHED
: State finished
stateEquals
- the state of a processpublic java.lang.Integer getStateEquals()
public void setHasStatusId(com.oakgrovesystems.reactor.ReactorObjectId hasStatusId)
hasStatusId
- the id of the status that a process must have acquiredpublic com.oakgrovesystems.reactor.ReactorObjectId getHasStatusId()
public void setHasStatusLabel(java.lang.String hasStatusLabel)
hasStatusLabel
- the label of the status that a process must have acquiredpublic java.lang.String getHasStatusLabel()
public void setHasAssociatedOperandId(com.oakgrovesystems.reactor.ReactorObjectId hasAssociatedOperandId)
hasAssociatedOperandId
- the id of the operand that must be associated with the processpublic com.oakgrovesystems.reactor.ReactorObjectId getHasAssociatedOperandId()
public void setHasAssociatedOperandLabel(java.lang.String hasAssociatedOperandLabel)
hasAssociatedOperandLabel
- the id of the operand that must be associated with the processpublic java.lang.String getHasAssociatedOperandLabel()
public void setHasAssociatedStatusId(com.oakgrovesystems.reactor.ReactorObjectId hasAssociatedStatusId)
hasAssociatedStatusId
- the id of the status that must be associated with the processpublic com.oakgrovesystems.reactor.ReactorObjectId getHasAssociatedStatusId()
public void setHasAssociatedStatusLabel(java.lang.String hasAssociatedStatusLabel)
hasAssociatedStatusLabel
- the id of the status that must be associated with the processpublic java.lang.String getHasAssociatedStatusLabel()
public void setHasAssociatedPolicyId(com.oakgrovesystems.reactor.ReactorObjectId hasAssociatedPolicyId)
hasAssociatedPolicyId
- the id of the policy that must be associated with the processpublic com.oakgrovesystems.reactor.ReactorObjectId getHasAssociatedPolicyId()
public void setHasAssociatedPolicyLabel(java.lang.String hasAssociatedPolicyLabel)
hasAssociatedPolicyLabel
- the label of the policy that must be associated with the processpublic java.lang.String getHasAssociatedPolicyLabel()
public void setHasAssociatedSubprocessId(com.oakgrovesystems.reactor.ReactorObjectId hasAssociatedSubprocessId)
hasAssociatedSubprocessId
- the id of the subprocess that must be associated with the processpublic com.oakgrovesystems.reactor.ReactorObjectId getHasAssociatedSubprocessId()
public void setHasAssociatedSubprocessLabel(java.lang.String hasAssociatedSubprocessLabel)
hasAssociatedSubprocessLabel
- the label of the subprocess that must be associated with the processpublic java.lang.String getHasAssociatedSubprocessLabel()
public void setHasParentId(com.oakgrovesystems.reactor.ReactorObjectId hasParentId)
hasParentId
- the id of the parent process that a process must havepublic com.oakgrovesystems.reactor.ReactorObjectId getHasParentId()
public void setHasParentLabel(java.lang.String hasParentLabel)
hasParentLabel
- the label of the parent process that a process must havepublic java.lang.String getHasParentLabel()
public void setMustBeRoot(boolean mustBeRoot)
mustBeRoot
- whether or not a Process must be a root level process to be included in the result setpublic boolean getMustBeRoot()
public void setDepth(int depth)
depth
- the number of levels of subprocesses to returnpublic java.lang.Integer getDepth()
public void setIncludeOperands(boolean includeOperands)
public boolean getIncludeOperands()
public void setIncludeStatuses(boolean includeStatuses)
public boolean getIncludeStatuses()
public void setIncludePolicies(boolean includePolicies)
public boolean getIncludePolicies()
public void setIncludeParent(boolean includeParent)
includeParent
- whether or not to include in the result set parent process of
the Process treepublic boolean getIncludeParent()
public void setGetThinProcesses(boolean getThinProcesses)
public boolean getGetThinProcesses()
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
protected void parseProcess(org.jdom.Element queryDetails) throws FailedRequestException
FailedRequestException
protected void parseACEProfile(org.jdom.Element queryDetails) throws ProcessMediationException
ProcessMediationException
protected void parseStateEquals(org.jdom.Element queryDetails) throws FailedRequestException
FailedRequestException
protected void parseHasStatus(org.jdom.Element queryDetails) throws FailedRequestException
FailedRequestException
protected void parseHasAssociatedOperand(org.jdom.Element queryDetails) throws FailedRequestException
FailedRequestException
protected void parseHasAssociatedStatus(org.jdom.Element queryDetails) throws FailedRequestException
FailedRequestException
protected void parseHasAssociatedPolicy(org.jdom.Element queryDetails) throws FailedRequestException
FailedRequestException
protected void parseHasAssociatedSubprocess(org.jdom.Element queryDetails) throws FailedRequestException
FailedRequestException
protected void parseHasParent(org.jdom.Element queryDetails) throws FailedRequestException
FailedRequestException
protected void parseDepth(org.jdom.Element queryDetails) throws FailedRequestException
FailedRequestException
protected org.jdom.Element aceProfileElement(com.oakgrovesystems.reactor.processMediation.ACE ace) throws FailedRequestException
FailedRequestException
protected com.oakgrovesystems.reactor.ReactorResponse parseReturnValues(org.jdom.Element returnValues) throws FailedRequestException
parseReturnValues
in class ReactorRequest
FailedRequestException
protected void addObject(com.oakgrovesystems.reactor.requests.QueryResponse response, org.jdom.Element e) throws FailedRequestException
FailedRequestException
protected void addProcess(com.oakgrovesystems.reactor.requests.QueryResponse response, org.jdom.Element e) throws com.oakgrovesystems.reactor.processMediation.xml.ProcessMediationObjectConstructionException
com.oakgrovesystems.reactor.processMediation.xml.ProcessMediationObjectConstructionException
protected void addOperand(com.oakgrovesystems.reactor.requests.QueryResponse response, org.jdom.Element e) throws com.oakgrovesystems.reactor.processMediation.xml.ProcessMediationObjectConstructionException
com.oakgrovesystems.reactor.processMediation.xml.ProcessMediationObjectConstructionException
protected void addStatus(com.oakgrovesystems.reactor.requests.QueryResponse response, org.jdom.Element e) throws com.oakgrovesystems.reactor.processMediation.xml.ProcessMediationObjectConstructionException
com.oakgrovesystems.reactor.processMediation.xml.ProcessMediationObjectConstructionException
protected void addPolicy(com.oakgrovesystems.reactor.requests.QueryResponse response, org.jdom.Element e) throws com.oakgrovesystems.reactor.processMediation.xml.ProcessMediationObjectConstructionException
com.oakgrovesystems.reactor.processMediation.xml.ProcessMediationObjectConstructionException
protected void addReference(com.oakgrovesystems.reactor.requests.QueryResponse response, org.jdom.Element e) throws com.oakgrovesystems.reactor.processMediation.xml.ProcessMediationObjectConstructionException
com.oakgrovesystems.reactor.processMediation.xml.ProcessMediationObjectConstructionException
protected com.oakgrovesystems.reactor.LabelPath getLabelPathFromReference(org.jdom.Element refEl) throws com.oakgrovesystems.reactor.processMediation.xml.ReactorObjectIdConstructionException
com.oakgrovesystems.reactor.processMediation.xml.ReactorObjectIdConstructionException
protected org.jdom.Element createRtnValXML(com.oakgrovesystems.reactor.ReactorResponse res, com.oakgrovesystems.reactor.IdToLabelPathMapper mapper) throws FailedRequestException
ReactorRequest
createRtnValXML
in class ReactorRequest
res
- the ReactorResponse to translate to XML.mapper
- object to convert IDs to label paths in return values
FailedRequestException
- if the return values Element can't be created
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |