Package | Description |
---|---|
org.wso2.carbon.dataservices.core.description.operation | |
org.wso2.carbon.dataservices.core.description.resource | |
org.wso2.carbon.dataservices.core.engine |
Modifier and Type | Class and Description |
---|---|
class |
Operation
Represents an operation within a data service.
|
Modifier and Type | Class and Description |
---|---|
class |
Resource
Represents a resource within a data service.
|
Modifier and Type | Method and Description |
---|---|
CallableRequest |
DataService.getCallableRequest(String requestName) |
CallableRequest |
CallableRequest.getParentRequest()
This method returns the parent request, provided that this is a batch request.
|
Modifier and Type | Method and Description |
---|---|
Map<String,CallableRequest> |
DataService.getCallableRequests() |
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.