Uses of Interface
org.sakaiproject.entitybroker.entityprovider.capabilities.Describeable

Packages that use Describeable
org.sakaiproject.entitybroker.entityprovider.capabilities   
 

Uses of Describeable in org.sakaiproject.entitybroker.entityprovider.capabilities
 

Subinterfaces of Describeable in org.sakaiproject.entitybroker.entityprovider.capabilities
 interface DescribeDefineable
          Allows an entity to define the description of itself in code rather than using properties, this will be called each time a description is needed so it should be efficient
This is the configuration interface
This is one of the capability extensions for the EntityProvider interface
 interface DescribePropertiesable
          This allows an entity to define the Properties files/classes to be used for looking up descriptions of the entity (Describeable)
This is the configuration interface
This is one of the capability extensions for the EntityProvider interface
 interface RESTful
          Indicates that entities handled by this provider are RESTful as defined by the REST microformat:
http://microformats.org/wiki/rest/urls
Requires all CRUD functionality, Collection handling, HTML handling, and ability to support output formats
This is mostly a convenience interface to make sure that everything needed to support REST has been implemented, it also includes the marker to indicate that RESTful URLs should work for entities of this type
 



Copyright © 2007-2013 Sakai Project. All Rights Reserved.