Difference between revisions of "Automation events table"
From OpenKM Documentation
Line 10: | Line 10: | ||
=== Create Document === | === Create Document === | ||
− | {| | + | {| border="1" cellpadding="20" cellspacing="0" |
− | |||
|'''Pre''' | |'''Pre''' | ||
|'''Post''' | |'''Post''' | ||
|- | |- | ||
− | |||
|AutomationUtils.PARENT_NODE | |AutomationUtils.PARENT_NODE | ||
| | | | ||
|- | |- | ||
− | |||
|AutomationUtils.DOCUMENT_NAME | |AutomationUtils.DOCUMENT_NAME | ||
| | | | ||
|- | |- | ||
− | |||
|AutomationUtils.DOCUMENT_MIME_TYPE | |AutomationUtils.DOCUMENT_MIME_TYPE | ||
| | | | ||
|- | |- | ||
− | |||
|AutomationUtils.DOCUMENT_KEYWORDS | |AutomationUtils.DOCUMENT_KEYWORDS | ||
| | | |
Revision as of 12:59, 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 |