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_DATEFields inherited from interface org.eclipse.emf.cdo.common.branch.CDOBranchVersion
UNSPECIFIED_VERSIONFields inherited from interface org.eclipse.emf.cdo.common.revision.CDORevision
DEPTH_INFINITE, DEPTH_NONE, FIRST_VERSION, MAIN_BRANCH_ID, PERMISSION_PROVIDER, UNCHUNKEDFields inherited from interface org.eclipse.emf.cdo.common.revision.CDORevisionData
NILFields inherited from interface org.eclipse.emf.cdo.spi.common.revision.InternalCDORevision
DO_NOT_CREATE_LIST -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedStubCDORevision(InternalCDOClassInfo classInfo) StubCDORevision(EClass eClass) -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(EStructuralFeature feature, int index, Object value) voidadjustBranches(CDOBranchManager newBranchManager) booleanadjustReferences(CDOReferenceAdjuster referenceAdjuster) booleanbypassPermissionChecks(boolean on) Enables or disables permission checking for this revision.voidclear(EStructuralFeature feature) compare(CDORevision origin) intbooleancontains(EStructuralFeature feature, Object value) voidconvertEObjects(CDOIDProvider oidProvider) copy()voidfreeze()get(EStructuralFeature feature, int index) Returns the branch of this branch version.intReturns the container feature ID.intDeprecated.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.longlongReturns the time stamp of this branch point, or the fixed special time stampunspecifiedif this branch point marks theheadof a branch.getValue(EStructuralFeature feature) Should never returnCDORevisionData.NILintReturns the version number of this branch version.inthashCode(EStructuralFeature feature) intindexOf(EStructuralFeature feature, Object value) booleanisEmpty(EStructuralFeature feature) booleanisFrozen()booleanbooleanintlastIndexOf(EStructuralFeature feature, Object value) voidmerge(CDORevisionDelta delta) move(EStructuralFeature feature, int targetIndex, int sourceIndex) voidread(CDODataInput in) booleanreadValue(CDODataInput in, EClass owner, EStructuralFeature feature, int i, boolean unchunked) booleanremove(EStructuralFeature feature, int index) set(EStructuralFeature feature, int index, Object value) voidsetBranchPoint(CDOBranchPoint branchPoint) voidsetContainerFeatureID(int containingFeatureID) voidsetContainerID(Object containerID) voidsetContainingFeatureID(int containerFeatureID) Deprecated.voidvoidsetList(EStructuralFeature feature, InternalCDOList list) voidThe 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).voidsetPermission(CDOPermission permission) voidsetResourceID(CDOID resourceID) voidsetRevised(long revised) voidsetValue(EStructuralFeature feature, Object value) voidsetVersion(int version) intsize(EStructuralFeature feature) Object[]toArray(EStructuralFeature feature) <T> T[]toArray(EStructuralFeature feature, T[] array) voidunset(EStructuralFeature feature) voidwrite(CDODataOutput out, int referenceChunk) voidwrite(CDODataOutput out, int referenceChunk, CDOBranchPoint securityContext) voidwriteValue(CDODataOutput out, EClass owner, EStructuralFeature feature, int i, int referenceChunk) voidwriteValues(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, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.emf.cdo.common.revision.CDORevisionData
calculateContainerReferenceID, calculateContainingReferenceID, getContainingReferenceMethods inherited from interface org.eclipse.emf.cdo.spi.common.revision.InternalCDORevision
setContainingReference
-
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
-
setContainerFeatureID
public void setContainerFeatureID(int containingFeatureID) - Since:
- 4.27
-
add
-
clear
-
move
-
remove
-
set
-
unset
-
getValue
Description copied from interface:CDORevisionDataShould never returnCDORevisionData.NIL -
setValue
-
setList
-
getListOrNull
-
getOrCreateList
Description copied from interface:InternalCDORevisionSame asgetOrCreateList(feature, 0).Warning: Must be used with caution because list creation for an
unsettablefeature implies a transition from UNSET to SET! -
getOrCreateList
Description copied from interface:InternalCDORevisionReturns the list that represents the passed feature, possibly creates it if needed.Warning: Must be used with caution because list creation for an
unsettablefeature implies a transition from UNSET to SET!- Parameters:
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 returnnullin this case.- See Also:
-
read
- Throws:
IOException
-
readValues
- Throws:
IOException- Since:
- 4.3
-
readValue
public boolean readValue(CDODataInput in, EClass owner, EStructuralFeature feature, int i, boolean unchunked) throws IOException - Throws:
IOException- Since:
- 4.26
-
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
-
writeValue
public void writeValue(CDODataOutput out, EClass owner, EStructuralFeature feature, int i, int referenceChunk) throws IOException - Throws:
IOException- Since:
- 4.26
-
convertEObjects
-
getVersion
public int getVersion()Description copied from interface:CDOBranchVersionReturns the version number of this branch version. -
getRevised
public long getRevised() -
compare
-
merge
-
copy
-
getID
-
getBranch
Description copied from interface:CDOBranchVersionReturns the branch of this branch version.- Since:
- 4.2
-
getTimeStamp
public long getTimeStamp()Description copied from interface:CDOBranchPointReturns the time stamp of this branch point, or the fixed special time stampunspecifiedif this branch point marks theheadof a branch. -
getResourceID
-
getContainerID
-
getContainerFeatureID
public int getContainerFeatureID()Description copied from interface:CDORevisionDataReturns the container feature ID. If the container isn't a navigable feature, this will be a negative ID indicating the inverse of the containment feature's ID.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 containerFeatureID = revision.data().getContainerFeatureID(); EStructuralFeature feature = containerFeatureID <= InternalEObject.EOPPOSITE_FEATURE_BASE ? container.getEClass().getEStructuralFeature(InternalEObject.EOPPOSITE_FEATURE_BASE - containerFeatureID) : ((EReference)revision.getEClass().getEStructuralFeature(containerFeatureID)).getEOpposite();- Returns:
- the container feature ID.
- Since:
- 4.27
- See Also:
-
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:InternalCDORevisionEnables 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:InternalCDORevisionThe 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
-
getContainingFeatureID
Deprecated. -
setContainingFeatureID
Deprecated.
-