com.ibm.pim.extensionpoints
Interface StringEnumerationValueRuleFunction


public interface StringEnumerationValueRuleFunction

Interface that represents the String Enumeration Value Rule function

Since:
6.0.0
Equivalent in Script API:
the script extension point " String Enumeration Value Rule Script"

Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.lang.String[] rule(CategoryStringEnumerationValueRuleFunctionArguments inArgs)
          Obtain the possible string values for an AttributeInstance in a category
 java.lang.String[] rule(CollaborationCategoryStringEnumerationValueRuleFunctionArguments inArgs)
          Obtain the possible string values for an AttributeInstance in a collaboration category
 java.lang.String[] rule(CollaborationItemStringEnumerationValueRuleFunctionArguments inArgs)
          Obtain the possible string values for an AttributeInstance in a collaboration item
 java.lang.String[] rule(ItemStringEnumerationValueRuleFunctionArguments inArgs)
          Obtain the possible string values for an AttributeInstance in an item
 

Field Detail

copyright

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

rule

java.lang.String[] rule(ItemStringEnumerationValueRuleFunctionArguments inArgs)
Obtain the possible string values for an AttributeInstance in an item

Returns:
array of String to be used as enumerated values.

rule

java.lang.String[] rule(CategoryStringEnumerationValueRuleFunctionArguments inArgs)
Obtain the possible string values for an AttributeInstance in a category

Returns:
array of String to be used as enumerated values.

rule

java.lang.String[] rule(CollaborationItemStringEnumerationValueRuleFunctionArguments inArgs)
Obtain the possible string values for an AttributeInstance in a collaboration item

Returns:
array of String to be used as enumerated values.

rule

java.lang.String[] rule(CollaborationCategoryStringEnumerationValueRuleFunctionArguments inArgs)
Obtain the possible string values for an AttributeInstance in a collaboration category

Returns:
array of String to be used as enumerated values.