| Interface | Description |
|---|---|
| CoreEntityProvider |
This is the base unit for working with Sakai entities, by implementing this interface and
creating a spring bean you will tie your entities into Sakai, there are many other interfaces
which you can implement to extend the interaction of your entities with Sakai in this package
You (the implementor) will want to create one implementation of this interface for each type of entity you want to link to Sakai to track events, provide URL access, etc. |
| EntityProvider |
Beans may implement this interface directly to provide "extension" capabilities to an existing
CoreEntityProvider. |
| EntityProviderManager |
Handles all internal work of managing and working with the entity providers
Registration of entity brokers happens via spring, see the EntityProvider interface for
details |
| EntityProviderMethodStore |
This is the interface for handling storage of methods (related to custom actions and the like),
this is for internal usage only and should not be accessed or used by other developers
|
Copyright © 2023. All rights reserved.