public interface EntityProvider
CoreEntityProvider. If you are the provider for a set of entities then you will want to
implement CoreEntityProvider, this interface is primarily for extending an existing
entity provider (adding extra functionality to one that is already registered
Usage:AutoRegisterEntityProvider or register this implementation some other way| Modifier and Type | Method and Description |
|---|---|
String |
getEntityPrefix()
Controls the globally unique prefix for the entities handled by this provider
For example: Announcements might use "annc", Evaluation might use "eval" (if this is not actually unique then an exception will be thrown when Sakai attempts to register this broker) (the global reference string will consist of the entity prefix and the local id) |
String getEntityPrefix()
Copyright © 2007–2019 Sakai Project. All rights reserved.