|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.itim.dataservices.model.DataTrigger
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 |
public DataTrigger()
Method Detail |
public java.lang.String getExpression()
public void setExpression(java.lang.String expression)
expression
- String holding the trigger's expression.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |