Package | Description |
---|---|
org.wso2.carbon.dataservices.core.description.operation | |
org.wso2.carbon.dataservices.core.engine |
Modifier and Type | Method and Description |
---|---|
static Operation |
OperationFactory.createAbortBoxcarOperation(DataService dataService) |
static Operation |
OperationFactory.createBeginBoxcarOperation(DataService dataService) |
static Operation |
OperationFactory.createEndBoxcarOperation(DataService dataService) |
static Operation |
OperationFactory.createOperation(DataService dataService,
org.apache.axiom.om.OMElement opEl) |
static Operation |
OperationFactory.createRequestBoxOperation(DataService dataService) |
Modifier and Type | Method and Description |
---|---|
static org.apache.axiom.om.OMElement |
OperationSerializer.serializeOperation(Operation operation) |
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 |
---|---|
Operation |
DataService.getOperation(String opName) |
Modifier and Type | Method and Description |
---|---|
void |
DataService.addOperation(Operation operation) |
Copyright © 2019 WSO2. All rights reserved.