Interface InternalCDOWorkspace
- 
- All Superinterfaces:
- CDOElement.StateProvider,- CDORevisionProvider,- CDOWorkspace,- org.eclipse.net4j.util.collection.Closeable,- org.eclipse.net4j.util.container.IManagedContainerProvider,- org.eclipse.net4j.util.event.INotifier
 
 public interface InternalCDOWorkspace extends CDOWorkspace, org.eclipse.net4j.util.container.IManagedContainerProvider If the meaning of this type isn't clear, there really should be more of a description here...- 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.workspace.CDOWorkspaceCDOWorkspace.DirtyStateChangedEvent, CDOWorkspace.ObjectStatesChangedEvent
 
- 
 - 
Field SummaryFields Modifier and Type Field Description static intNO_BRANCH_ID
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description InternalCDOWorkspaceBasegetBase()CDOCommonRepository.IDGenerationLocationgetIDGenerationLocation()CDOChangeSetDatagetLocalChanges(boolean forward)InternalRepositorygetLocalRepository()InternalCDOSessiongetLocalSession()CDOSessionConfigurationFactorygetRemoteSessionConfigurationFactory()InternalCDOView[]getViews()voidreplace(java.lang.String branchPath, long timeStamp, CDOChangeSetData revertData)voidrevert(CDOChangeSetData revertData)- 
Methods inherited from interface org.eclipse.emf.cdo.CDOElement.StateProvidergetState
 - 
Methods inherited from interface org.eclipse.emf.cdo.common.revision.CDORevisionProvidergetRevision
 - 
Methods inherited from interface org.eclipse.emf.cdo.workspace.CDOWorkspacecheckin, checkin, compare, compare, getBranchID, getBranchPath, getLocalChanges, getTimeStamp, isDirty, isFixed, merge, merge, openTransaction, openTransaction, openView, openView, replace, revert, update
 
- 
 
- 
- 
- 
Field Detail- 
NO_BRANCH_IDstatic final int NO_BRANCH_ID - Since:
- 4.2
- See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getViewsInternalCDOView[] getViews() - Since:
- 4.2
 
 - 
getIDGenerationLocationCDOCommonRepository.IDGenerationLocation getIDGenerationLocation() - Since:
- 4.1
 
 - 
getBaseInternalCDOWorkspaceBase getBase() - Specified by:
- getBasein interface- CDOWorkspace
 
 - 
getLocalRepositoryInternalRepository getLocalRepository() 
 - 
getLocalSessionInternalCDOSession getLocalSession() 
 - 
getLocalChangesCDOChangeSetData getLocalChanges(boolean forward) - Since:
- 4.2
 
 - 
getRemoteSessionConfigurationFactoryCDOSessionConfigurationFactory getRemoteSessionConfigurationFactory() - Since:
- 4.1
 
 - 
revertvoid revert(CDOChangeSetData revertData) - Since:
- 4.2
 
 - 
replacevoid replace(java.lang.String branchPath, long timeStamp, CDOChangeSetData revertData)- Since:
- 4.2
 
 
- 
 
-