org.sakaiproject.entity.api |
|
Java Source File Name | Type | Comment |
AttachmentContainer.java | Interface |
AttachmentContainer is the interface for objects that may contain attachments. |
AttachmentContainerEdit.java | Interface |
AttachmentContainer is a mutable AttachmentContainer. |
ContextObserver.java | Interface |
Services which implement ContextObserver declare themselves as wanting context change notification. |
Edit.java | Interface |
Edit is a mutable Entity. |
Entity.java | Interface |
Entity is the generic interface for all information units modeled in Sakai. |
EntityAccessOverloadException.java | Class |
EntityAccessOverloadException is thrown whenever there are too many concurrent Entity access requests to process another one at this time. |
EntityCopyrightException.java | Class |
EntityCopyrightException is thrown when a resource is accessed that requires a copyright agreement from the end user that has not yet been satisfied. |
EntityManager.java | Interface |
EntityManager is the API for managing EntityProducer services / managers. |
EntityNotDefinedException.java | Class |
EntityNotDefinedException is thrown whenever an Entity access is attempted with an id that is not found. |
EntityPermissionException.java | Class |
EntityPermissionException is thrown when the current end-user does not have permission to perform a specific Entity access. |
EntityProducer.java | Interface |
Services which implement EntityProducer declare themselves as producers of Sakai entities. |
EntityPropertyNotDefinedException.java | Class |
EntityPropertyNotDefinedException is thrown on an Entity property access when the property name requested is not defined. |
EntityPropertyTypeException.java | Class |
EntityPropertyTypeException is thrown on an Entity property access when the named property found does not match the type of access requested. |
EntitySummary.java | Interface |
Services which implement EntitySummary declare themselves as willing and able to supply summary information for synoptics. |
EntityTransferrer.java | Interface |
Services which implement EntityTransferrer declare themselves as willing and able to transfer/copy their entities from one context to another. |
HttpAccess.java | Interface |
Provide entity access via http for use in the access servlet. |
Reference.java | Interface |
Reference holds an immutable reference to a Sakai entity. |
ResourceProperties.java | Interface |
ResourceProperties models the open-ended propeties of a Sakai Entity. |
ResourcePropertiesEdit.java | Interface |
ResourcePropertiesEdit is a mutable ResourceProperties. |
Summary.java | Interface | |