public class InfosphereEventsIAEvent extends InfosphereEvents
| Modifier and Type | Field and Description |
|---|---|
protected String |
camRid
The 'camRid' property indicates the Repository ID (RID) of a Column Analysis Master object.
|
static String |
COL_ANALYZED |
static String |
COL_CLASSIFIED |
protected String |
dataCollectionRid
The 'dataCollectionRid' property indicates the Repository ID (RID) of a table ('database_table' or 'data_file_record')
that has been published as part of the event.
|
protected String |
dataFieldRid
The 'dataFieldRid' property indicates the Repository ID (RID) of a field ('database_column' or 'data_file_field')
that has been analyzed or classified as part of the event.
|
protected String |
projectName
The 'projectName' property indicates the name of the Information Analyzer project.
|
protected String |
projectRid
The 'projectRid' property indicates the Repository ID (RID) of the Information Analyzer project.
|
protected String |
tamRid
The 'tamRid' property indicates the Repository ID (RID) of a Table Analysis Master object.
|
static String |
TBL_PUBLISHED |
protected String |
user
The 'user' property indicates the user who took the action on the Information Analyzer project.
|
eventType| Constructor and Description |
|---|
InfosphereEventsIAEvent() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCamRid() |
String |
getDataCollectionRid() |
String |
getDataFieldRid() |
String |
getProjectName() |
String |
getProjectRid() |
String |
getTamRid() |
String |
getUser() |
void |
setCamRid(String camRid) |
void |
setDataCollectionRid(String dataCollectionRid) |
void |
setDataFieldRid(String dataFieldRid) |
void |
setProjectName(String projectName) |
void |
setProjectRid(String projectRid) |
void |
setTamRid(String tamRid) |
void |
setUser(String user) |
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()
projectRidpublic void setProjectRid(String projectRid)
projectRidpublic String getProjectName()
projectNamepublic void setProjectName(String projectName)
projectNamepublic String getDataCollectionRid()
dataCollectionRidpublic void setDataCollectionRid(String dataCollectionRid)
dataCollectionRidpublic String getDataFieldRid()
dataFieldRidpublic void setDataFieldRid(String dataFieldRid)
dataFieldRidCopyright © 2018–2019 ODPi. All rights reserved.