Uses of Class
org.sakaiproject.entitybroker.entityprovider.extension.ActionReturn
-
Packages that use ActionReturn Package Description org.sakaiproject.entitybroker org.sakaiproject.entitybroker.providers -
-
Uses of ActionReturn in org.sakaiproject.entitybroker
Methods in org.sakaiproject.entitybroker that return ActionReturn Modifier and Type Method Description ActionReturnEntityBroker. 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 Modifier and Type Method Description ActionReturnEntityRESTProvider. 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
-