|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--com.ibm.mm.beans.CMBEventBase | +--com.ibm.mm.beans.CMBDataRequestEvent
Event for requesting data manipulation functions.
CMBDataManagement
,
CMBDataRequestListener
, Serialized FormFields inherited from class com.ibm.mm.beans.CMBEventBase |
CMB_REPLY_NO_CONNECTION |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
CMBDataRequestEvent(java.lang.Object source,
int id,
CMBItem itemObj)
Construct a CMBDataRequestEvent, argument data provided. |
|
CMBDataRequestEvent(java.lang.Object source,
int id,
CMBItem itemObj,
int index)
Construct a CMBDataRequestEvent, argument data provided. |
|
CMBDataRequestEvent(java.lang.Object source,
int id,
CMBItem itemObj,
java.lang.Object dataObj)
Construct a CMBDataRequestEvent, argument data provided. |
|
CMBDataRequestEvent(java.lang.Object source,
int id,
CMBItem itemObj,
java.lang.Object dataObj,
int index)
Construct a CMBDataRequestEvent, argument data provided. |
Method Summary | |
CMBAnnotation |
getAnnotation()
Gets CMBAnnotation object |
java.lang.String |
getEntityName()
Gets entity name |
CMBFixedViewData |
getFixedViewData()
Gets CMBFixedViewData object |
int |
getIndex()
Gets data object index location |
CMBItem |
getItem()
Gets data item id. |
CMBObject |
getPart()
Gets data part id. |
CMBResources |
getResources()
Gets CMBResources object |
CMBViewData |
getViewData()
Gets CMBViewData object |
Methods inherited from class com.ibm.mm.beans.CMBEventBase |
getData, getExtraData, getID, getStatus |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int CMB_REQUEST_ITEM_RETRIEVE
public static final int CMB_REQUEST_ITEM_CREATE
public static final int CMB_REQUEST_ITEM_UPDATE
public static final int CMB_REQUEST_ITEM_DELETE
public static final int CMB_REQUEST_ITEM_UNINDEX
public static final int CMB_REQUEST_ITEM_REINDEX
public static final int CMB_REQUEST_PART_RETRIEVE
public static final int CMB_REQUEST_PART_RETRIEVE_ALL
public static final int CMB_REQUEST_PART_CREATE
public static final int CMB_REQUEST_PART_UPDATE
public static final int CMB_REQUEST_PART_DELETE
public static final int CMB_REQUEST_PART_UNINDEX
public static final int CMB_REQUEST_PART_INDEX
public static final int CMB_REQUEST_ANNOTATION_RETRIEVE
public static final int CMB_REQUEST_ANNOTATION_RETRIEVE_ALL
public static final int CMB_REQUEST_ANNOTATION_CREATE
public static final int CMB_REQUEST_ANNOTATION_UPDATE
public static final int CMB_REQUEST_ANNOTATION_DELETE
public static final int CMB_REQUEST_VIEWDATA_RETRIEVE
public static final int CMB_REQUEST_VIEWDATA_RETRIEVE_ALL
public static final int CMB_REQUEST_VIEWDATA_CREATE
public static final int CMB_REQUEST_VIEWDATA_UPDATE
public static final int CMB_REQUEST_VIEWDATA_DELETE
public static final int CMB_REQUEST_FIXEDVIEWDATA_RETRIEVE
public static final int CMB_REQUEST_RESOURCES_RETRIEVE
public static final int CMB_REQUEST_PRIVILEGE_RETRIEVE
public static final int CMB_REQUEST_CHECK_IN
public static final int CMB_REQUEST_CHECK_OUT
public static final int CMB_REQUEST_UNLOCK
Constructor Detail |
public CMBDataRequestEvent(java.lang.Object source, int id, CMBItem itemObj)
source
- the event sourceid
- the event type iditemObj
- CMBItem objectpublic CMBDataRequestEvent(java.lang.Object source, int id, CMBItem itemObj, int index)
source
- the event sourceid
- the event type iditemObj
- CMBItem objectindex
- type int, index locationpublic CMBDataRequestEvent(java.lang.Object source, int id, CMBItem itemObj, java.lang.Object dataObj)
source
- the event sourceid
- the event type iditemObj
- CMBItem objectdataObj
- type Object, argument data, the data objectpublic CMBDataRequestEvent(java.lang.Object source, int id, CMBItem itemObj, java.lang.Object dataObj, int index)
source
- the event sourceid
- the event type iditemObj
- CMBItem objectdataObj
- type Object, argument data, the data objectindex
- type int, index locationMethod Detail |
public CMBItem getItem()
public CMBObject getPart()
public int getIndex()
public CMBAnnotation getAnnotation()
public CMBViewData getViewData()
public CMBFixedViewData getFixedViewData()
public CMBResources getResources()
public java.lang.String getEntityName()
|
EIP JavaBeans | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |