Uses of Class
org.sakaiproject.entitybroker.entityprovider.extension.ActionReturn

Packages that use ActionReturn
org.sakaiproject.entitybroker   
org.sakaiproject.entitybroker.providers   
 

Uses of ActionReturn in org.sakaiproject.entitybroker
 

Methods in org.sakaiproject.entitybroker that return ActionReturn
 ActionReturn EntityBroker.executeCustomAction(String reference, String action, Map<String,Object> params, OutputStream outputStream)
          This will execute a custom action for an entity or space/collection of entities
This is meant for specialized usage as custom actions are typically meant to be executed by REST calls only
 

Uses of ActionReturn in org.sakaiproject.entitybroker.providers
 

Methods in org.sakaiproject.entitybroker.providers that return ActionReturn
 ActionReturn EntityRESTProvider.handleCustomActionExecution(ActionsExecutable actionProvider, EntityReference ref, String action, Map<String,Object> actionParams, OutputStream outputStream, EntityView view, Map<String,Object> searchParams)
          This will execute a custom action for an entity or space/collection of entities
This is meant for specialized usage as custom actions are typically meant to be executed by REST calls only
 



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