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.
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.