public interface CollectionRule
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
static java.lang.String |
VERSION |
Modifier and Type | Method and Description |
---|---|
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.
|
static final java.lang.String VERSION
static final java.lang.String COPYRIGHT
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()
Copyright © 2015 Pegasystems Inc. All Rights Reserved.