public interface ActionsDefineable extends ActionsExecutable
ActionsExecutable if you
want to use the conventions and allow the system to detect your custom actions based
on method names and annotationsEntityCustomAction suffix to define the custom actionsDescribeable key: ActionsExecutionControllableACTION_METHOD_SUFFIX| Modifier and Type | Method and Description |
|---|---|
CustomAction[] |
defineActions()
Defines the custom actions which are allowed to be performed on your entities
|
getEntityPrefixCustomAction[] defineActions()
ActionsExecutable.ACTION_METHOD_SUFFIX or have the EntityCustomAction
annotation on them, use the fields in CustomAction to define the methodNamefor details about what to return,
for more info on what your methods should look likeCopyright © 2007–2019 Sakai Project. All rights reserved.