Class RoleSoapList
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.rbac.RoleSoapList
-
public class RoleSoapList extends Object
A list of Roles.Change HistoryRelease: 6.1- Added created in project ID of the role.
- Added type of the role.
- Added flag for prevent inheritance property of the role.
- Added requestable flag for the role.
- Added status of the role.
- Since:
- 4.3
-
-
Constructor Summary
Constructors Constructor Description RoleSoapList()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description RoleSoapRow[]getDataRows()static voidregisterTypeMappings(org.apache.axis.client.Call call)voidsetDataRows(RoleSoapRow[] rows)
-
-
-
Method Detail
-
getDataRows
public RoleSoapRow[] getDataRows()
-
setDataRows
public void setDataRows(RoleSoapRow[] rows)
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-
-