|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Permission | |
---|---|
com.hyper9.simdk.stubs | |
com.hyper9.simdk.stubs.dao | |
com.hyper9.simdk.stubs.jaxws | |
com.hyper9.simdk.stubs.mao | |
com.hyper9.simdk.ws |
Uses of Permission in com.hyper9.simdk.stubs |
---|
Methods in com.hyper9.simdk.stubs that return types with arguments of type Permission | |
---|---|
List<Permission> |
VimServiceImpl.retrieveAllPermissions(ManagedObjectReference _this)
|
List<Permission> |
VimService.retrieveAllPermissions(ManagedObjectReference _this)
|
List<Permission> |
VimServiceImpl.retrieveEntityPermissions(ManagedObjectReference _this,
ManagedObjectReference entity,
Boolean inherited)
|
List<Permission> |
VimService.retrieveEntityPermissions(ManagedObjectReference _this,
ManagedObjectReference entity,
Boolean inherited)
|
List<Permission> |
VimServiceImpl.retrieveRolePermissions(ManagedObjectReference _this,
Integer roleId)
|
List<Permission> |
VimService.retrieveRolePermissions(ManagedObjectReference _this,
Integer roleId)
|
Method parameters in com.hyper9.simdk.stubs with type arguments of type Permission | |
---|---|
void |
VimServiceImpl.resetEntityPermissions(ManagedObjectReference _this,
ManagedObjectReference entity,
List<Permission> permission)
|
void |
VimService.resetEntityPermissions(ManagedObjectReference _this,
ManagedObjectReference entity,
List<Permission> permission)
|
void |
VimServiceImpl.setEntityPermissions(ManagedObjectReference _this,
ManagedObjectReference entity,
List<Permission> permission)
|
void |
VimService.setEntityPermissions(ManagedObjectReference _this,
ManagedObjectReference entity,
List<Permission> permission)
|
Uses of Permission in com.hyper9.simdk.stubs.dao |
---|
Methods in com.hyper9.simdk.stubs.dao that return types with arguments of type Permission | |
---|---|
List<Permission> |
ArrayOfPermission.getData()
|
List<Permission> |
HostEnableAdminFailedEvent.getPermissions()
|
Method parameters in com.hyper9.simdk.stubs.dao with type arguments of type Permission | |
---|---|
void |
HostEnableAdminFailedEvent.setPermissions(List<Permission> toSet)
|
Uses of Permission in com.hyper9.simdk.stubs.jaxws |
---|
Methods in com.hyper9.simdk.stubs.jaxws that return types with arguments of type Permission | |
---|---|
List<Permission> |
SetEntityPermissions.getPermission()
|
List<Permission> |
ResetEntityPermissions.getPermission()
|
List<Permission> |
RetrieveRolePermissionsResponse.getReturnval()
|
List<Permission> |
RetrieveEntityPermissionsResponse.getReturnval()
|
List<Permission> |
RetrieveAllPermissionsResponse.getReturnval()
|
Method parameters in com.hyper9.simdk.stubs.jaxws with type arguments of type Permission | |
---|---|
void |
SetEntityPermissions.setPermission(List<Permission> permission)
|
void |
ResetEntityPermissions.setPermission(List<Permission> permission)
|
void |
RetrieveRolePermissionsResponse.setReturnval(List<Permission> returnval)
|
void |
RetrieveEntityPermissionsResponse.setReturnval(List<Permission> returnval)
|
void |
RetrieveAllPermissionsResponse.setReturnval(List<Permission> returnval)
|
Uses of Permission in com.hyper9.simdk.stubs.mao |
---|
Methods in com.hyper9.simdk.stubs.mao that return types with arguments of type Permission | |
---|---|
List<Permission> |
ManagedEntity.getPermission()
|
Method parameters in com.hyper9.simdk.stubs.mao with type arguments of type Permission | |
---|---|
void |
ManagedEntity.setPermission(List<Permission> toSet)
|
Uses of Permission in com.hyper9.simdk.ws |
---|
Methods in com.hyper9.simdk.ws that return types with arguments of type Permission | |
---|---|
List<Permission> |
VimServiceExImpl.retrieveAllPermissions(ManagedObjectReference _this)
|
List<Permission> |
VimServiceExImpl.retrieveEntityPermissions(ManagedObjectReference _this,
ManagedObjectReference entity,
Boolean inherited)
|
List<Permission> |
VimServiceExImpl.retrieveRolePermissions(ManagedObjectReference _this,
Integer roleId)
|
Method parameters in com.hyper9.simdk.ws with type arguments of type Permission | |
---|---|
void |
VimServiceExImpl.resetEntityPermissions(ManagedObjectReference _this,
ManagedObjectReference entity,
List<Permission> permission)
|
void |
VimServiceExImpl.setEntityPermissions(ManagedObjectReference _this,
ManagedObjectReference entity,
List<Permission> permission)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |