Modifier and Type | Method and Description |
---|---|
static DataService |
DataServiceFactory.createDataService(org.apache.axiom.om.OMElement dbsElement,
String dsLocation)
Creates a DataService object with the given information.
|
DataService |
DataServiceDocLitWrappedSchemaGenerator.CommonParams.getDataService() |
DataService |
DataServiceFault.getSourceDataService() |
Modifier and Type | Method and Description |
---|---|
static String |
DBUtils.getCurrentContextUsername(DataService dataService) |
static void |
DBUtils.populateStandardCustomDSProps(Map<String,String> dsProps,
DataService dataService,
Config config) |
static String |
DBUtils.resolvePasswordValue(DataService dataService,
String password)
Check the given password is encrypted or not, if its encrypted resolve the password.
|
void |
DataServiceFault.setSourceDataService(DataService sourceDataService) |
Constructor and Description |
---|
CommonParams(org.apache.axis2.description.AxisService axisService,
DataService dataservice) |
JDBCPoolSQLConfig(DataService dataService,
String configId,
String type,
Map<String,String> properties,
boolean odataEnable) |
Modifier and Type | Method and Description |
---|---|
DataService |
Config.getDataService() |
Modifier and Type | Method and Description |
---|---|
static Config |
ConfigFactory.createConfig(DataService dataService,
org.apache.axiom.om.OMElement configEl) |
Constructor and Description |
---|
CassandraConfig(DataService dataService,
String configId,
Map<String,String> properties,
boolean odataEnable) |
Config(DataService dataService,
String configId,
String type,
Map<String,String> properties,
boolean oDataEnabled) |
CSVConfig(DataService dataService,
String configId,
Map<String,String> properties,
boolean odataEnable) |
CustomQueryBasedDSConfig(DataService dataService,
String configId,
String type,
Map<String,String> properties,
boolean odataEnable) |
CustomQueryCarbonDataSourceConfig(DataService dataService,
String configId,
Map<String,String> properties,
boolean odataEnable) |
ExcelConfig(DataService dataService,
String configId,
Map<String,String> properties,
boolean odataEnable) |
GSpreadConfig(DataService dataService,
String configId,
Map<String,String> properties,
boolean odataEnable) |
InlineCustomQueryBasedDSConfig(DataService dataService,
String configId,
Map<String,String> properties,
boolean odataEnable) |
JNDIConfig(DataService dataService,
String configId,
Map<String,String> properties,
boolean odataEnable) |
MongoConfig(DataService dataService,
String configId,
Map<String,String> properties,
boolean odataEnable) |
RDBMSConfig(DataService dataService,
String configId,
Map<String,String> properties) |
RDBMSConfig(DataService dataService,
String configId,
Map<String,String> properties,
boolean odataEnable) |
RDFConfig(DataService dataService,
String configId,
Map<String,String> properties,
boolean odataEnable) |
SparqlEndpointConfig(DataService dataService,
String configId,
Map<String,String> properties,
boolean odataEnable) |
SQLCarbonDataSourceConfig(DataService dataService,
String configId,
Map<String,String> properties) |
SQLCarbonDataSourceConfig(DataService dataService,
String configId,
Map<String,String> properties,
boolean odataEnable) |
SQLConfig(DataService dataService,
String configId,
String type,
Map<String,String> properties,
boolean odataEnable) |
TabularDataBasedConfig(DataService dataService,
String configId,
Map<String,String> properties,
boolean odataEnable) |
WebConfig(DataService dataService,
String configId,
Map<String,String> properties,
boolean odataEnable) |
Modifier and Type | Method and Description |
---|---|
DataService |
EventTrigger.getDataService() |
Modifier and Type | Method and Description |
---|---|
static EventTrigger |
EventTriggerFactory.createEventTrigger(DataService dataService,
org.apache.axiom.om.OMElement eventEl) |
Constructor and Description |
---|
EventTrigger(DataService dataService,
String language,
String triggerId,
String expression,
String targetTopic,
List<String> endpointUrls) |
XPathEventTrigger(DataService dataService,
String triggerId,
String expression,
String targetTopic,
List<String> endpointUrls) |
Modifier and Type | Method and Description |
---|---|
DataService |
Operation.getDataService() |
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) |
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 |
---|---|
DataService |
Query.getDataService() |
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.
|
static CallQuery |
QueryFactory.createEmptyBoxcarCallQuery(DataService dataService) |
static CallQuery |
QueryFactory.createEmptyCallQuery(DataService dataService) |
static Query |
QueryFactory.createQuery(DataService dataService,
org.apache.axiom.om.OMElement queryEl) |
Constructor and Description |
---|
CassandraQuery(DataService dataService,
String queryId,
String query,
List<QueryParam> queryParams,
Result result,
String configId,
EventTrigger inputEventTrigger,
EventTrigger outputEventTrigger,
Map<String,String> advancedProperties,
String inputNamespace) |
CSVQuery(DataService dataService,
String queryId,
List<QueryParam> queryParams,
String configId,
Result result,
EventTrigger inputEventTrigger,
EventTrigger outputEventTrigger,
Map<String,String> advancedProperties,
String inputNamespace) |
CustomQueryBasedDSQuery(DataService dataService,
String queryId,
List<QueryParam> queryParams,
Result result,
String configId,
EventTrigger inputEventTrigger,
EventTrigger outputEventTrigger,
Map<String,String> advancedProperties,
String inputNamespace,
String expression) |
ExcelQuery(DataService dataService,
String queryId,
List<QueryParam> queryParams,
String configId,
String workbookName,
boolean hasHeader,
int startingRow,
int headerRow,
int maxRowCount,
Result result,
EventTrigger inputEventTrigger,
EventTrigger outputEventTrigger,
Map<String,String> advancedProperties,
String inputNamespace) |
ExpressionQuery(DataService dataService,
String queryId,
List<QueryParam> queryParams,
String query,
Result result,
String configId,
EventTrigger inputEventTrigger,
EventTrigger outputEventTrigger,
Map<String,String> advancedProperties,
String inputNamespace) |
GSpreadQuery(DataService dataService,
String queryId,
List<QueryParam> queryParams,
String configId,
int worksheetNumber,
boolean hasHeader,
int startingRow,
int headerRow,
int maxRowCount,
Result result,
EventTrigger inputEventTrigger,
EventTrigger outputEventTrigger,
Map<String,String> advancedProperties,
String inputNamespace) |
MongoQuery(DataService dataService,
String queryId,
String configId,
String expression,
List<QueryParam> queryParams,
Result result,
EventTrigger inputEventTrigger,
EventTrigger outputEventTrigger,
Map<String,String> advancedProperties,
String inputNamespace) |
Query(DataService dataService,
String queryId,
List<QueryParam> queryParams,
Result result,
String configId,
EventTrigger inputEventTrigger,
EventTrigger outputEventTrigger,
Map<String,String> advancedProperties,
String inputNamespace) |
RdfFileQuery(DataService dataService,
String queryId,
String configId,
String query,
List<QueryParam> queryParams,
Result result,
EventTrigger inputEventTrigger,
EventTrigger outputEventTrigger,
Map<String,String> advancedProperties,
String inputNamespace) |
SparqlEndpointQuery(DataService dataService,
String queryId,
String configId,
String query,
List<QueryParam> queryParams,
Result result,
EventTrigger inputEventTrigger,
EventTrigger outputEventTrigger,
Map<String,String> advancedProperties,
String inputNamespace) |
SPARQLQuery(DataService dataService,
String queryId,
String configId,
String query,
List<QueryParam> queryParams,
Result result,
EventTrigger inputEventTrigger,
EventTrigger outputEventTrigger,
Map<String,String> advancedProperties,
String inputNamespace) |
SparqlQueryBase(DataService dataService,
String queryId,
String configId,
String query,
List<QueryParam> queryParams,
Result result,
EventTrigger inputEventTrigger,
EventTrigger outputEventTrigger,
Map<String,String> advancedProperties,
String inputNamespace) |
SQLQuery(DataService dataService,
String queryId,
String configId,
boolean returnGeneratedKeys,
boolean returnUpdatedRowCount,
String[] keyColumns,
String query,
List<QueryParam> queryParams,
Result result,
EventTrigger inputEventTrigger,
EventTrigger outputEventTrigger,
Map<String,String> advancedProperties,
String inputNamespace) |
WebQuery(DataService dataService,
String queryId,
List<QueryParam> queryParams,
String configId,
Result result,
EventTrigger inputEventTrigger,
EventTrigger outputEventTrigger,
Map<String,String> advancedProperties,
String scraperVariable,
String inputNamespace) |
Modifier and Type | Method and Description |
---|---|
DataService |
Resource.getDataService() |
Modifier and Type | Method and Description |
---|---|
static Resource |
ResourceFactory.createResource(DataService dataService,
org.apache.axiom.om.OMElement resEl) |
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 |
---|---|
DataService |
XADataSourceInfo.getDataService() |
Constructor and Description |
---|
XADataSourceInfo(DataService dataService,
String className,
Map<String,String> properties) |
Modifier and Type | Method and Description |
---|---|
DataService |
DataServiceRequest.getDataService() |
Constructor and Description |
---|
BatchDataServiceRequest(DataService dataService,
String requestName,
List<Map<String,ParamValue>> batchParams) |
DataServiceRequest(DataService dataService,
String requestName) |
RequestBoxRequest(DataService dataService,
String requestName)
Constructor
|
SingleDataServiceRequest(DataService dataService,
String requestName,
Map<String,ParamValue> params) |
Modifier and Type | Method and Description |
---|---|
DataService |
DSOMDataSource.getDataService() |
DataService |
CallQuery.getDataService() |
Modifier and Type | Method and Description |
---|---|
static org.apache.axiom.om.OMElement |
DataServiceSerializer.serializeDataService(DataService dataService) |
Constructor and Description |
---|
CallQuery(DataService dataService,
String queryId,
Map<String,CallQuery.WithParam> withParams,
Set<String> requiredRoles) |
DSOMDataSource(DataService dataService,
String opName,
Map<String,ParamValue> params) |
StaticOutputElement(DataService dataService,
String name,
String param,
String originalParam,
String paramType,
String elementType,
String namespace,
QName xsdType,
Set<String> requiredRoles,
int dataCategory,
int resultType,
String export,
int exportType,
String arrayName) |
Modifier and Type | Method and Description |
---|---|
DataService |
DataServiceInstance.getDataService() |
Constructor and Description |
---|
DataServiceInstance(DataService dataService) |
Modifier and Type | Method and Description |
---|---|
DataService |
DSGenerator.getGeneratedService() |
Modifier and Type | Method and Description |
---|---|
List<DataService> |
DSGenerator.getGeneratedServiceList() |
Modifier and Type | Method and Description |
---|---|
static DataService |
DSTools.createDataService(org.apache.axiom.om.OMElement dbsElement,
String dsLocation)
This method creates a DataService object, given the data services descriptor information.
|
Modifier and Type | Method and Description |
---|---|
static void |
DSTools.abortBoxcar(DataService dataService)
This method aborts the current boxcarring session
|
static org.apache.axiom.om.OMElement |
DSTools.accessResource(DataService dataService,
String resourcePath,
Map<String,ParamValue> params,
String accessMethod)
This method accesses a resource defined in the data service.
|
static void |
DSTools.beginBoxcar(DataService dataService)
This method begins a boxcarring session.
|
static org.apache.axiom.om.OMElement |
DSTools.endBoxcar(DataService dataService)
This method ends and commits a boxcarring session.
|
static void |
DSTools.invokeOperation(DataService dataService,
String operationName,
List<Map<String,ParamValue>> batchParams)
This method invokes the batch version of the operation defined in the given data service.
|
static org.apache.axiom.om.OMElement |
DSTools.invokeOperation(DataService dataService,
String operationName,
Map<String,ParamValue> params)
This method invokes a single operation defined in the given data service.
|
static org.apache.axiom.om.OMElement |
DSTools.serializeDataService(DataService dataService)
This method serializes the given DataService object to a data services configuration document
(.dbs XML file format).
|
Copyright © 2019 WSO2. All rights reserved.