public class InfosphereEventsAssetEvent extends InfosphereEvents
| Modifier and Type | Field and Description |
|---|---|
protected String |
ACTION
The 'ACTION' property of an event gives the type of action that was taken that this event represents.
|
static String |
ACTION_ASSIGNED_RELATIONSHIP |
static String |
ACTION_CREATE |
static String |
ACTION_DELETE |
static String |
ACTION_MODIFY |
protected String |
ASSET_CONTEXT
The 'ASSET_CONTEXT' property of an event gives the identity of the asset in question, without relying on IDs.
|
protected String |
ASSET_NAME
The 'ASSET_NAME' property of an event gives the name (non-unique) of the asset that was involved.
|
protected String |
ASSET_RID
The 'ASSET_RID' property of an event gives the IGC Repository ID (RID) unique id of the asset within IGC.
|
protected String |
ASSET_TYPE
The 'ASSET_TYPE' property of an event gives the display name of the asset type as known within IGC.
|
eventType| Constructor and Description |
|---|
InfosphereEventsAssetEvent() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAction() |
String |
getAssetContext() |
String |
getAssetName() |
String |
getAssetRid() |
String |
getAssetType() |
void |
setAction(String ACTION) |
void |
setAssetContext(String ASSET_CONTEXT) |
void |
setAssetName(String ASSET_NAME) |
void |
setAssetRid(String ASSET_RID) |
void |
setAssetType(String ASSET_TYPE) |
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 ASSET_TYPE
protected String ASSET_RID
protected String ASSET_CONTEXT
protected String ACTION
protected String ASSET_NAME
public String getAssetType()
ASSET_TYPEpublic void setAssetType(String ASSET_TYPE)
ASSET_TYPEpublic String getAssetContext()
ASSET_CONTEXTpublic void setAssetContext(String ASSET_CONTEXT)
ASSET_CONTEXTpublic String getAssetName()
ASSET_NAMEpublic void setAssetName(String ASSET_NAME)
ASSET_NAMECopyright © 2018–2019 ODPi. All rights reserved.