public class ToolEntityProvider
extends org.sakaiproject.entitybroker.util.AbstractEntityProvider
implements org.sakaiproject.entitybroker.entityprovider.CoreEntityProvider, org.sakaiproject.entitybroker.entityprovider.capabilities.Outputable, org.sakaiproject.entitybroker.entityprovider.capabilities.Resolvable, org.sakaiproject.entitybroker.entityprovider.capabilities.Describeable, org.sakaiproject.entitybroker.entityprovider.capabilities.ActionsExecutable, org.sakaiproject.entitybroker.entityprovider.capabilities.CollectionResolvable
| Modifier and Type | Field and Description |
|---|---|
static String |
ENTITY_PREFIX |
developerHelperServiceALL_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 |
|---|
ToolEntityProvider() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
entityExists(String id) |
Object |
getAllToolIds(org.sakaiproject.entitybroker.EntityReference ref) |
List<?> |
getEntities(org.sakaiproject.entitybroker.EntityReference ref,
org.sakaiproject.entitybroker.entityprovider.search.Search search) |
Object |
getEntity(org.sakaiproject.entitybroker.EntityReference ref) |
String |
getEntityPrefix() |
String[] |
getHandledOutputFormats() |
Object |
getHiddenToolIds(org.sakaiproject.entitybroker.EntityReference ref) |
Object |
getPublicToolIds(org.sakaiproject.entitybroker.EntityReference ref) |
void |
setToolManager(org.sakaiproject.tool.api.ToolManager toolManager) |
public static final String ENTITY_PREFIX
public String getEntityPrefix()
getEntityPrefix in interface org.sakaiproject.entitybroker.entityprovider.EntityProviderpublic Object getEntity(org.sakaiproject.entitybroker.EntityReference ref)
getEntity in interface org.sakaiproject.entitybroker.entityprovider.capabilities.Resolvablepublic String[] getHandledOutputFormats()
getHandledOutputFormats in interface org.sakaiproject.entitybroker.entityprovider.capabilities.Outputablepublic boolean entityExists(String id)
entityExists in interface org.sakaiproject.entitybroker.entityprovider.CoreEntityProviderpublic List<?> getEntities(org.sakaiproject.entitybroker.EntityReference ref, org.sakaiproject.entitybroker.entityprovider.search.Search search)
getEntities in interface org.sakaiproject.entitybroker.entityprovider.capabilities.CollectionResolvablepublic Object getAllToolIds(org.sakaiproject.entitybroker.EntityReference ref)
public Object getHiddenToolIds(org.sakaiproject.entitybroker.EntityReference ref)
public Object getPublicToolIds(org.sakaiproject.entitybroker.EntityReference ref)
public void setToolManager(org.sakaiproject.tool.api.ToolManager toolManager)
Copyright © 2007-2015 Sakai Project. All Rights Reserved.