| Package | Description |
|---|---|
| org.javers.core.diff | |
| org.javers.core.diff.calculators | |
| org.javers.model.domain | |
| org.javers.model.domain.changeType | |
| org.javers.model.object.graph | |
| org.javers.repository.api |
| Modifier and Type | Method and Description |
|---|---|
GlobalCdoId |
NodePair.getGlobalCdoId() |
| Modifier and Type | Method and Description |
|---|---|
Set<Change> |
MultiEdgeDifferenceCalculator.calculateMultiEdgeDifference(MultiEdge left,
MultiEdge right,
GlobalCdoId ownerNodeCdoId)
Deprecated.
|
Set<Change> |
MultiEdgeDifferenceCalculator.findAddedReferences(MultiEdge left,
MultiEdge right,
GlobalCdoId ownerNodeCdoId)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
GlobalCdoId |
Change.getGlobalCdoId()
Affected Cdo Id
|
GlobalCdoId |
Cdo.getGlobalId() |
| Constructor and Description |
|---|
Change(GlobalCdoId globalCdoId) |
PropertyChange(GlobalCdoId globalCdoId,
Property property) |
| Modifier and Type | Method and Description |
|---|---|
GlobalCdoId |
ReferenceAdded.getAddedReference() |
GlobalCdoId |
ReferenceChanged.getLeftReference() |
GlobalCdoId |
ReferenceRemoved.getRemovedReference() |
GlobalCdoId |
ReferenceChanged.getRightReference() |
| Constructor and Description |
|---|
NewObject(GlobalCdoId added,
Object newCdo) |
ObjectRemoved(GlobalCdoId removed,
Object removedCdo) |
ReferenceAdded(GlobalCdoId globalCdoId,
Property property,
GlobalCdoId reference) |
ReferenceChanged(GlobalCdoId globalCdoId,
Property property,
GlobalCdoId leftReference,
GlobalCdoId rightReference) |
ReferenceRemoved(GlobalCdoId globalCdoId,
Property property,
GlobalCdoId reference) |
ValueAdded(GlobalCdoId globalCdoId,
Property property,
Object value) |
ValueAddOrRemove(GlobalCdoId globalCdoId,
Property property,
Object value) |
ValueChange(GlobalCdoId globalCdoId,
Property property,
Object leftValue,
Object rightValue) |
ValueRemoved(GlobalCdoId globalCdoId,
Property property,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
GlobalCdoId |
ObjectWrapper.getGlobalCdoId() |
GlobalCdoId |
ObjectNode.getGlobalCdoId() |
| Modifier and Type | Method and Description |
|---|---|
List<Change> |
DiffRepository.findByGlobalCdoId(GlobalCdoId globalCdoId)
Finds all changes made on single domain object.
|
Copyright © 2013. All rights reserved.