Difference between revisions of "Automation events table"
From OpenKM Documentation
Line 3: | Line 3: | ||
Events have pre ( previously ) and post ( posterior ) | Events have pre ( previously ) and post ( posterior ) | ||
− | == Create Document == | + | == Available environment variables == |
+ | * AutomationUtils.PARENT_NODE ( changes parent node ) | ||
+ | * AutomationUtils.DOCUMENT_NAME ( changes document name ) | ||
+ | * AutomationUtils.DOCUMENT_MIME_TYPE ( changes document mime-type ) | ||
+ | * AutomationUtils.DOCUMENT_KEYWORDS ( document list of keyword ) | ||
+ | |||
+ | === Create Document === | ||
{| | {| | ||
| | | |
Revision as of 12:57, 8 January 2014
Events have pre ( previously ) and post ( posterior )
Available environment variables
- AutomationUtils.PARENT_NODE ( changes parent node )
- AutomationUtils.DOCUMENT_NAME ( changes document name )
- AutomationUtils.DOCUMENT_MIME_TYPE ( changes document mime-type )
- AutomationUtils.DOCUMENT_KEYWORDS ( document list of keyword )
Create Document
Pre | Post | |
AutomationUtils.PARENT_NODE | ||
AutomationUtils.DOCUMENT_NAME | ||
AutomationUtils.DOCUMENT_MIME_TYPE | ||
AutomationUtils.DOCUMENT_KEYWORDS |