org.eclipse.emf.spi.cdo
Interface InternalCDOViewSet

All Superinterfaces:
Adapter, CDOViewSet, Notifier

public interface InternalCDOViewSet
extends CDOViewSet, Adapter

If the meaning of this type isn't clear, there really should be more of a description here...

Since:
2.0
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.common.notify.Adapter
Adapter.Internal
 
Method Summary
 void add(InternalCDOView view)
           
<V> V
executeWithoutNotificationHandling(Callable<V> callable)
           
 void remove(InternalCDOView view)
           
 InternalCDOView resolveView(String repositoryUUID)
           
 
Methods inherited from interface org.eclipse.emf.cdo.view.CDOViewSet
getPackageRegistry, getResourceFactory, getResourceSet, getViews
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 
Methods inherited from interface org.eclipse.emf.common.notify.Adapter
getTarget, isAdapterForType, notifyChanged, setTarget
 

Method Detail

add

void add(InternalCDOView view)

remove

void remove(InternalCDOView view)

resolveView

InternalCDOView resolveView(String repositoryUUID)
Specified by:
resolveView in interface CDOViewSet

executeWithoutNotificationHandling

<V> V executeWithoutNotificationHandling(Callable<V> callable)
Since:
4.1


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.