public class TutorialEntityProviderImpl extends Object implements org.sakaiproject.api.app.help.TutorialEntityProvider, org.sakaiproject.entitybroker.entityprovider.capabilities.AutoRegisterEntityProvider, org.sakaiproject.entitybroker.entityprovider.capabilities.RESTful
Modifier and Type | Field and Description |
---|---|
protected org.apache.commons.logging.Log |
log |
SEARCH_LOCATION_REFERENCE, SEARCH_TAGS, SEARCH_USER_REFERENCE
ALL_KNOWN_FORMATS, ATOM, ATOM_EXTENSIONS, ATOM_MIME_TYPE, FORM, FORM_EXTENSIONS, FORM_MIME_TYPE, HTML, HTML_EXTENSIONS, HTML_MIME_TYPE, JSON, JSON_EXTENSIONS, JSON_MIME_TYPE, JSONP, JSONP_EXTENSIONS, JSONP_MIME_TYPE, RSS, RSS_EXTENSIONS, RSS_MIME_TYPE, TXT, TXT_EXTENSIONS, TXT_MIME_TYPE, UTF_8, XML, XML_EXTENSIONS, XML_MIME_TYPE
Constructor and Description |
---|
TutorialEntityProviderImpl() |
Modifier and Type | Method and Description |
---|---|
String |
createEntity(org.sakaiproject.entitybroker.EntityReference ref,
Object entity,
Map<String,Object> params) |
void |
deleteEntity(org.sakaiproject.entitybroker.EntityReference ref,
Map<String,Object> params) |
List<?> |
getEntities(org.sakaiproject.entitybroker.EntityReference ref,
org.sakaiproject.entitybroker.entityprovider.search.Search search) |
Object |
getEntity(org.sakaiproject.entitybroker.EntityReference ref) |
String |
getEntityPrefix() |
String[] |
getHandledInputFormats() |
String[] |
getHandledOutputFormats() |
Object |
getSampleEntity() |
void |
updateEntity(org.sakaiproject.entitybroker.EntityReference ref,
Object entity,
Map<String,Object> params) |
public String getEntityPrefix()
getEntityPrefix
in interface org.sakaiproject.entitybroker.entityprovider.EntityProvider
public String createEntity(org.sakaiproject.entitybroker.EntityReference ref, Object entity, Map<String,Object> params)
createEntity
in interface org.sakaiproject.entitybroker.entityprovider.capabilities.Createable
public Object getSampleEntity()
getSampleEntity
in interface org.sakaiproject.entitybroker.entityprovider.capabilities.Sampleable
public void updateEntity(org.sakaiproject.entitybroker.EntityReference ref, Object entity, Map<String,Object> params)
updateEntity
in interface org.sakaiproject.entitybroker.entityprovider.capabilities.Updateable
public Object getEntity(org.sakaiproject.entitybroker.EntityReference ref)
getEntity
in interface org.sakaiproject.entitybroker.entityprovider.capabilities.Resolvable
public void deleteEntity(org.sakaiproject.entitybroker.EntityReference ref, Map<String,Object> params)
deleteEntity
in interface org.sakaiproject.entitybroker.entityprovider.capabilities.Deleteable
public List<?> getEntities(org.sakaiproject.entitybroker.EntityReference ref, org.sakaiproject.entitybroker.entityprovider.search.Search search)
getEntities
in interface org.sakaiproject.entitybroker.entityprovider.capabilities.CollectionResolvable
public String[] getHandledOutputFormats()
getHandledOutputFormats
in interface org.sakaiproject.entitybroker.entityprovider.capabilities.Outputable
public String[] getHandledInputFormats()
getHandledInputFormats
in interface org.sakaiproject.entitybroker.entityprovider.capabilities.Inputable
Copyright © 2003-2016 Sakai Foundation. All Rights Reserved.