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.
String lsObjectId = "{FDB1E9BF-D30D-4071-A3CC-631EB305A445}"; RMObject loObject = (RMObject)loRMObjectStore.getObject(RMType.RM_TYPE_ELECTRONICRECORD, lsObjectId);