| Interface | Description |
|---|---|
| DeveloperHelperService |
Includes methods which are likely to be helpful to developers who are implementing
entity providers in Sakai and working with references
|
| EntityBroker |
This service interface defines the capabilities of the entity broker system
It allows Sakai system methods, developers, etc. to access Sakai entity information (new and old) |
| EntityBrokerManager |
The core of the EB system,
this is generally not for use by developers and is mostly for internal use but
it should be ok to use most of these methods
|
| Class | Description |
|---|---|
| EntityReference |
The class of all Entity references handled by the EntityBroker system.
|
| EntityView |
Defines an entity view (a specific way to looking at entity data, e.g.
|
| IdEntityReference | Deprecated
Use
EntityReference directly, this will be removed eventually |
| Enum | Description |
|---|---|
| EntityView.Method |
Represents HTTP methods (GET, POST, etc.)
|
Copyright © 2007–2020 Sakai Project. All rights reserved.