Modifier and Type | Method and Description |
---|---|
static String |
DBUtils.evaluateString(String source,
ExternalParamCollection params) |
Modifier and Type | Method and Description |
---|---|
void |
Operation.execute(XMLStreamWriter xmlWriter,
ExternalParamCollection params)
This executes the operation, by retrieving the call query group associated with it,
and executing the query group.
|
Modifier and Type | Method and Description |
---|---|
void |
Resource.execute(XMLStreamWriter xmlWriter,
ExternalParamCollection params) |
Modifier and Type | Method and Description |
---|---|
abstract void |
CallableRequest.execute(XMLStreamWriter xmlWriter,
ExternalParamCollection params)
This method must be implemented in concrete classes to define the semantics of the request.
|
void |
OutputElement.execute(XMLStreamWriter xmlWriter,
ExternalParamCollection params,
int queryLevel,
boolean escapeNonPrintableChar)
Executes and writes the contents of this element, given the parameters.
|
void |
OutputElementGroup.executeElement(XMLStreamWriter xmlWriter,
ExternalParamCollection params,
int queryLevel,
boolean escapeNonPrintableChar) |
void |
StaticOutputElement.executeElement(XMLStreamWriter xmlWriter,
ExternalParamCollection params,
int queryLevel,
boolean escapeNonPrintableChar) |
protected void |
CallQuery.executeElement(XMLStreamWriter xmlWriter,
ExternalParamCollection params,
int queryLevel,
boolean escapeNonPrintableChar) |
protected abstract void |
OutputElement.executeElement(XMLStreamWriter xmlWriter,
ExternalParamCollection params,
int queryLevel,
boolean escapeNonPrintableChar) |
void |
XMLWriterHelper.startRowElement(XMLStreamWriter xmlWriter,
String name,
int resultType,
Result result,
ExternalParamCollection params) |
void |
XMLWriterHelper.writeResultElement(XMLStreamWriter xmlWriter,
String name,
ParamValue value,
QName xsdType,
int categoryType,
int resultType,
ExternalParamCollection params) |
Copyright © 2019 WSO2. All rights reserved.