Package org.eclipse.emf.spi.cdo
Interface InternalCDOSessionInvalidationEvent
- 
- All Superinterfaces:
- CDOBranchPoint,- CDOBranchProvider,- CDOChangeKindProvider,- CDOChangeSetData,- CDOCommitData,- CDOCommitInfo,- CDOSessionEvent,- CDOSessionInvalidationEvent,- CDOTimeProvider,- org.eclipse.net4j.util.event.IEvent
 
 public interface InternalCDOSessionInvalidationEvent extends CDOSessionInvalidationEvent - Since:
- 4.3
- Author:
- Eike Stepper
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
 
- 
- 
Field Summary- 
Fields inherited from interface org.eclipse.emf.cdo.common.branch.CDOBranchPointINVALID_DATE, UNSPECIFIED_DATE
 - 
Fields inherited from interface org.eclipse.emf.cdo.session.CDOSessionInvalidationEventLOCAL_ROLLBACK
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description bytegetSecurityImpact()- 
Methods inherited from interface org.eclipse.emf.cdo.common.branch.CDOBranchPointgetBranch, getTimeStamp
 - 
Methods inherited from interface org.eclipse.emf.cdo.common.commit.CDOChangeKindProvidergetChangeKind
 - 
Methods inherited from interface org.eclipse.emf.cdo.common.commit.CDOChangeSetDatacopy, forEachRevision, forEachRevisionDelta, getAffectedIDs, getChangedObjects, getChangeKinds, getDetachedObjects, getNewObjects, isEmpty, merge
 - 
Methods inherited from interface org.eclipse.emf.cdo.common.commit.CDOCommitDatagetNewPackageUnits
 - 
Methods inherited from interface org.eclipse.emf.cdo.common.commit.CDOCommitInfogetComment, getCommitInfoManager, getMergedCommitInfo, getMergeSource, getPreviousCommitInfo, getPreviousTimeStamp, getUserID, isCommitDataLoaded, isInitialCommit
 - 
Methods inherited from interface org.eclipse.emf.cdo.session.CDOSessionEventgetSource
 - 
Methods inherited from interface org.eclipse.emf.cdo.session.CDOSessionInvalidationEventgetLocalTransaction, getOldPermissions, getView, isRemote
 
- 
 
-