|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A scenario's runtime definition.
Field Summary | |
static short |
AND
Boolean AND logic. |
static short |
OR
Boolean OR logic. |
Method Summary | |
boolean |
checksClassifications()
Does the scenario check for Classifications. |
java.lang.String |
getClassifiersRulesetName()
The name of the classifier's ruleset to use. |
long |
getLastModified()
The last time this scenario was modified. |
java.lang.String |
getScenarioRulesetName()
The name of the scenario's ruleset. |
java.util.List |
getValidClassificationNames()
The list of classification names for which this scenario is valid. |
short |
getValidClassificationsLogic()
Get the valid classifications boolean logic. |
java.util.Collection |
getValidEventTypes()
The list of event types the scenario ruleset checks for. |
Methods inherited from interface com.bea.campaign.ScenarioInfo |
getActiveFlag,
getDescription,
getName,
getUniqueId |
Methods inherited from interface java.lang.Comparable |
compareTo |
Field Detail |
public static final short AND
public static final short OR
Method Detail |
public long getLastModified()
public java.util.List getValidClassificationNames()
Empty list implies being valid for any user.
public short getValidClassificationsLogic()
public java.lang.String getScenarioRulesetName()
public java.lang.String getClassifiersRulesetName()
public boolean checksClassifications()
public java.util.Collection getValidEventTypes()
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |