Actions are units of work that can be carried out on a node. Usually they
are fired by Rules, so that, for example, when a piece of content is added (or removed)
from a specific folder, it is transformed, tagged, or processed in some way.
| Information | Actions |
|---|---|
| Java API | This API exposes the ActionService that can be used to create and execute Repository actions. For more info see the JavaDocs. |
| JavaScript API | In JavaScript actions can be managed via the Actions API. Use the root object actions. |
| SkyVault REST API | Not Available. However, you could implement a custom Repository Web script that invokes the Action via either the Java API or the JavaScript API. |
| CMIS REST API | Not Available |
| Mobile SDK (iOS) | Not Available |
| Mobile SDK (Android) | Not Available |
| More Information |