Package org.eclipse.emf.cdo.common
Interface CDOCommonView
- 
- All Superinterfaces:
- CDOBranchPoint,- CDOBranchProvider,- CDORevisionProvider,- CDOTimeProvider,- org.eclipse.net4j.util.collection.Closeable,- IAdaptable,- org.eclipse.net4j.util.options.IOptionsContainer,- org.eclipse.net4j.util.properties.IPropertiesContainer
 - All Known Subinterfaces:
- CDOCommonTransaction,- CDOTransaction,- CDOView,- InternalCDOTransaction,- InternalCDOView,- InternalTransaction,- InternalView,- ITransaction,- IView
 - All Known Implementing Classes:
- CDOPushTransaction
 
 public interface CDOCommonView extends CDOBranchPoint, CDORevisionProvider, org.eclipse.net4j.util.options.IOptionsContainer, org.eclipse.net4j.util.properties.IPropertiesContainer, IAdaptable, org.eclipse.net4j.util.collection.Closeable Abstracts the information about CDO views that is common to both client and server side.- Since:
- 2.0
- 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 SummaryNested Classes Modifier and Type Interface Description static interfaceCDOCommonView.OptionsEncapsulates the configuration options of CDO views that are common to both client and server side.
 - 
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 java.lang.StringgetDurableLockingID()CDOLockOwnergetLockOwner()CDOCommonSessiongetSession()intgetSessionID()intgetViewID()booleanisDurableView()booleanisHistorical()booleanisReadOnly()CDOCommonView.Optionsoptions()Returns theoptionsof this view.- 
Methods inherited from interface org.eclipse.emf.cdo.common.branch.CDOBranchPointgetBranch, getTimeStamp
 - 
Methods inherited from interface org.eclipse.emf.cdo.common.revision.CDORevisionProvidergetRevision
 - 
Methods inherited from interface org.eclipse.core.runtime.IAdaptablegetAdapter
 
- 
 
- 
- 
- 
Method Detail- 
getSessionIDint getSessionID() - Since:
- 4.15
 
 - 
getViewIDint getViewID() 
 - 
isReadOnlyboolean isReadOnly() - Since:
- 3.0
 
 - 
isHistoricalboolean isHistorical() - Since:
- 4.5
 
 - 
getSessionCDOCommonSession getSession() 
 - 
getDurableLockingIDjava.lang.String getDurableLockingID() - Since:
- 4.0
 
 - 
isDurableViewboolean isDurableView() - Since:
- 4.15
 
 - 
getLockOwnerCDOLockOwner getLockOwner() - Since:
- 4.15
 
 - 
optionsCDOCommonView.Options options() Returns theoptionsof this view.- Specified by:
- optionsin interface- org.eclipse.net4j.util.options.IOptionsContainer
- Since:
- 4.1
 
 
- 
 
-