| Package | Description |
|---|---|
| org.sakaiproject.entitybroker | |
| org.sakaiproject.entitybroker.providers |
| Modifier and Type | Method and Description |
|---|---|
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 |
| Modifier and Type | Method and Description |
|---|---|
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–2019 Sakai Project. All rights reserved.