Interface PermissionImpl.CommitImpactContext
- 
- Enclosing class:
- PermissionImpl
 
 public static interface PermissionImpl.CommitImpactContextA description of the current commit that is used todeterminethe impact of this commit on the configuredpermissions.- Since:
- 4.3
- Author:
- Eike Stepper
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description CDOID[]getDetachedObjects()Returns the CDOIDs of the detached objects of the current commit.CDORevisionDelta[]getDirtyObjectDeltas()Returns the revision deltas of the changed objects of the current commit.CDORevision[]getDirtyObjects()Returns the revisions of the changed objects of the current commit.CDORevision[]getNewObjects()Returns the revisions of the new objects of the current commit.
 
- 
- 
- 
Method Detail- 
getNewObjectsCDORevision[] getNewObjects() Returns the revisions of the new objects of the current commit.Read only! 
 - 
getDirtyObjectsCDORevision[] getDirtyObjects() Returns the revisions of the changed objects of the current commit.Read only! 
 - 
getDirtyObjectDeltasCDORevisionDelta[] getDirtyObjectDeltas() Returns the revision deltas of the changed objects of the current commit.Read only! 
 - 
getDetachedObjectsCDOID[] getDetachedObjects() Returns the CDOIDs of the detached objects of the current commit.Read only! 
 
- 
 
-