public class InfosphereEventsRuleEvent extends InfosphereEvents
| Modifier and Type | Field and Description |
|---|---|
protected String |
commonRuleRid |
protected String |
projectRid |
protected String |
ruleRid |
protected String |
tamRid |
eventType| Constructor and Description |
|---|
InfosphereEventsRuleEvent() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCommonRuleRid()
Retrieve the Repository ID (RID) of a data rule or set (data_rule or rule_set) that is fully-bound to be
executable.
|
String |
getProjectRid()
Retrieve the Repository ID (RID) of the Information Analyzer project.
|
String |
getRuleRid()
Retrieve the Repository ID (RID) the data rule or set (data_rule or rule_set) representation, without bindings.
|
String |
getTamRid()
Retrieve the Repository ID (RID) of the Table Analysis Master object.
|
void |
setCommonRuleRid(String commonRuleRid)
Set the Repository ID (RID) of a data rule or set (data_rule or rule_set) that is fully-bound to be
executable.
|
void |
setProjectRid(String projectRid)
Set the Repository ID (RID) of the Information Analyzer project.
|
void |
setRuleRid(String ruleRid)
Set the Repository ID (RID) for a data rule or set (data_rule or rule_set) representation, without bindings.
|
void |
setTamRid(String tamRid)
Set the Repository ID (RID) of the Table Analysis Master object.
|
getEventType, setEventTypeprotected String projectRid
protected String tamRid
protected String commonRuleRid
protected String ruleRid
public String getProjectRid()
public void setProjectRid(String projectRid)
projectRid - of the Information Analyzer projectpublic String getTamRid()
public void setTamRid(String tamRid)
tamRid - of the Table Analysis Master objectpublic String getCommonRuleRid()
public void setCommonRuleRid(String commonRuleRid)
commonRuleRid - of a data_rule or rule_set with bindingspublic String getRuleRid()
public void setRuleRid(String ruleRid)
ruleRid - of the data_rule or rule_set without bindingsCopyright © 2018–2021 ODPi. All rights reserved.