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

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

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

Subinterfaces of Createable in org.sakaiproject.entitybroker.entityprovider.capabilities
 interface CRUDable
          A convenient interface to define that this entity type supports all CRUD operations
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
 interface Saveable
          Convenience interface to indicates that an entity is can be saved, i.e. it is creatable and updateable
 



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