Uses of Interface
org.sakaiproject.entitybroker.collector.AutoRegister

Packages that use AutoRegister
org.sakaiproject.entitybroker.collector   
org.sakaiproject.entitybroker.entityprovider.capabilities   
 

Uses of AutoRegister in org.sakaiproject.entitybroker.collector
 

Subinterfaces of AutoRegister in org.sakaiproject.entitybroker.collector
 interface OrderedBean
          This sets the order of a bean when it is grabbed by the bean collector and ensures a guaranteed priority order of collected beans, lower orders (numbers) will be loaded first and the orders do not have to be consecutive (there can be gaps)
 

Uses of AutoRegister in org.sakaiproject.entitybroker.entityprovider.capabilities
 

Subinterfaces of AutoRegister in org.sakaiproject.entitybroker.entityprovider.capabilities
 interface AutoRegisterEntityProvider
          By implementing this interface you are telling the EntityProviderManager to register this entity broker as soon as spring creates it, to be exposed as part of the EntityBroker
This is one of the capability extensions for the EntityProvider interface
 



Copyright © 2007-2013 Sakai Project. All Rights Reserved.