Constructor and Description |
---|
Operation(DataService dataService,
String name,
String description,
CallQuery callQuery,
boolean batchRequest,
Operation parentOperation,
boolean disableStreamingRequest,
boolean disableStreamingEffective) |
Modifier and Type | Method and Description |
---|---|
static CallQuery |
QueryFactory.createEmptyBoxcarCallQuery(DataService dataService) |
static CallQuery |
QueryFactory.createEmptyCallQuery(DataService dataService) |
Modifier and Type | Method and Description |
---|---|
static List<CallQuery> |
QueryFactory.createCallQueries(DataService dataService,
Iterator<org.apache.axiom.om.OMElement> callQueryElItr)
Create a collection of call queries with the given call query element.
|
Modifier and Type | Method and Description |
---|---|
static void |
QuerySerializer.serializeCallQuery(CallQuery callQuery,
org.apache.axiom.om.OMElement parentEl,
org.apache.axiom.om.OMFactory fac) |
Constructor and Description |
---|
Resource(DataService dataService,
Resource.ResourceID resourceId,
String description,
CallQuery callQuery,
boolean batchRequest,
Resource parentResource,
boolean disableStreamingRequest,
boolean disableStreamingEffective) |
Modifier and Type | Method and Description |
---|---|
CallQuery |
CallableRequest.getCallQuery() |
Modifier and Type | Method and Description |
---|---|
List<CallQuery> |
OutputElementGroup.getCallQueryEntries() |
Modifier and Type | Method and Description |
---|---|
void |
OutputElementGroup.addCallQueryEntry(CallQuery callQuery) |
Constructor and Description |
---|
CallableRequest(String requestName,
String description,
CallQuery callQuery,
boolean batchRequest,
CallableRequest parentRequest,
boolean disableStreamingRequest,
boolean disableStreamingEffective)
Creates a callable request with the given request name and a call query.
|
Copyright © 2019 WSO2. All rights reserved.