| Modifier and Type | Method and Description |
|---|---|
SDODataObject |
SDODataObject.createDataObject(int propertyIndex) |
SDODataObject |
SDODataObject.createDataObject(int propertyIndex,
String namespaceURI,
String typeName) |
SDODataObject |
SDODataObject.createDataObject(commonj.sdo.Property aProperty) |
SDODataObject |
SDODataObject.createDataObject(commonj.sdo.Property property,
commonj.sdo.Type aType) |
SDODataObject |
SDODataObject.createDataObject(String propertyName,
String namespaceURI,
String typeName) |
SDODataObject |
SDODataGraph.createRootObject(String namespaceURI,
String typeName)
Creates a new root data object of the
specified type. |
SDODataObject |
SDODataGraph.createRootObject(commonj.sdo.Type type)
Creates a new root data object of the specified type.
|
SDODataObject |
SDODataObject.getContainer() |
SDODataObject |
SDOSequence.getDataObject() |
static SDODataObject |
SDOHelper.getDataObject(commonj.sdo.DataObject dataObject)
Return the EclipseLink implementation of DataObject.
|
SDODataObject |
SDODataObject.getDataObject(int propertyIndex) |
SDODataObject |
SDODataObject.getDataObject(commonj.sdo.Property property) |
SDODataObject |
SDODataObject.getDataObject(String path) |
SDODataObject |
SDOChangeSummary.getOldContainer(commonj.sdo.DataObject dataObject)
Returns the value of the
container data object
at the point when logging began. |
SDODataObject |
SDODataObject.getRootObject() |
SDODataObject |
SDODataGraph.getRootObject()
Returns the root
data object of this data graph. |
SDODataObject |
SDOChangeSummary.getRootObject()
Returns the ChangeSummary root DataObject - the object from which
changes are tracked.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SDOChangeSummary.setOldContainer(SDODataObject aKey,
commonj.sdo.DataObject aValue)
INTERNAL:
|
void |
SDOChangeSummary.setOldContainmentProperty(SDODataObject aKey,
commonj.sdo.Property aValue)
INTERNAL:
|
void |
SDOChangeSummary.setOldSequence(SDODataObject aKey,
commonj.sdo.Sequence aValue)
INTERNAL:
|
void |
SDODataObject.undoChanges(boolean isCSRoot,
commonj.sdo.ChangeSummary cs,
SDODataObject origContainer,
String origContainmentPropName)
INTERNAL:
This function reverses any operations that were performed on this object since change tracking
was turned on.
|
void |
SDODataObject.updateContainment(commonj.sdo.Property property,
SDODataObject value)
INTERNAL:
update containment and the update the sequence value by default.
|
void |
SDODataObject.updateContainment(commonj.sdo.Property property,
SDODataObject aDataObject,
boolean updateSequence)
INTERNAL:
Update containment on the dataObject with specified update sequence state
|
| Constructor and Description |
|---|
SDOChangeSummary(SDODataObject dataObject,
commonj.sdo.helper.HelperContext aContext) |
SDOSequence(SDODataObject dataObject) |
| Modifier and Type | Class and Description |
|---|---|
class |
OpenSequencedTypeImpl |
| Modifier and Type | Field and Description |
|---|---|
protected SDODataObject |
ListWrapper.dataObject |
| Modifier and Type | Method and Description |
|---|---|
String |
SDOMarshalListener.getPathFromAncestor(SDODataObject sourceDO,
SDODataObject targetDO,
SDOChangeSummary cs)
INTERNAL:
Get path for non-deleted DataObjects
ChangeSummary is not required and is set to null. Assumptions: target node is an ancestor of the source (this) |
| Constructor and Description |
|---|
ListWrapper(SDODataObject theDataObject,
commonj.sdo.Property theProperty) |
ListWrapper(SDODataObject theDataObject,
commonj.sdo.Property theProperty,
List theList)
Constructor for non-default Pluggable ValueStore implementations
Prerequisites: Containment is already set on theList parameter. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
XPathHelper.QueryPart.evaluate(SDODataObject dao)
Indicate if the query represented by this QueryPart evaluates to
true or false when executed on a given DataObject.
|
| Constructor and Description |
|---|
SDOWrapperType(commonj.sdo.Type aPropertyType,
String aTypeName,
SDOTypeHelper aSDOTypeHelper,
QName aSchemaType,
Class<? extends SDODataObject> implClass) |
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.