Difference between revisions of "Automation events table"

From OpenKM Documentation
Jump to: navigation, search
Line 3: Line 3:
 
{{Warning|Under construction}}
 
{{Warning|Under construction}}
  
Events have pre ( previously ) and post ( posterior )  
+
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 ==
 
== Available environment variables ==

Revision as of 14:08, 8 January 2014


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 Post
AutomationUtils.PARENT_NODE
AutomationUtils.DOCUMENT_NAME
AutomationUtils.DOCUMENT_MIME_TYPE
AutomationUtils.DOCUMENT_KEYWORDS