Package org.eclipse.emf.cdo.view
Interface CDOFetchRuleManager
- 
 public interface CDOFetchRuleManager- Since:
- 2.0
- Author:
- Simon McDuff
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description CDOCollectionLoadingPolicygetCollectionLoadingPolicy()CDOIDgetContext()java.util.List<CDOFetchRule>getFetchRules(java.util.Collection<CDOID> ids)
 
- 
- 
- 
Method Detail- 
getContextCDOID getContext() 
 - 
getFetchRulesjava.util.List<CDOFetchRule> getFetchRules(java.util.Collection<CDOID> ids) 
 - 
getCollectionLoadingPolicyCDOCollectionLoadingPolicy getCollectionLoadingPolicy() 
 
- 
 
-