public class Operation extends CallableRequest
| 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 |
|---|---|
void |
execute(XMLStreamWriter xmlWriter,
ExternalParamCollection params)
This executes the operation, by retrieving the call query group associated with it,
and executing the query group.
|
DataService |
getDataService() |
String |
getName() |
getCallQuery, getDescription, getParentRequest, getRequestName, isBatchRequest, isDisableStreamingEffective, isDisableStreamingRequest, isReturnRequestStatus, setReturnRequestStatuspublic Operation(DataService dataService, String name, String description, CallQuery callQuery, boolean batchRequest, Operation parentOperation, boolean disableStreamingRequest, boolean disableStreamingEffective)
public DataService getDataService()
public String getName()
public void execute(XMLStreamWriter xmlWriter, ExternalParamCollection params) throws DataServiceFault
execute in class CallableRequestDataServiceFaultCopyright © 2018 WSO2. All rights reserved.