Documentation Center

AIS Trigger Component

An AIS trigger is a component that can define a rule or user-defined action that will be executed when a specified AIS event occurs. WorldServer supports several events that you can use to initiate user-defined processes. These events include the ability to execute userdefined actions before and after certain node-related processes. For instance, actions can be defined to occur before and/or after a node has been read from or written to. Additionally, actions can be triggered to occur after to the creation of a node, and before the deletion of a node. See the Java documentation for the WSAisTrigger class for more details.

The AIS components currently supported are:
  • EVENT_POST_CREATE – Occurs after an asset or node is created
  • EVENT_PRE_READ – Occurs before a node or asset is read
  • EVENT_POST_READ – Occurs after a node or asset has been read
  • EVENT_PRE_WRITE – Occurs before the node or asset has been written
  • EVENT_POST_WRITE – Occurs after the node or asset has been written
  • EVENT_PRE_DELETE – Occurs before a node or asset has been deleted

Java documentation

com.idiominc.wssdk.component.trigger