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.subject
references the subject instance that created the session.Methods in com.xensource.xenapi that return SubjectModifier and TypeMethodDescriptionstatic Subject
Subject.create
(Connection c, Subject.Record record) Create a new subject instance, and return its handle.static Subject
Subject.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 Subject
Types.toSubject
(Task task, Connection connection) static Subject
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) Types.toSetOfSubject
(Object object)