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

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

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

Subinterfaces of Inputable in org.sakaiproject.entitybroker.entityprovider.capabilities
 interface InputTranslatable
          Allows this entity to define the way to translate data for a reference into an entity object depending on the format requested, if you just want to use the internal methods to handle formatting the input into an entity then simply use Inputable
NOTE: throwing FormatUnsupportedException will pass control over to the internal handlers for formatting, if you want to stop the request for this format type entirely then throw an IllegalStateException and the processing will be halted
 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-2012 Sakai Project. All Rights Reserved.