Schnittstelle PermissionImpl.CommitImpactContext
- Umschließende Klasse:
PermissionImpl
public static interface PermissionImpl.CommitImpactContext
A description of the current commit that is used to
determine
the impact of this commit on the configured permissions
.- Seit:
- 4.3
- Autor:
- Eike Stepper
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungCDOID[]
Returns the CDOIDs of the detached objects of the current commit.Returns the revision deltas of the changed objects of the current commit.Returns the revisions of the changed objects of the current commit.Returns the revisions of the new objects of the current commit.
-
Methodendetails
-
getNewObjects
CDORevision[] getNewObjects()Returns the revisions of the new objects of the current commit.Read only!
-
getDirtyObjects
CDORevision[] getDirtyObjects()Returns the revisions of the changed objects of the current commit.Read only!
-
getDirtyObjectDeltas
CDORevisionDelta[] getDirtyObjectDeltas()Returns the revision deltas of the changed objects of the current commit.Read only!
-
getDetachedObjects
CDOID[] getDetachedObjects()Returns the CDOIDs of the detached objects of the current commit.Read only!
-