public class InfosphereEventsIAEvent extends InfosphereEvents
| Modifier and Type | Field and Description |
|---|---|
protected String |
camRid |
static String |
COL_ANALYZED |
static String |
COL_CLASSIFIED |
protected String |
dataCollectionRid |
protected String |
dataFieldRid |
protected String |
projectName |
protected String |
projectRid |
protected String |
tamRid |
static String |
TBL_PUBLISHED |
protected String |
user |
eventType| Constructor and Description |
|---|
InfosphereEventsIAEvent() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCamRid()
Retrieve the Repository ID (RID) of the Column Analysis Master object.
|
String |
getDataCollectionRid()
Retrieve the Repository ID (RID) of the table (database_table or data_file_record) that has been published as
part of the event.
|
String |
getDataFieldRid()
Retrieve the Repository ID (RID) of the field (database_column or data_file_field) that has been analyzed or
classified as part of the event.
|
String |
getProjectName()
Retrieve the name of the Information Analyzer project.
|
String |
getProjectRid()
Retrieve the Repository ID (RID) of the Information Analyzer project.
|
String |
getTamRid()
Retrieve the Repository ID (RID) of the Table Analysis Master object.
|
String |
getUser()
Retrieve the user who took the action on the Information Analyzer project.
|
void |
setCamRid(String camRid)
Set the Repository ID (RID) of the Column Analysis Master object.
|
void |
setDataCollectionRid(String dataCollectionRid)
Set the Repository ID (RID) of the table (database_table or data_file_record) that has been published as part
of the event.
|
void |
setDataFieldRid(String dataFieldRid)
Set the Repository ID (RID) of the field (database_column or data_file_field) that has been analyzed or
classified as part of the event.
|
void |
setProjectName(String projectName)
Set the name of the Information Analyzer project.
|
void |
setProjectRid(String projectRid)
Set the Repository ID (RID) of the Information Analyzer project.
|
void |
setTamRid(String tamRid)
Set the Repository ID (RID) of the Table Analysis Master object.
|
void |
setUser(String user)
Set the user who took the action on the Information Analyzer project.
|
getEventType, setEventTypepublic static final String COL_CLASSIFIED
public static final String COL_ANALYZED
public static final String TBL_PUBLISHED
protected String projectRid
protected String projectName
protected String user
protected String tamRid
protected String camRid
protected String dataCollectionRid
protected String dataFieldRid
public String getProjectRid()
public void setProjectRid(String projectRid)
projectRid - of the Information Analyzer projectpublic String getProjectName()
public void setProjectName(String projectName)
projectName - of the Information Analyzer projectpublic String getUser()
public void setUser(String user)
user - who took the action on the Information Analyzer projectpublic String getTamRid()
public void setTamRid(String tamRid)
tamRid - of the Table Analysis Master objectpublic String getCamRid()
public void setCamRid(String camRid)
camRid - of the Column Analysis Master objectpublic String getDataCollectionRid()
public void setDataCollectionRid(String dataCollectionRid)
dataCollectionRid - of the tablepublic String getDataFieldRid()
public void setDataFieldRid(String dataFieldRid)
dataFieldRid - of the fieldCopyright © 2018–2021 ODPi. All rights reserved.