|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.waveset.object.WorkflowValidator
Nested Class Summary | |
static class |
WorkflowValidator.Locator
An object that we hang off each message placed in the inherited MessagePage that helps us locate the associated workflow object, editing dialog, and subtab. |
static class |
WorkflowValidator.Property
Enumeration of bean properties where error messages can occur. |
static class |
WorkflowValidator.Severity
The severity of an error message |
static class |
WorkflowValidator.ValidationMessage
Validation message. |
Field Summary | |
static java.lang.String |
code_id
|
Constructor Summary | |
WorkflowValidator(LighthouseContext context,
WFProcess process,
WorkflowValidator.Severity severityThreshold)
Build a validator. |
Method Summary | |
java.util.List |
validate()
External method to perform validation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String code_id
Constructor Detail |
public WorkflowValidator(LighthouseContext context, WFProcess process, WorkflowValidator.Severity severityThreshold)
Method Detail |
public java.util.List validate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |