public interface RuleDef extends MetadataElement
Modifier and Type | Method and Description |
---|---|
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
|
getDisplayName, getName, getOwnerSchema, getProperty, getPropertyNames, serialize
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()
Copyright © 2000-2014 TIBCO Inc. All Rights Reserved.