com.ibm.pim.extensionpoints
Interface NonPersistedAttributeRuleFunction


public interface NonPersistedAttributeRuleFunction

Since:
6.0.0

Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.lang.Object rule(CategoryNonPersistedAttributeRuleFunctionArguments inArgs)
          Provide a value for a non persisted attribute on a Category
 java.lang.Object rule(CollaborationCategoryNonPersistedAttributeRuleFunctionArguments inArgs)
          Provide a value for a non persisted attribute on a Category in a CollaborationArea
 java.lang.Object rule(CollaborationItemNonPersistedAttributeRuleFunctionArguments inArgs)
          Provide a value for a non persisted attribute on an Item in a CollaborationArea
 java.lang.Object rule(ItemNonPersistedAttributeRuleFunctionArguments inArgs)
          Provide a value for a non persisted 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(ItemNonPersistedAttributeRuleFunctionArguments inArgs)
Provide a value for a non persisted 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(CollaborationItemNonPersistedAttributeRuleFunctionArguments inArgs)
Provide a value for a non persisted 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(CategoryNonPersistedAttributeRuleFunctionArguments inArgs)
Provide a value for a non persisted 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(CollaborationCategoryNonPersistedAttributeRuleFunctionArguments inArgs)
Provide a value for a non persisted attribute on a Category in a CollaborationArea

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