Class StubCDORevision
java.lang.Object
org.eclipse.emf.cdo.spi.common.revision.AbstractCDORevision
org.eclipse.emf.cdo.spi.common.revision.StubCDORevision
- All Implemented Interfaces:
CDOBranchPoint
,CDOBranchProvider
,CDOBranchVersion
,CDOIdentifiable
,CDOIDAndVersion
,CDORevisable
,CDORevision
,CDORevisionData
,CDORevisionKey
,CDOTimeProvider
,CDOVersionProvider
,CDOBranchAdjustable
,CDOReferenceAdjustable
,InternalCDORevision
- Direct Known Subclasses:
SyntheticCDORevision
If the meaning of this type isn't clear, there really should be more of a description here...
- Since:
- 3.0
- Author:
- Eike Stepper
-
Field Summary
Fields inherited from interface org.eclipse.emf.cdo.common.branch.CDOBranchPoint
INVALID_DATE, UNSPECIFIED_DATE
Fields inherited from interface org.eclipse.emf.cdo.common.branch.CDOBranchVersion
UNSPECIFIED_VERSION
Fields inherited from interface org.eclipse.emf.cdo.common.revision.CDORevision
DEPTH_INFINITE, DEPTH_NONE, FIRST_VERSION, MAIN_BRANCH_ID, PERMISSION_PROVIDER, UNCHUNKED
Fields inherited from interface org.eclipse.emf.cdo.common.revision.CDORevisionData
NIL
Fields inherited from interface org.eclipse.emf.cdo.spi.common.revision.InternalCDORevision
DO_NOT_CREATE_LIST
-
Constructor Summary
ModifierConstructorDescriptionprotected
StubCDORevision
(InternalCDOClassInfo classInfo) StubCDORevision
(EClass eClass) -
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(EStructuralFeature feature, int index, Object value) void
adjustBranches
(CDOBranchManager newBranchManager) boolean
adjustReferences
(CDOReferenceAdjuster referenceAdjuster) boolean
bypassPermissionChecks
(boolean on) Enables or disables permission checking for this revision.void
clear
(EStructuralFeature feature) compare
(CDORevision origin) int
boolean
contains
(EStructuralFeature feature, Object value) void
convertEObjects
(CDOIDProvider oidProvider) copy()
void
freeze()
get
(EStructuralFeature feature, int index) Returns the branch of this branch version.int
Provides the input to the calculation of the feature in the container revision that actually holds this revision.getID()
getListOrNull
(EStructuralFeature feature) getOrCreateList
(EStructuralFeature feature) Same asgetOrCreateList(feature, 0)
.getOrCreateList
(EStructuralFeature feature, int size) Returns the list that represents the passed feature, possibly creates it if needed.long
long
Returns the time stamp of this branch point, or the fixed special time stampunspecified
if this branch point marks thehead
of a branch.getValue
(EStructuralFeature feature) Should never returnCDORevisionData.NIL
int
Returns the version number of this branch version.int
hashCode
(EStructuralFeature feature) int
indexOf
(EStructuralFeature feature, Object value) boolean
isEmpty
(EStructuralFeature feature) boolean
isFrozen()
boolean
boolean
int
lastIndexOf
(EStructuralFeature feature, Object value) void
merge
(CDORevisionDelta delta) move
(EStructuralFeature feature, int targetIndex, int sourceIndex) void
read
(CDODataInput in) boolean
remove
(EStructuralFeature feature, int index) set
(EStructuralFeature feature, int index, Object value) void
setBranchPoint
(CDOBranchPoint branchPoint) void
setContainerID
(Object containerID) void
setContainingFeatureID
(int containingFeatureID) void
void
setList
(EStructuralFeature feature, InternalCDOList list) void
The default behavior of a revision for calls to theInternalCDORevision.clear(EStructuralFeature)
andInternalCDORevision.unset(EStructuralFeature)
methods is to set the feature's value to null (discarding the value itself, a List).void
setPermission
(CDOPermission permission) void
setResourceID
(CDOID resourceID) void
setRevised
(long revised) void
setValue
(EStructuralFeature feature, Object value) void
setVersion
(int version) int
size
(EStructuralFeature feature) Object[]
toArray
(EStructuralFeature feature) <T> T[]
toArray
(EStructuralFeature feature, T[] array) void
unset
(EStructuralFeature feature) void
write
(CDODataOutput out, int referenceChunk) void
write
(CDODataOutput out, int referenceChunk, CDOBranchPoint securityContext) void
writeValues
(CDODataOutput out, int referenceChunk) Methods inherited from class org.eclipse.emf.cdo.spi.common.revision.AbstractCDORevision
accept, accept, accept, adjustForCommit, data, equals, getAllPersistentFeatures, getClassInfo, getEClass, getFeatureIndex, getList, getList, getProperRevision, getRevisionForID, hashCode, initClassInfo, isHistorical, isReadable, isResource, isResourceFolder, isResourceNode, isValid, isValid, isWritable, revision, toString
-
Constructor Details
-
StubCDORevision
-
StubCDORevision
- Since:
- 4.2
-
-
Method Details
-
compareTo
-
setID
-
setVersion
public void setVersion(int version) -
setBranchPoint
-
setRevised
public void setRevised(long revised) -
setResourceID
-
setContainerID
-
setContainingFeatureID
public void setContainingFeatureID(int containingFeatureID) -
add
-
clear
-
move
-
remove
-
set
-
unset
-
getValue
Description copied from interface:InternalCDORevision
Should never returnCDORevisionData.NIL
-
setValue
-
setList
-
getListOrNull
-
getOrCreateList
Description copied from interface:InternalCDORevision
Same asgetOrCreateList(feature, 0)
.Warning: Must be used with caution because list creation for an
unsettable
feature implies a transition from UNSET to SET! -
getOrCreateList
Description copied from interface:InternalCDORevision
Returns the list that represents the passed feature, possibly creates it if needed.Warning: Must be used with caution because list creation for an
unsettable
feature implies a transition from UNSET to SET!size
- the initialCapacity of a new list to be created if this revision has no list so far (its size will always be 0), or -1 to skip list creation and returnnull
in this case.- See Also:
-
read
- Throws:
IOException
-
readValues
- Throws:
IOException
- Since:
- 4.3
-
write
- Throws:
IOException
-
write
public void write(CDODataOutput out, int referenceChunk, CDOBranchPoint securityContext) throws IOException - Throws:
IOException
- Since:
- 4.1
-
writeValues
- Throws:
IOException
- Since:
- 4.3
-
convertEObjects
-
getVersion
public int getVersion()Description copied from interface:CDOBranchVersion
Returns the version number of this branch version. -
getRevised
public long getRevised() -
compare
-
merge
-
copy
-
getID
-
getBranch
Description copied from interface:CDOBranchVersion
Returns the branch of this branch version.- Since:
- 4.2
-
getTimeStamp
public long getTimeStamp()Description copied from interface:CDOBranchPoint
Returns the time stamp of this branch point, or the fixed special time stampunspecified
if this branch point marks thehead
of a branch. -
getResourceID
-
getContainerID
-
getContainingFeatureID
public int getContainingFeatureID()Description copied from interface:CDORevisionData
Provides the input to the calculation of the feature in the container revision that actually holds this revision.Usage Example:
CDORevision revision = ...; CDORevision container = Util.getRevision(revision.data().getContainerID()); int containingFeatureID = revision.data().getContainingFeatureID(); EStructuralFeature feature = containingFeatureID <= InternalEObject.EOPPOSITE_FEATURE_BASE ? container.getEClass().getEStructuralFeature(InternalEObject.EOPPOSITE_FEATURE_BASE - containingFeatureID) : ((EReference)revision.getEClass().getEStructuralFeature(containingFeatureID)).getEOpposite();
-
get
-
size
-
isEmpty
-
contains
-
indexOf
-
lastIndexOf
-
toArray
-
toArray
-
hashCode
-
adjustReferences
- Since:
- 4.0
-
adjustBranches
- Since:
- 4.3
-
clearValues
- Since:
- 4.2
-
getResourceNodeName
- Since:
- 4.3
-
getPermission
- Since:
- 4.1
-
setPermission
- Since:
- 4.1
-
bypassPermissionChecks
public boolean bypassPermissionChecks(boolean on) Description copied from interface:InternalCDORevision
Enables or disables permission checking for this revision.This method is used on the client side if the framework changes the revision on another user's behalf, e.g., during invalidation or general revision copying. It's safe to offer this method on the client side because the server is always the permission checking authority (during load or commit).
- Since:
- 4.3
-
isListPreserving
public boolean isListPreserving()- Since:
- 4.3
-
setListPreserving
public void setListPreserving()Description copied from interface:InternalCDORevision
The default behavior of a revision for calls to theInternalCDORevision.clear(EStructuralFeature)
andInternalCDORevision.unset(EStructuralFeature)
methods is to set the feature's value to null (discarding the value itself, a List). By calling thisInternalCDORevision.setListPreserving()
method the default behavior is changed; instead of setting the feature's value to null, theList.clear()
method is called on the feature's list instance.- Since:
- 4.3
-
freeze
public void freeze()- Since:
- 4.0
-
isFrozen
public boolean isFrozen()- Since:
- 4.2
-
isUnchunked
public boolean isUnchunked()- Since:
- 4.1
-
setUnchunked
public void setUnchunked()- Since:
- 4.1
-