Uses of Interface
org.sakaiproject.entitybroker.collector.AutoRegister
-
Packages that use AutoRegister Package Description 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 Modifier and Type Interface Description interfaceOrderedBeanThis 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 Modifier and Type Interface Description interfaceAutoRegisterEntityProviderBy implementing this interface you are telling theEntityProviderManagerto register this entity broker as soon as spring creates it, to be exposed as part of theEntityBroker
This is one of the capability extensions for theEntityProviderinterface
-