| Modifier and Type | Method and Description |
|---|---|
GlobalCdoId |
RealNodePair.getGlobalCdoId() |
GlobalCdoId |
NodePair.getGlobalCdoId() |
GlobalCdoId |
FakeNodePair.getGlobalCdoId() |
GlobalCdoId |
Change.getGlobalCdoId()
Affected Cdo Id
|
GlobalCdoId |
RealNodePair.getLeftGlobalCdoId(Property property) |
GlobalCdoId |
NodePair.getLeftGlobalCdoId(Property property) |
GlobalCdoId |
FakeNodePair.getLeftGlobalCdoId(Property property) |
GlobalCdoId |
RealNodePair.getRightGlobalCdoId(Property property) |
GlobalCdoId |
NodePair.getRightGlobalCdoId(Property property) |
GlobalCdoId |
FakeNodePair.getRightGlobalCdoId(Property property) |
| Constructor and Description |
|---|
Change(GlobalCdoId globalCdoId) |
| Modifier and Type | Method and Description |
|---|---|
GlobalCdoId |
ReferenceAdded.getAddedReference() |
GlobalCdoId |
ReferenceChange.getLeftReference() |
GlobalCdoId |
ReferenceRemoved.getRemovedReference() |
GlobalCdoId |
ReferenceChange.getRightReference() |
| Constructor and Description |
|---|
ArrayChange(GlobalCdoId globalCdoId,
Property property,
List<ContainerValueChange> changes) |
ListChange(GlobalCdoId globalCdoId,
Property property,
List<ContainerValueChange> changes) |
NewObject(GlobalCdoId newId,
Optional<Object> newCdo) |
ObjectRemoved(GlobalCdoId removed,
Optional<Object> removedCdo) |
PropertyChange(GlobalCdoId globalCdoId,
Property property) |
ReferenceAdded(GlobalCdoId globalCdoId,
Property property,
GlobalCdoId reference) |
ReferenceChange(GlobalCdoId globalCdoId,
Property property,
GlobalCdoId leftReference,
GlobalCdoId rightReference) |
ReferenceRemoved(GlobalCdoId globalCdoId,
Property property,
GlobalCdoId reference) |
SetChange(GlobalCdoId globalCdoId,
Property property,
List<ContainerValueChange> changes) |
ValueChange(GlobalCdoId globalCdoId,
Property property,
Object leftValue,
Object rightValue) |
| Constructor and Description |
|---|
MapChange(GlobalCdoId globalCdoId,
Property property,
List<EntryChange> changes) |
| Modifier and Type | Method and Description |
|---|---|
GlobalCdoId |
ObjectNode.getGlobalCdoId()
shortcut to
Cdo.getGlobalId() |
GlobalCdoId |
ObjectNode.getReference(Property property)
only for properties with return type: ManagedType
|
| Modifier and Type | Class and Description |
|---|---|
class |
InstanceId
Entity instance global identifier, consists of Entity reference and cdoId
|
class |
UnboundedValueObjectId
Unbounded unwrap object, has '/' as symbolic cdoId representation.
|
class |
ValueObjectId
ValueObject global unique identifier.
|
| Modifier and Type | Method and Description |
|---|---|
GlobalCdoId |
GlobalIdFactory.createId(Object targetCdo) |
GlobalCdoId |
GlobalIdFactory.createId(Object targetCdo,
OwnerContext owner) |
GlobalCdoId |
OwnerContext.getGlobalCdoId() |
GlobalCdoId |
Cdo.getGlobalId() |
GlobalCdoId |
ValueObjectId.getOwnerId() |
| Modifier and Type | Method and Description |
|---|---|
static CdoSnapshotBuilder |
CdoSnapshotBuilder.cdoSnapshot(GlobalCdoId globalCdoId) |
| Constructor and Description |
|---|
Cdo(GlobalCdoId globalId) |
CdoWrapper(Object wrappedCdo,
GlobalCdoId globalId) |
OwnerContext(GlobalCdoId owner,
String propertyName) |
ValueObjectId(ValueObject valueObject,
GlobalCdoId ownerId,
String fragment) |
| Modifier and Type | Method and Description |
|---|---|
CdoSnapshot |
SnapshotFactory.create(Object liveCdo,
GlobalCdoId id) |
| Modifier and Type | Method and Description |
|---|---|
Optional<CdoSnapshot> |
JaversRepository.getLatest(GlobalCdoId globalId)
Latest snapshot or Optional#EMPTY if object is not versioned
|
Optional<CdoSnapshot> |
JaversExtendedRepository.getLatest(GlobalCdoId globalId) |
Optional<CdoSnapshot> |
InMemoryRepository.getLatest(GlobalCdoId globalId) |
List<CdoSnapshot> |
JaversRepository.getStateHistory(GlobalCdoId globalId,
int limit)
Snapshots (historical states) of object
in reverse chronological order
|
List<CdoSnapshot> |
JaversExtendedRepository.getStateHistory(GlobalCdoId globalId,
int limit) |
List<CdoSnapshot> |
InMemoryRepository.getStateHistory(GlobalCdoId globalId,
int limit) |
Copyright © 2014. All rights reserved.