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.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.Methods in com.xensource.xenapi with parameters of type Subject.RecordModifier and TypeMethodDescriptionstatic SubjectSubject.create(Connection c, Subject.Record record) Create a new subject instance, and return its handle.static TaskSubject.createAsync(Connection c, Subject.Record record) Create a new subject instance, and return its handle.