Interface | Description |
---|---|
AttachmentContainer |
AttachmentContainer is the interface for objects that may contain attachments.
|
AttachmentContainerEdit |
AttachmentContainer is a mutable AttachmentContainer.
|
ContentExistsAware |
Services which implement ContentExistsAware declare that they are able to determine if they contain content for the site they are in.
|
ContextObserver |
Services which implement ContextObserver declare themselves as wanting context change notification.
|
Edit |
Edit is a mutable Entity.
|
Entity |
Entity is the generic interface for all information units modeled in Sakai.
|
EntityManager |
EntityManager is the API for managing EntityProducer services / managers.
|
EntityProducer |
Services which implement EntityProducer declare themselves as producers of Sakai entities.
|
EntitySummary |
Services which implement EntitySummary declare themselves as willing and able to supply summary information for synoptics.
|
EntityTransferrer |
Services which implement EntityTransferrer declare themselves as willing and able to transfer/copy their entities from one context to another.
|
EntityTransferrerRefMigrator |
Services which implement EntityTransferrer declare themselves as willing and able to transfer/copy their entities
from one context to another.
|
HardDeleteAware |
Services which implement HardDeleteAware declare that they are able to purge themselves.
|
HttpAccess |
Provide entity access via http for use in the access servlet.
|
Reference |
Reference holds an immutable(?)
|
ResourceProperties |
ResourceProperties models the open-ended propeties of a Sakai Entity.
|
ResourcePropertiesEdit |
ResourcePropertiesEdit is a mutable ResourceProperties.
|
Summary |
Summary is a Map that represents an RSS feed item
|
Exception | Description |
---|---|
EntityAccessOverloadException |
EntityAccessOverloadException is thrown whenever there are too many concurrent Entity access requests to process another one at this time.
|
EntityCopyrightException |
EntityCopyrightException is thrown when a resource is accessed that requires a copyright agreement from the end user that has not yet been satisfied.
|
EntityNotDefinedException |
EntityNotDefinedException is thrown whenever an Entity access is attempted with an id that is not found.
|
EntityPermissionException |
EntityPermissionException is thrown when the current end-user does not have permission to perform a specific Entity access.
|
EntityPropertyNotDefinedException |
EntityPropertyNotDefinedException is thrown on an Entity property access when the property name requested is not defined.
|
EntityPropertyTypeException |
EntityPropertyTypeException is thrown on an Entity property access when the named property found does not match the type of access requested.
|
Copyright © 2003–2019 The Sakai Foundation. All rights reserved.