|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RunValueRuleFunction
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
java.lang.Object |
rule(CategoryRunValueRuleFunctionArguments inArgs)
Provide a value for an Attribute on a category. |
java.lang.Object |
rule(CollaborationCategoryRunValueRuleFunctionArguments inArgs)
Provide a value for an Attribute on a Category in a CollaborationArea. |
java.lang.Object |
rule(CollaborationItemRunValueRuleFunctionArguments inArgs)
Provide a value for an Attribute on an Item in a CollaborationArea. |
java.lang.Object |
rule(ItemRunValueRuleFunctionArguments inArgs)
Provide a value for an Attribute on an Item. |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
java.lang.Object rule(ItemRunValueRuleFunctionArguments inArgs)
inArgs
- the arguments for this invocation.
java.lang.Object rule(CollaborationItemRunValueRuleFunctionArguments inArgs)
inArgs
- the arguments for this invocation.
java.lang.Object rule(CategoryRunValueRuleFunctionArguments inArgs)
inArgs
- the arguments for this invocation.
java.lang.Object rule(CollaborationCategoryRunValueRuleFunctionArguments inArgs)
inArgs
- the arguments for this invocation.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |