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