Uses of Class
com.xensource.xenapi.Subject.Record
-
Uses of Subject.Record in com.xensource.xenapi
Methods in com.xensource.xenapi that return Subject.RecordModifier and TypeMethodDescriptionSubject.getRecord
(Connection c) Get a record containing the current state of the given subject.static Subject.Record
Types.toSubjectRecord
(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 Subject.RecordModifier and TypeMethodDescriptionstatic Map<Subject,
Subject.Record> Subject.getAllRecords
(Connection c) Return a map of subject references to subject records for all subjects known to the system.static Map<Subject,
Subject.Record> Types.toMapOfSubjectSubjectRecord
(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.Methods in com.xensource.xenapi with parameters of type Subject.RecordModifier and TypeMethodDescriptionstatic Subject
Subject.create
(Connection c, Subject.Record record) Create a new subject instance, and return its handle.static Task
Subject.createAsync
(Connection c, Subject.Record record) Create a new subject instance, and return its handle.