|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RuleDef
A design time representation of a rule.
Method Summary | |
---|---|
java.util.Collection<ActionDef> |
getClearActionDefs()
Get the set of clear actions associated with the clear condition. |
QueryDef |
getClearCondition()
Get the clear condition associated with this rule. |
java.util.Calendar |
getCreatedDate()
Date/time when the rule was first created. |
java.lang.String |
getDescription()
Get description of |
java.util.Calendar |
getModifiedDate()
Date/time when the rule was updated. |
int |
getPriority()
Priority associated rule |
java.lang.String |
getScheduleName()
Get the schedule associated with this rule. |
java.util.Collection<ActionDef> |
getSetActionDefs()
Get the set of actions associated with the set condition. |
QueryDef |
getSetCondition()
Get the set condition associated with this rule. |
java.lang.String |
getUserName()
Get the user name who created this rule. |
java.lang.String |
getVersion()
Version associated with the rule. |
boolean |
isEnabled()
|
boolean |
isStreamingQuery()
Type of rule |
Methods inherited from interface com.tibco.rta.model.MetadataElement |
---|
getDisplayName, getName, getOwnerSchema, getProperty, getPropertyNames, serialize |
Method Detail |
---|
java.lang.String getUserName()
QueryDef getSetCondition()
QueryDef getClearCondition()
java.lang.String getScheduleName()
java.util.Collection<ActionDef> getSetActionDefs()
java.util.Collection<ActionDef> getClearActionDefs()
java.lang.String getVersion()
java.util.Calendar getCreatedDate()
java.util.Calendar getModifiedDate()
java.lang.String getDescription()
getDescription
in interface MetadataElement
int getPriority()
boolean isStreamingQuery()
boolean isEnabled()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |