com.ibm.pim.extensionpoints
Interface RunValueRuleFunction


public interface RunValueRuleFunction

Since:
6.0.0

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

copyright

static final java.lang.String copyright
See Also:
Constant Field Values
Method Detail

rule

java.lang.Object rule(ItemRunValueRuleFunctionArguments inArgs)
Provide a value for an Attribute on an Item.

Parameters:
inArgs - the arguments for this invocation.
Returns:
the Value to be set for the Attribute.

rule

java.lang.Object rule(CollaborationItemRunValueRuleFunctionArguments inArgs)
Provide a value for an Attribute on an Item in a CollaborationArea.

Parameters:
inArgs - the arguments for this invocation.
Returns:
the Value to be set for the Attribute.

rule

java.lang.Object rule(CategoryRunValueRuleFunctionArguments inArgs)
Provide a value for an Attribute on a category.

Parameters:
inArgs - the arguments for this invocation.
Returns:
the Value to be set for the Attribute.

rule

java.lang.Object rule(CollaborationCategoryRunValueRuleFunctionArguments inArgs)
Provide a value for an Attribute on a Category in a CollaborationArea.

Parameters:
inArgs - the arguments for this invocation.
Returns:
the Value to be set for the Attribute.