VWRole |
VWSession.fetchMyRole(java.lang.String roleName,
java.lang.String appSpaceName)
|
VWRole[] |
VWSession.fetchMyRoles(java.lang.String appSpaceName)
|
VWRole |
VWSession.fetchRole(java.lang.String appSpaceName,
java.lang.String roleName)
|
VWRole |
VWSession.fetchRole(java.lang.String appSpaceName,
java.lang.String roleName,
int nPropertyflags,
int nSecurityFlag)
Retrieves the role information for the specified application space name and role name with security check enforced.
|
VWRole[] |
VWSession.fetchRoles(java.lang.String appSpaceName,
int nPropertyflags,
int nSecurityFlag)
Retrieves the roles information for the specified application space name with security check enforced.
|
VWRole |
VWApplicationSpace.getRole(java.lang.String roleName)
Gets the specified role for this application space object.
|
VWRole[] |
VWApplicationSpace.getRoles()
Gets the roles for this application space object.
|