Automation events table

From OpenKM Documentation
Revision as of 14:46, 8 January 2014 by Jllort (talk | contribs) (Create Document)

Jump to: navigation, search

Nota advertencia.png Under construction

Events can be pre ( previously ) and post ( posterior ). For example pre document creation event, will be executed before document creation and then can be changed several event vars to change parent folder, document name among others. In case post document creation event, will be executed after document creation. In this case there're no associated vars to the event you'll get NodeDocument object to apply directly any change across OpenKM API.

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 Version
For evaluation For changing
AutomationUtils.PARENT_NODE 6.5+
AutomationUtils.DOCUMENT_NAME 6.5+
AutomationUtils.DOCUMENT_MIME_TYPE 6.5+
AutomationUtils.DOCUMENT_KEYWORDS 6.5+
Post
For evaluation For changing
AutomationUtils.DOCUMENT_NODE