public class InfosphereEventsIMAMEvent extends InfosphereEvents
| Modifier and Type | Field and Description |
|---|---|
protected String |
configFile |
protected String |
createdRIDs |
protected String |
deletedRIDs |
protected String |
discoverOperationId |
protected String |
importEventRid |
protected String |
mergedRIDs |
eventType| Constructor and Description |
|---|
InfosphereEventsIMAMEvent() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConfigFile()
Retrieve a JSON representation of the configuration used.
|
String |
getCreatedRIDs()
Retrieve the comma-separated list of Repository IDs (RIDs) of any objects that were created.
|
String |
getDeletedRIDs()
Retrieve the comma-separated list of Repository IDs (RIDs) of any objects that were deleted.
|
String |
getDiscoverOperationId()
Retrieve the ID of the discovery operation that triggered this event (if any).
|
String |
getImportEventRid()
Retrieve the Repository ID (RID) of the event that triggered the import (if any).
|
String |
getMergedRIDs()
Retrieve the comma-separated list of Repository IDs (RIDs) of any objects that were merged.
|
void |
setConfigFile(String configFile)
Set the JSON representation of the configuration used.
|
void |
setCreatedRIDs(String createdRIDs)
Set the comma-separated list of Repository IDs (RIDs) of any objects that were created.
|
void |
setDeletedRIDs(String deletedRIDs)
Set the comma-separated list of Repository IDs (RIDs) of any objects that were deleted.
|
void |
setDiscoverOperationId(String discoverOperationId)
Set the ID of the discovery operation that triggered this event (if any).
|
void |
setImportEventRid(String importEventRid)
Set the Repository ID (RID) of the event that triggered the import (if any).
|
void |
setMergedRIDs(String mergedRIDs)
Set the comma-separated list of Repository IDs (RIDs) of any objects that were merged.
|
getEventType, setEventTypeprotected String createdRIDs
protected String mergedRIDs
protected String deletedRIDs
protected String discoverOperationId
protected String configFile
protected String importEventRid
public String getCreatedRIDs()
<type>:RID.IGCRestConstants.getImamTypeToIgcType()public void setCreatedRIDs(String createdRIDs)
<type>:RID.createdRIDs - of any objects that were createdIGCRestConstants.getImamTypeToIgcType()public String getMergedRIDs()
<type>:RID.IGCRestConstants.getImamTypeToIgcType()public void setMergedRIDs(String mergedRIDs)
<type>:RID.mergedRIDs - of any objects that were mergedIGCRestConstants.getImamTypeToIgcType()public String getDeletedRIDs()
<type>RIDIGCRestConstants.getImamTypeToIgcType()public void setDeletedRIDs(String deletedRIDs)
<type>:RID.deletedRIDs - of any objects that were deletedIGCRestConstants.getImamTypeToIgcType()public String getDiscoverOperationId()
public void setDiscoverOperationId(String discoverOperationId)
discoverOperationId - of the discovery operation that triggered this eventpublic String getConfigFile()
public void setConfigFile(String configFile)
configFile - of the configuration usedpublic String getImportEventRid()
public void setImportEventRid(String importEventRid)
importEventRid - of the event that triggered the importCopyright © 2018–2021 ODPi. All rights reserved.