Uses of Class
com.collabnet.ce.soap60.webservices.rbac.RoleSoapDO
Packages that use RoleSoapDO
-
Uses of RoleSoapDO in com.collabnet.ce.soap60.webservices.rbac
Methods in com.collabnet.ce.soap60.webservices.rbac that return RoleSoapDOModifier and TypeMethodDescriptionIRbacAppSoap.createGlobalRole
(String sessionId, String title, String description, boolean preventInheritance, boolean requestable) Creates a global role.RbacAppSoap.createGlobalRole
(String sessionId, String title, String description, boolean preventInheritance, boolean requestable) Creates a global role.RbacAppSoapMockStub.createGlobalRole
(String sessionId, String title, String description, boolean preventInheritance, boolean requestable) Simulate a call to createGlobalRoleRbacAppSoapStub.createGlobalRole
(String sessionId, String title, String description, boolean preventInheritance, boolean requestable) IRbacAppSoap.createRole
(String sessionId, String projectOrProjectGroupId, String title, String description, boolean preventInheritance, boolean requestable, boolean autoGrant) Creates a role in a given projectRbacAppSoap.createRole
(String sessionId, String projectOrProjectGroupId, String title, String description, boolean preventInheritance, boolean requestable, boolean autoGrant) Creates a role in a given projectRbacAppSoapMockStub.createRole
(String sessionId, String projectOrProjectGroupId, String title, String description, boolean preventInheritance, boolean requestable, boolean autoGrant) Simulate a call to createRoleRbacAppSoapStub.createRole
(String sessionId, String projectOrProjectGroupId, String title, String description, boolean preventInheritance, boolean requestable, boolean autoGrant) IRbacAppSoap.createSiteWideRole
(String sessionId, String title, String description, boolean preventInheritance) Creates a site-wide role.RbacAppSoap.createSiteWideRole
(String sessionId, String title, String description, boolean preventInheritance) Creates a site-wide role.RbacAppSoapMockStub.createSiteWideRole
(String sessionId, String title, String description, boolean preventInheritance) Simulate a call to createSiteWideRoleRbacAppSoapStub.createSiteWideRole
(String sessionId, String title, String description, boolean preventInheritance) IRbacAppSoap.getRoleData
(String sessionId, String roleId) Get a role data.RbacAppSoap.getRoleData
(String sessionId, String roleId) Get a role data.RbacAppSoapMockStub.getRoleData
(String sessionId, String roleId) Simulate a call to getRoleDataRbacAppSoapStub.getRoleData
(String sessionId, String roleId) Methods in com.collabnet.ce.soap60.webservices.rbac with parameters of type RoleSoapDOModifier and TypeMethodDescriptionvoid
RbacAppSoapMockStub.prepareSetRoleData
(String sessionId, RoleSoapDO roleData) Prepare a simulated response to setRoleDatavoid
RbacAppSoapMockStub.prepareSetRoleData
(String sessionId, RoleSoapDO roleData, Exception exception) Prepare a simulated response to setRoleDatavoid
IRbacAppSoap.setRoleData
(String sessionId, RoleSoapDO roleData) Saves a role object.void
RbacAppSoap.setRoleData
(String sessionId, RoleSoapDO roleData) Saves a role object.void
RbacAppSoapMockStub.setRoleData
(String sessionId, RoleSoapDO roleData) Simulate a call to setRoleDatavoid
RbacAppSoapStub.setRoleData
(String sessionId, RoleSoapDO roleData)