com.ibm.itim.dataservices.model
Class DataTrigger

java.lang.Object
  |
  +--com.ibm.itim.dataservices.model.DataTrigger

public class DataTrigger
extends java.lang.Object

Class that represents a lifecycle rule trigger condition based on the data content of an entity. This condition is represented by a boolean expression, or a script that returns a boolean result.


Constructor Summary
DataTrigger()
           
 
Method Summary
 java.lang.String getExpression()
          Returns the boolean expression evaluated to determine whether the rule should fire.
 void setExpression(java.lang.String expression)
          Changes the boolean expression evaluated to determine whether the rule should fire.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataTrigger

public DataTrigger()
Method Detail

getExpression

public java.lang.String getExpression()
Returns the boolean expression evaluated to determine whether the rule should fire.
Returns:
String holding the trigger's expression.

setExpression

public void setExpression(java.lang.String expression)
Changes the boolean expression evaluated to determine whether the rule should fire.
Parameters:
expression - String holding the trigger's expression.