| Modifier and Type | Method and Description |
|---|---|
CustomAction[] |
EntityProviderMethodStore.findCustomActions(EntityProvider entityProvider,
boolean ignoreFailures)
Get all the custom actions that can be found
|
CustomAction |
EntityProviderMethodStore.getCustomAction(String prefix,
String action)
Get the
CustomAction for a prefix and action if it exists |
| Modifier and Type | Method and Description |
|---|---|
List<CustomAction> |
EntityProviderMethodStore.getCustomActions(String prefix)
Gets the list of all custom actions for a prefix
|
| Modifier and Type | Method and Description |
|---|---|
void |
EntityProviderMethodStore.addCustomAction(String prefix,
CustomAction customAction)
Add a custom action for a prefix
|
| Modifier and Type | Method and Description |
|---|---|
void |
EntityProviderMethodStore.setCustomActions(String prefix,
Map<String,CustomAction> actions)
Set the custom actions for this prefix
|
| Modifier and Type | Method and Description |
|---|---|
CustomAction[] |
ActionsDefineable.defineActions()
Defines the custom actions which are allowed to be performed on your entities
|
| Modifier and Type | Method and Description |
|---|---|
CustomAction |
CustomAction.copy() |
static CustomAction |
CustomAction.copy(CustomAction ca) |
| Modifier and Type | Method and Description |
|---|---|
static CustomAction |
CustomAction.copy(CustomAction ca) |
Copyright © 2007–2020 Sakai Project. All rights reserved.