| Package | Description |
|---|---|
| org.plasma.provisioning | |
| org.plasma.query |
The PlasmaQuery� API provides a flexible mechanism to fully describe any arbitrary SDO results Data Graph, independent of any persistence framework or type of data store. |
| org.plasma.query.dsl | |
| org.plasma.query.model |
Copyright 2017 TerraMeta Software, Inc.
|
| org.plasma.query.visitor | |
| org.plasma.query.xpath | |
| org.plasma.sdo.access.client | |
| org.plasma.sdo.helper |
| Constructor and Description |
|---|
MetamodelAssembler(Query query,
String destNamespaceURI,
String destNamespacePrefix)
Constructs a provisioning model based on the given query.
|
| Modifier and Type | Method and Description |
|---|---|
Expression |
DataProperty.in(Query subquery)
Returns a subquery expression, where this property is found within
the given subquery results collection.
|
Expression |
DataProperty.notIn(Query subquery)
Returns a subquery expression, where this property is not found
within the given subquery results collection.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DomainQuery
A domain specific query serving as the entry point for assembly of a data
graph.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DomainRoot
The implementation of a domain query as a root within a query graph.
|
| Modifier and Type | Method and Description |
|---|---|
Expression |
DataNode.in(Query subquery) |
Expression |
DataNode.notIn(Query subquery) |
| Modifier and Type | Class and Description |
|---|---|
class |
Query |
| Modifier and Type | Method and Description |
|---|---|
Expression |
Property.exists(Query subquery) |
Expression |
Property.in(Query subquery) |
Expression |
Property.notIn(Query subquery) |
void |
AbstractQueryValidator.start(Query query) |
| Modifier and Type | Method and Description |
|---|---|
void |
QueryVisitor.end(Query query) |
void |
DefaultQueryVisitor.end(Query query) |
void |
QueryVisitor.start(Query query) |
void |
DefaultQueryVisitor.start(Query query) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
XPathQuery |
| Modifier and Type | Method and Description |
|---|---|
int |
SDODataAccessClient.count(Query query) |
int |
PojoDataAccessClient.count(Query query) |
int |
DataAccessClient.count(Query query) |
int[] |
SDODataAccessClient.count(Query[] queries) |
int[] |
PojoDataAccessClient.count(Query[] queries) |
int[] |
DataAccessClient.count(Query[] queries) |
commonj.sdo.DataGraph[] |
SDODataAccessClient.find(Query query) |
commonj.sdo.DataGraph[] |
PojoDataAccessClient.find(Query query) |
commonj.sdo.DataGraph[] |
DataAccessClient.find(Query query) |
List<commonj.sdo.DataGraph[]> |
SDODataAccessClient.find(Query[] queries) |
List<commonj.sdo.DataGraph[]> |
PojoDataAccessClient.find(Query[] queries) |
List<commonj.sdo.DataGraph[]> |
DataAccessClient.find(Query[] queries) |
commonj.sdo.DataGraph[] |
SDODataAccessClient.find(Query query,
int maxResults) |
commonj.sdo.DataGraph[] |
PojoDataAccessClient.find(Query query,
int maxResults) |
commonj.sdo.DataGraph[] |
DataAccessClient.find(Query query,
int maxResults) |
io.reactivex.Observable<commonj.sdo.DataGraph> |
SDODataAccessClient.findAsStream(Query query) |
io.reactivex.Observable<commonj.sdo.DataGraph> |
PojoDataAccessClient.findAsStream(Query query) |
io.reactivex.Observable<commonj.sdo.DataGraph> |
DataAccessClient.findAsStream(Query query) |
List<io.reactivex.Observable<commonj.sdo.DataGraph>> |
SDODataAccessClient.findAsStream(Query[] queries) |
List<io.reactivex.Observable<commonj.sdo.DataGraph>> |
PojoDataAccessClient.findAsStream(Query[] queries) |
List<io.reactivex.Observable<commonj.sdo.DataGraph>> |
DataAccessClient.findAsStream(Query[] queries) |
io.reactivex.Observable<commonj.sdo.DataGraph> |
SDODataAccessClient.findAsStream(Query query,
int maxResults) |
io.reactivex.Observable<commonj.sdo.DataGraph> |
PojoDataAccessClient.findAsStream(Query query,
int maxResults) |
io.reactivex.Observable<commonj.sdo.DataGraph> |
DataAccessClient.findAsStream(Query query,
int maxResults) |
| Modifier and Type | Method and Description |
|---|---|
List<commonj.sdo.Type> |
PlasmaQueryHelper.define(Query query,
String targetNamespaceURI,
String targetNamespacePrefix,
String supplierUri)
Define a Query as Types.
|
String |
PlasmaXSDHelper.generate(Query query,
String targetNamespaceURI,
String targetNamespacePrefix,
Map<String,String> namespaceToSchemaLocation)
Generate an XML Schema Declaration (XSD) with dynamically determined
containment references as embodied within the given,
PlasmaQueryTM, query.
|
void |
PlasmaXSDHelper.generate(Query query,
String targetNamespaceURI,
String targetNamespacePrefix,
Map<String,String> namespaceToSchemaLocation,
OutputStream xsdOutputStream) |
Copyright © 2021. All rights reserved.