com.ibm.pim.extensionpoints
Interface TriggerFunction


public interface TriggerFunction

Interface that represents the (Secure) Trigger function

Since:
6.0.0
Equivalent in Script API:
the script extension points "Trigger Script" and "Secure Trigger Script"

Field Summary
static java.lang.String copyright
           
 
Method Summary
 void trigger(TriggerFunctionArguments inArgs)
          Perform trigger function.
 

Field Detail

copyright

static final java.lang.String copyright
See Also:
Constant Field Values
Method Detail

trigger

void trigger(TriggerFunctionArguments inArgs)
Perform trigger function.

Parameters:
inArgs - the arguments for this invocation.