IBM Enterprise Records, Version 5.1.+            

RMRecord

The RMRecord interface serves as the base interface for the RecordInfo object, which represents a record. RMRecord extends from the RMObject interface and the Content Java™ API Document interface.

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

For more information about creating and instantiating RecordInfo objects, refer to Managing records according to business processes.



Feedback

Last updated: August 2011


© Copyright IBM Corporation 2011.
This information center is powered by Eclipse technology. (http://www.eclipse.org)