|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Rule
Describes a rule on a form model. A rule is a kind of "instance" of a rule model. It can be configured with
| Method Summary | |
|---|---|
Message[] |
getMessages(Step step)
Return all of the rule message pertaining to a step. |
RuleParameter[] |
getParameters(Step step)
Return all of the rule parameters pertaining to a step. |
RuleModel |
getRuleModel()
Return the rule model belonging to this rule. |
Message[] |
getStepMessages()
Return all of the rule messages for the current step. |
RuleParameter[] |
getStepParameters()
Return all of the rule parameters pertaining to the current step. |
boolean |
isEndOfFlow()
Returns true for a router if the end of the flow is reached. |
| Method Detail |
|---|
RuleModel getRuleModel()
RuleParameter[] getParameters(Step step)
step - the step
RuleParameter[] getStepParameters()
Message[] getMessages(Step step)
step - the step
Message[] getStepMessages()
boolean isEndOfFlow()
true for a router if the end of the flow is reached.
true if the end of flow is reached.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||