Package org.eclipse.emf.cdo.server
Interface IView
- 
- All Superinterfaces:
- CDOBranchPoint,- CDOBranchProvider,- CDOCommonView,- CDORevisionProvider,- CDOTimeProvider,- org.eclipse.net4j.util.collection.Closeable,- IAdaptable,- org.eclipse.net4j.util.options.IOptionsContainer,- org.eclipse.net4j.util.properties.IPropertiesContainer
 - All Known Subinterfaces:
- InternalTransaction,- InternalView,- ITransaction
 
 public interface IView extends CDOCommonView The server-side representation of a clientview.- 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.
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.eclipse.emf.cdo.common.CDOCommonViewCDOCommonView.Options
 
- 
 - 
Field Summary- 
Fields inherited from interface org.eclipse.emf.cdo.common.branch.CDOBranchPointINVALID_DATE, UNSPECIFIED_DATE
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description IRepositorygetRepository()ISessiongetSession()- 
Methods inherited from interface org.eclipse.emf.cdo.common.branch.CDOBranchPointgetBranch, getTimeStamp
 - 
Methods inherited from interface org.eclipse.emf.cdo.common.CDOCommonViewgetDurableLockingID, getLockOwner, getSessionID, getViewID, isDurableView, isHistorical, isReadOnly, options
 - 
Methods inherited from interface org.eclipse.emf.cdo.common.revision.CDORevisionProvidergetRevision
 - 
Methods inherited from interface org.eclipse.core.runtime.IAdaptablegetAdapter
 
- 
 
- 
- 
- 
Method Detail- 
getRepositoryIRepository getRepository() - Since:
- 2.0
 
 - 
getSessionISession getSession() - Specified by:
- getSessionin interface- CDOCommonView
 
 
- 
 
-