public class InfosphereEventsDCEvent extends InfosphereEvents
| Modifier and Type | Field and Description |
|---|---|
static String |
ACTION_CREATE |
static String |
ACTION_MODIFY |
protected String |
createdRID |
protected String |
mergedRID |
eventType| Constructor and Description |
|---|
InfosphereEventsDCEvent() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCreatedRID()
Retrieve the Repository ID (RID) of the data connection object that was created.
|
String |
getMergedRID()
Retrieve the comma-separated list of Repository IDs (RIDs) of any objects that were merged.
|
void |
setCreatedRID(String createdRID)
Set the Repository ID (RID) of the data connection object that was created.
|
void |
setMergedRID(String mergedRID)
Set the comma-separated list of Repository IDs (RIDs) of any objects that were merged.
|
getEventType, setEventTypepublic static final String ACTION_CREATE
public static final String ACTION_MODIFY
protected String createdRID
protected String mergedRID
public String getCreatedRID()
public void setCreatedRID(String createdRID)
createdRID - of the data connection objectpublic String getMergedRID()
<type>:RID.public void setMergedRID(String mergedRID)
<type>:RID.mergedRID - comma-separated list of merged RIDsCopyright © 2018–2021 ODPi. All rights reserved.