Uses of Class
com.xensource.xenapi.Subject
-
Uses of Subject in com.xensource.xenapi
Fields in com.xensource.xenapi declared as SubjectModifier and TypeFieldDescriptionSession.Record.subjectreferences the subject instance that created the session.Methods in com.xensource.xenapi that return SubjectModifier and TypeMethodDescriptionstatic SubjectSubject.create(Connection c, Subject.Record record) Create a new subject instance, and return its handle.static SubjectSubject.getByUuid(Connection c, String uuid) Get a reference to the subject instance with the specified UUID.Session.getSubject(Connection c) Get the subject field of the given session.static SubjectTypes.toSubject(Task task, Connection connection) static SubjectDeprecated.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 SubjectModifier and TypeMethodDescriptionSubject.getAll(Connection c) Return a list of all the subjects known to the system.static 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.Types.toSetOfSubject(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.