| Package | Description |
|---|---|
| org.plasma.query.collector | |
| org.plasma.sdo | |
| org.plasma.sdo.core | |
| org.plasma.sdo.xml | |
| org.plasma.xml.schema |
| Constructor and Description |
|---|
SelectionCollector(Select select,
PlasmaType rootType) |
SelectionCollector(Select select,
PlasmaType rootType,
boolean onlySingularProperties) |
SelectionCollector(Select select,
Where where,
OrderBy orderBy,
GroupBy groupBy,
Having having,
PlasmaType rootType) |
SelectionCollector(Select select,
Where where,
OrderBy orderBy,
GroupBy groupBy,
Having having,
PlasmaType rootType,
boolean onlySingularProperties) |
SelectionCollector(Select select,
Where where,
OrderBy orderBy,
PlasmaType rootType) |
SelectionCollector(Select select,
Where where,
OrderBy orderBy,
PlasmaType rootType,
boolean onlySingularProperties) |
SelectionCollector(Select select,
Where where,
PlasmaType rootType) |
SelectionCollector(Select select,
Where where,
PlasmaType rootType,
boolean onlySingularProperties) |
SelectionCollector(Where where,
PlasmaType rootType) |
SelectionCollector(Where where,
PlasmaType rootType,
boolean onlySingularProperties) |
| Modifier and Type | Method and Description |
|---|---|
PlasmaType |
PlasmaType.getDerivationSupplier()
Returns the derivation supplier type for
Type or null if
not exists. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PlasmaType.isBaseType(PlasmaType other)
Returns true if the given type is a base type for this type.
|
boolean |
PlasmaType.isRelation(PlasmaType other,
AssociationPath relationPath)
Returns true if the given type is linked or related to
Type across any number of traversals or hops as qualified by the given
relation path type. |
boolean |
PlasmaType.isSubType(PlasmaType other)
Returns true if the given type is a specialization or inherits from
Type. |
| Modifier and Type | Class and Description |
|---|---|
class |
CoreType
A representation of the type of a
property or a
data object. |
| Modifier and Type | Method and Description |
|---|---|
PlasmaType |
CoreType.getDerivationSupplier() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CoreType.isBaseType(PlasmaType other)
Returns true if the given type is part of the (base type) ancestry for this
type.
|
boolean |
CoreType.isRelation(PlasmaType other,
AssociationPath relationPath) |
boolean |
CoreType.isSubType(PlasmaType other)
Returns true if the given type is a specialization or inherits from this
type.
|
| Modifier and Type | Method and Description |
|---|---|
PlasmaType |
StreamNode.getType() |
| Constructor and Description |
|---|
StreamNode(PlasmaType type,
QName name,
Location loc) |
| Modifier and Type | Method and Description |
|---|---|
static String |
SchemaUtil.getContainmentReferenceName(PlasmaType type) |
static String |
SchemaUtil.getNonContainmentReferenceName(PlasmaType type)
Returns the name used for for XSI type attributes and as an external
reference XSD ComplexType for the given SDO type.
|
Copyright © 2021. All rights reserved.