| Modifier and Type | Interface and Description |
|---|---|
interface |
GlobalVariable
Generated interface representing the domain model entity GlobalVariable.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GlobalVariableImpl
Generated implementation class representing the domain model entity GlobalVariable.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Table
Generated interface representing the domain model entity Table.
|
interface |
TableColumn
Represents a system column definition which is linked to its
system Table definition by association.
|
interface |
TableColumnConstraint
Generated interface representing the domain model entity TableColumnConstraint.
|
interface |
TableColumnKeyUsage
Generated interface representing the domain model entity TableColumnKeyUsage.
|
interface |
TableConstraint
Generated interface representing the domain model entity TableConstraint.
|
interface |
View
Generated interface representing the domain model entity View.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TableColumnConstraintImpl
Generated implementation class representing the domain model entity TableColumnConstraint.
|
class |
TableColumnImpl
Represents a system column definition which is linked to its
system Table definition by association.
|
class |
TableColumnKeyUsageImpl
Generated implementation class representing the domain model entity TableColumnKeyUsage.
|
class |
TableConstraintImpl
Generated implementation class representing the domain model entity TableConstraint.
|
class |
TableImpl
Generated implementation class representing the domain model entity Table.
|
class |
ViewImpl
Generated implementation class representing the domain model entity View.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Version
Generated interface representing the domain model entity Version.
|
| Modifier and Type | Class and Description |
|---|---|
class |
VersionImpl
Generated implementation class representing the domain model entity Version.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Constraint
A constraint definition
|
interface |
TableColumnComment
The comment for a column
|
interface |
TableComment
A comment on a table
|
interface |
ViewColumn
Represents a system column definition which is linked to its
system Table definition by association.
|
interface |
ViewColumnComment
The comment for a column
|
interface |
ViewComment
A comment on a table
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConstraintImpl
A constraint definition
|
class |
TableColumnCommentImpl
The comment for a column
|
class |
TableCommentImpl
A comment on a table
|
class |
ViewColumnCommentImpl
The comment for a column
|
class |
ViewColumnImpl
Represents a system column definition which is linked to its
system Table definition by association.
|
class |
ViewCommentImpl
A comment on a table
|
| Modifier and Type | Method and Description |
|---|---|
PlasmaDataObject |
PlasmaNode.getDataObject() |
PlasmaDataObject |
PlasmaDataObject.getDataObject() |
| Modifier and Type | Method and Description |
|---|---|
void |
PlasmaDataGraphEventVisitor.end(PlasmaDataObject target,
PlasmaDataObject source,
String sourcePropertyName,
int level) |
void |
PlasmaDataObject.reparent(PlasmaDataObject container,
Property containmentProperty)
Deprecated.
|
void |
PlasmaDataGraphEventVisitor.start(PlasmaDataObject target,
PlasmaDataObject source,
String sourcePropertyName,
int level) |
| Modifier and Type | Method and Description |
|---|---|
Comparator<PlasmaDataObject> |
DataObjectComparatorAssembler.getComparator() |
List<PlasmaDataObject> |
SimpleCollector.getResult() |
List<PlasmaDataObject> |
ModifiedObjectCollector.getResult() |
List<PlasmaDataObject> |
CommitCollector.getResult() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SimpleCollector.add(int index,
PlasmaDataObject dataObject) |
protected void |
SimpleCollector.add(PlasmaDataObject dataObject) |
int |
DataObjectComparator.compare(PlasmaDataObject o1,
PlasmaDataObject o2) |
String |
DataObjectHashKeyAssembler.getHashKey(PlasmaDataObject v) |
| Modifier and Type | Class and Description |
|---|---|
class |
CoreDataObject
A data object is a representation of some structured data.
|
| Modifier and Type | Method and Description |
|---|---|
PlasmaDataObject |
CoreDataObject.getDataObject() |
PlasmaDataObject |
ContainmentNode.getDataObject() |
PlasmaDataObject |
ContainmentNode.getSourceContainer() |
| Modifier and Type | Method and Description |
|---|---|
void |
CoreDataObject.reparent(PlasmaDataObject container,
Property containmentProperty) |
| Constructor and Description |
|---|
ContainmentNode(PlasmaDataObject dataObject,
PlasmaDataObject container,
PlasmaProperty containmentProperty) |
CoreDataGraph(PlasmaDataObject root) |
| Modifier and Type | Method and Description |
|---|---|
PlasmaDataObject |
XPathDataObject.getDataObject() |
| Constructor and Description |
|---|
XPathDataObject(PlasmaDataObject target,
PlasmaDataObject source,
Property sourceProperty) |
Copyright © 2017. All rights reserved.