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
|
copyright
static final java.lang.String copyright
- See Also:
- Constant Field Values
trigger
void trigger(TriggerFunctionArguments inArgs)
- Perform trigger function.
- Parameters:
inArgs
- the arguments for this invocation.