|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CollectionRule
Represents a single Rule that is executed in a Collection.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
static java.lang.String |
VERSION
|
Method Summary | |
---|---|
java.lang.String |
checkPrecondition()
Tests the preconditions for this Rule. |
java.lang.String |
checkStopConditions()
Performs a stop condition check for the containing Collection. |
java.util.Date |
getCircumstanceDateOverride()
Returns the Circumstance Date Override value for this Collection step, or null if none. |
java.lang.String |
getCircumstanceOverride()
Returns the Circumstance Override value for this Collection step, or null if none. |
java.util.Date |
getDateOverride()
Returns the value to use as "now" for Rule Resolution, or null if the actual current value should be used. |
StringMap |
getRuleKeys()
Returns the keys to this Rule. |
java.lang.String |
getRuleSetName()
Returns the RuleSet associated with the Collection that contains this Rule step. |
ParameterPage |
getStepParams()
If this Rule is an Activity or a Collection, returns the Parameters to be passed into the Activity. |
void |
performPresets()
Performs Property presets for the containing Collection. |
Field Detail |
---|
static final java.lang.String COPYRIGHT
static final java.lang.String VERSION
Method Detail |
---|
StringMap getRuleKeys()
java.lang.String getRuleSetName()
ParameterPage getStepParams()
java.lang.String checkStopConditions()
void performPresets()
java.lang.String checkPrecondition()
java.lang.String getCircumstanceOverride()
java.util.Date getCircumstanceDateOverride()
java.util.Date getDateOverride()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |