Package | Description |
---|---|
com.collabnet.ce.soap60.webservices.rbac |
Modifier and Type | Method and Description |
---|---|
RoleSoapDO |
RbacAppSoapMockStub.createGlobalRole(String sessionId,
String title,
String description,
boolean preventInheritance,
boolean requestable)
Simulate a call to createGlobalRole
|
RoleSoapDO |
RbacAppSoapStub.createGlobalRole(String sessionId,
String title,
String description,
boolean preventInheritance,
boolean requestable) |
RoleSoapDO |
IRbacAppSoap.createGlobalRole(String sessionId,
String title,
String description,
boolean preventInheritance,
boolean requestable)
Creates a global role.
|
RoleSoapDO |
RbacAppSoapMockStub.createRole(String sessionId,
String projectOrProjectGroupId,
String title,
String description,
boolean preventInheritance,
boolean requestable,
boolean autoGrant)
Simulate a call to createRole
|
RoleSoapDO |
RbacAppSoapStub.createRole(String sessionId,
String projectOrProjectGroupId,
String title,
String description,
boolean preventInheritance,
boolean requestable,
boolean autoGrant) |
RoleSoapDO |
IRbacAppSoap.createRole(String sessionId,
String projectOrProjectGroupId,
String title,
String description,
boolean preventInheritance,
boolean requestable,
boolean autoGrant)
Creates a role in a given project
|
RoleSoapDO |
RbacAppSoapMockStub.createSiteWideRole(String sessionId,
String title,
String description,
boolean preventInheritance)
Simulate a call to createSiteWideRole
|
RoleSoapDO |
RbacAppSoapStub.createSiteWideRole(String sessionId,
String title,
String description,
boolean preventInheritance) |
RoleSoapDO |
IRbacAppSoap.createSiteWideRole(String sessionId,
String title,
String description,
boolean preventInheritance)
Creates a site-wide role.
|
RoleSoapDO |
RbacAppSoapMockStub.getRoleData(String sessionId,
String roleId)
Simulate a call to getRoleData
|
RoleSoapDO |
RbacAppSoapStub.getRoleData(String sessionId,
String roleId) |
RoleSoapDO |
IRbacAppSoap.getRoleData(String sessionId,
String roleId)
Get a role data.
|
Modifier and Type | Method and Description |
---|---|
void |
RbacAppSoapMockStub.prepareSetRoleData(String sessionId,
RoleSoapDO roleData)
Prepare a simulated response to setRoleData
|
void |
RbacAppSoapMockStub.prepareSetRoleData(String sessionId,
RoleSoapDO roleData,
Exception exception)
Prepare a simulated response to setRoleData
|
void |
RbacAppSoapMockStub.setRoleData(String sessionId,
RoleSoapDO roleData)
Simulate a call to setRoleData
|
void |
RbacAppSoapStub.setRoleData(String sessionId,
RoleSoapDO roleData) |
void |
IRbacAppSoap.setRoleData(String sessionId,
RoleSoapDO roleData)
Saves a role object.
|
Copyright © 2016 CollabNet. All Rights Reserved.