com.ibm.pim.extensionpoints
Interface DefaultValueRuleFunction


public interface DefaultValueRuleFunction

Since:
6.0.0

Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.lang.Object rule(CategoryDefaultValueRuleFunctionArguments inArgs)
          Provide a default value for an Attribute on a Category
 java.lang.Object rule(CollaborationCategoryDefaultValueRuleFunctionArguments inArgs)
          Provide a default value for an Attribute on a Category in a CollaborationArea
 java.lang.Object rule(CollaborationItemDefaultValueRuleFunctionArguments inArgs)
          Provide a default value for an Attribute on an Item in a CollaborationArea
 java.lang.Object rule(ItemDefaultValueRuleFunctionArguments inArgs)
          Provide a default 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(ItemDefaultValueRuleFunctionArguments inArgs)
Provide a default value for an Attribute on an Item

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

rule

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

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

rule

java.lang.Object rule(CategoryDefaultValueRuleFunctionArguments inArgs)
Provide a default value for an Attribute on a Category

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

rule

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

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