Interface CDOCheckoutManager
- 
- All Superinterfaces:
- CDOExplorerManager<CDOCheckout>,- IAdaptable,- org.eclipse.net4j.util.container.IContainer<CDOCheckout>,- org.eclipse.net4j.util.event.INotifier
 
 public interface CDOCheckoutManager extends CDOExplorerManager<CDOCheckout> Manages a set ofcheckouts.- Since:
- 4.4
- 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 interfaceCDOCheckoutManager.CheckoutEventstatic interfaceCDOCheckoutManager.CheckoutInitializeEventstatic interfaceCDOCheckoutManager.CheckoutStateEvent- 
Nested classes/interfaces inherited from interface org.eclipse.emf.cdo.explorer.CDOExplorerManagerCDOExplorerManager.ElementsChangedEvent
 - 
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.container.IContainerorg.eclipse.net4j.util.container.IContainer.Modifiable<E extends java.lang.Object>, org.eclipse.net4j.util.container.IContainer.Persistable<E extends java.lang.Object>, org.eclipse.net4j.util.container.IContainer.Persistence<E extends java.lang.Object>
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description CDOCheckoutaddCheckout(java.util.Properties properties)CDOCheckoutgetCheckout(java.lang.String id)CDOCheckoutgetCheckout(CDOView view)CDOCheckoutgetCheckoutByLabel(java.lang.String label)CDOCheckout[]getCheckouts()- 
Methods inherited from interface org.eclipse.emf.cdo.explorer.CDOExplorerManagergetUniqueLabel
 - 
Methods inherited from interface org.eclipse.core.runtime.IAdaptablegetAdapter
 
- 
 
- 
- 
- 
Method Detail- 
getCheckoutCDOCheckout getCheckout(java.lang.String id) 
 - 
getCheckoutCDOCheckout getCheckout(CDOView view) 
 - 
getCheckoutByLabelCDOCheckout getCheckoutByLabel(java.lang.String label) 
 - 
getCheckoutsCDOCheckout[] getCheckouts() 
 - 
addCheckoutCDOCheckout addCheckout(java.util.Properties properties) 
 
- 
 
-