org.jclouds.vcloud.director.v1_5.features.admin
Interface AdminQueryApi

All Superinterfaces:
QueryApi

public interface AdminQueryApi
extends QueryApi


Method Summary
 QueryResultRecords groupsQueryAll()
          Retrieves a list of Groups for organization the org admin belongs to by using REST API general QueryHandler
 QueryResultRecords orgsQueryAll()
          Retrieves a list of Orgs by using REST API general QueryHandler.
 QueryResultRecords rightsQueryAll()
          Retrieves a list of Rights by using REST API general QueryHandler.
 RoleReferences roleReferencesQueryAll()
          Retrieves a list of RoleReferences by using REST API general QueryHandler.
 QueryResultRecords rolesQueryAll()
          Retrieves a list of Roles by using REST API general QueryHandler.
 QueryResultRecords strandedUsersQueryAll()
          Retrieves a list of Users by using REST API general QueryHandler.
 QueryResultRecords usersQueryAll()
          Retrieves a list of Users by using REST API general QueryHandler.
 QueryResultRecords vdcsQueryAll()
          Retrieves a list of Vdcs by using REST API general QueryHandler.
 
Methods inherited from interface org.jclouds.vcloud.director.v1_5.features.QueryApi
catalogReferencesQueryAll, catalogsQueryAll, mediaListQuery, mediaListQueryAll, query, query, queryAll, vAppsQuery, vAppsQueryAll, vAppTemplatesQuery, vAppTemplatesQueryAll, vmsQuery, vmsQueryAll
 

Method Detail

groupsQueryAll

QueryResultRecords groupsQueryAll()
Retrieves a list of Groups for organization the org admin belongs to by using REST API general QueryHandler
 GET /admin/groups/query
 


orgsQueryAll

QueryResultRecords orgsQueryAll()
Retrieves a list of Orgs by using REST API general QueryHandler.
 GET /admin/orgs/query
 


rightsQueryAll

QueryResultRecords rightsQueryAll()
Retrieves a list of Rights by using REST API general QueryHandler.
 GET /admin/rights/query
 


rolesQueryAll

QueryResultRecords rolesQueryAll()
Retrieves a list of Roles by using REST API general QueryHandler.
 GET /admin/roles/query
 


roleReferencesQueryAll

RoleReferences roleReferencesQueryAll()
Retrieves a list of RoleReferences by using REST API general QueryHandler.
 GET /admin/roles/query?format=references
 


strandedUsersQueryAll

QueryResultRecords strandedUsersQueryAll()
Retrieves a list of Users by using REST API general QueryHandler.
 GET /admin/strandedUsers/query
 


usersQueryAll

QueryResultRecords usersQueryAll()
Retrieves a list of Users by using REST API general QueryHandler.
 GET /admin/users/query
 

See Also:
QueryApi.queryAll(String)

vdcsQueryAll

QueryResultRecords vdcsQueryAll()
Retrieves a list of Vdcs by using REST API general QueryHandler.
 GET /admin/vdcs/query
 

See Also:
QueryApi.queryAll(String)


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.