public class InfosphereEventsAssetEvent extends InfosphereEvents
| Modifier and Type | Field and Description |
|---|---|
protected String |
action |
static String |
ACTION_ASSIGNED_RELATIONSHIP |
static String |
ACTION_CREATE |
static String |
ACTION_DELETE |
static String |
ACTION_MODIFY |
protected String |
assetContext |
protected String |
assetName |
protected String |
assetRid |
protected String |
assetType |
eventType| Constructor and Description |
|---|
InfosphereEventsAssetEvent() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAction()
Retrieve the action that was taken for this event to be triggered.
|
String |
getAssetContext()
Retrieve contextual information about the asset for which this event was triggered.
|
String |
getAssetName()
Retrieve the name of the asset for which this event was triggered.
|
String |
getAssetRid()
Retrieve the Repository ID (RID) of the asset for which this event was triggered.
|
String |
getAssetType()
Retrieve the display name of the asset type for which this event was triggered.
|
void |
setAction(String action)
Set the action that was taken for this event to be triggered.
|
void |
setAssetContext(String assetContext)
Set the contextual information about the asset for which this event was triggered.
|
void |
setAssetName(String assetName)
Set the name of the asset for which this event was triggered.
|
void |
setAssetRid(String assetRid)
Set the Repository ID (RID) of the asset for which this event was triggered.
|
void |
setAssetType(String assetType)
Set the display name of the asset type for which this event was triggered.
|
getEventType, setEventTypepublic static final String ACTION_CREATE
public static final String ACTION_MODIFY
public static final String ACTION_DELETE
public static final String ACTION_ASSIGNED_RELATIONSHIP
protected String assetType
protected String assetRid
protected String assetContext
protected String action
protected String assetName
public String getAssetType()
public void setAssetType(String assetType)
assetType - for which this event was triggeredpublic String getAssetRid()
public void setAssetRid(String assetRid)
assetRid - of the asset for which this event was triggeredpublic String getAssetContext()
public void setAssetContext(String assetContext)
assetContext - about the asset for which this event was triggeredpublic String getAction()
public void setAction(String action)
action - taken for this event to be triggeredpublic String getAssetName()
public void setAssetName(String assetName)
assetName - for which this event was triggeredCopyright © 2018–2021 ODPi. All rights reserved.