Uses of Interface
org.sakaiproject.entitybroker.entityprovider.capabilities.CRUDable
-
Packages that use CRUDable Package Description org.sakaiproject.entitybroker.entityprovider.capabilities -
-
Uses of CRUDable in org.sakaiproject.entitybroker.entityprovider.capabilities
Subinterfaces of CRUDable in org.sakaiproject.entitybroker.entityprovider.capabilities Modifier and Type Interface Description interfaceRESTfulIndicates 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
-