|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ValidationRuleFunction
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
boolean |
rule(CategoryValidationRuleFunctionArguments inArgs)
Perform validation rule for categories. |
boolean |
rule(CollaborationCategoryValidationRuleFunctionArguments inArgs)
Perform validation rule for collaboration categories. |
boolean |
rule(CollaborationItemValidationRuleFunctionArguments inArgs)
Perform validation rule for collaboration items. |
boolean |
rule(ItemValidationRuleFunctionArguments inArgs)
Perform validation rule for items. |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
boolean rule(ItemValidationRuleFunctionArguments inArgs)
Implementations should return true if the rule passes, or use the error writer and return false if not.
inArgs
- the arguments for this invocation.
boolean rule(CategoryValidationRuleFunctionArguments inArgs)
Implementations should return true if the rule passes, or use the error writer and return false if not.
inArgs
- the arguments for this invocation.
boolean rule(CollaborationItemValidationRuleFunctionArguments inArgs)
Implementations should return true if the rule passes, or use the error writer and return false if not.
inArgs
- the arguments for this invocation.
boolean rule(CollaborationCategoryValidationRuleFunctionArguments inArgs)
Implementations should return true if the rule passes, or use the error writer and return false if not.
inArgs
- the arguments for this invocation.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |