Uses of Class
com.xensource.xenapi.Message.Record
-
Uses of Message.Record in com.xensource.xenapi
Methods in com.xensource.xenapi that return Message.RecordModifier and TypeMethodDescriptionMessage.getRecord
(Connection c) Minimum allowed role: read-only First published in XenServer 5.0.static Message.Record
Types.toMessageRecord
(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.Methods in com.xensource.xenapi that return types with arguments of type Message.RecordModifier and TypeMethodDescriptionstatic Map<Message,
Message.Record> Message.get
(Connection c, Types.Cls cls, String objUuid, Date since) Minimum allowed role: read-only First published in XenServer 5.0.static Map<Message,
Message.Record> Message.getAllRecords
(Connection c) Minimum allowed role: read-only First published in XenServer 5.0.static Map<Message,
Message.Record> Message.getAllRecordsWhere
(Connection c, String expr) Minimum allowed role: read-only First published in XenServer 5.0.static Map<Message,
Message.Record> Message.getSince
(Connection c, Date since) Minimum allowed role: read-only First published in XenServer 5.0.static Map<Message,
Message.Record> Types.toMapOfMessageMessageRecord
(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.