com.ibm.pim.extensionpoints
Interface CategoryStringEnumerationValueRuleFunctionArguments.CategoryReRunPerOccurrenceControl

Enclosing interface:
CategoryStringEnumerationValueRuleFunctionArguments

public static interface CategoryStringEnumerationValueRuleFunctionArguments.CategoryReRunPerOccurrenceControl

Interface to allow the value rule to control the rerun per occurence flag available within the corresponding script type as the variable 'run_rule_per_occurrence'

The default state for this flag is set within common.properties via the "run_rule_per_occurrence=" setting.


Method Summary
 java.lang.Boolean getReRunPerOccurrence()
          Obtain the state of the 'run_rule_per_occurrence' flag
 void setReRunPerOccurrence(boolean doReRun)
          Alter the state of the 'run_rule_per_occurrence' flag
 

Method Detail

setReRunPerOccurrence

void setReRunPerOccurrence(boolean doReRun)
Alter the state of the 'run_rule_per_occurrence' flag

Parameters:
doReRun - true to run the rule every time, false otherwise.

getReRunPerOccurrence

java.lang.Boolean getReRunPerOccurrence()
Obtain the state of the 'run_rule_per_occurrence' flag

Returns:
the state of the flag.