IBM Enterprise Records, Version 5.1.2    

RMObject

RMObject is the base interface of all RM objects, and extends from the BaseObject interface and ReadableMetadataObject interface of the Content Java™ API.

All RM objects, such as RMObjectStore, ClassificationScheme, RecordFolder, RecordInfo, and MCustomObject, directly or indirectly extend from the RMObject interface.

To instantiate an instance of RMObject, call the getObject method on an instance of RMObjectStore, as shown in the following code:
String lsObjectId = "{FDB1E9BF-D30D-4071-A3CC-631EB305A445}";
RMObject loObject = 
   (RMObject)loRMObjectStore.getObject(RMType.RM_TYPE_ELECTRONICRECORD, lsObjectId);


Feedback

Last updated: November 2013
ierdg003.htm

© Copyright IBM Corporation 2013