Class RoleCluster2SoapRow
java.lang.Object
com.collabnet.ce.soap60.webservices.rbac.RoleCluster2SoapRow
A list of Role Cluster for default access permission.
- Since:
- 8.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns 'folderId'.Returns 'operationClusterName'.Returns 'roleId'.intReturns 'userClass'.static voidregisterTypeMappings(org.apache.axis.client.Call call) voidsetFolderId(String folderId) Sets 'folderId'.voidsetOperationClusterName(String operationClusterName) Sets 'operationClusterName'.voidSets 'roleId'.voidsetUserClass(int userClass) Sets 'userClass'.
-
Field Details
-
ANY_USERS
public static final int ANY_USERS- See Also:
-
AUTHENTICATED_USERS
public static final int AUTHENTICATED_USERS- See Also:
-
PROJECT_MEMBERS_AND_NON_RESTRICTED_USERS
public static final int PROJECT_MEMBERS_AND_NON_RESTRICTED_USERS- See Also:
-
PROJECT_MEMBERS
public static final int PROJECT_MEMBERS- See Also:
-
-
Constructor Details
-
RoleCluster2SoapRow
public RoleCluster2SoapRow()
-
-
Method Details
-
getOperationClusterName
Returns 'operationClusterName'. The name of the operation cluster- Returns:
- Value of 'operationClusterName'.
-
setOperationClusterName
Sets 'operationClusterName'. The name of the operation cluster- Parameters:
operationClusterName- Value of 'operationClusterName'.
-
getFolderId
Returns 'folderId'. The id of the folder that the cluster is applied to.- Returns:
- Value of 'folderId'.
-
setFolderId
Sets 'folderId'. The id of the folder that the cluster is applied to.- Parameters:
folderId- Value of 'folderId'.
-
getRoleId
Returns 'roleId'. Role id.- Returns:
- Value of 'roleId'.
-
setRoleId
Sets 'roleId'. Role id.- Parameters:
roleId- Value of 'roleId'.
-
getUserClass
public int getUserClass()Returns 'userClass'. User Class. User Class will have any of the following constant values: 1 - ANY_USERS 2 - AUTHENTICATED_USERS 3 - PROJECT_MEMBERS_AND_NON_RESTRICTED_USERS 4 - PROJECT_MEMBERS- Returns:
- Value of 'userClass'.
-
setUserClass
public void setUserClass(int userClass) Sets 'userClass'. User Class. User Class will have any of the following constant values: 1 - ANY_USERS 2 - AUTHENTICATED_USERS 3 - PROJECT_MEMBERS_AND_NON_RESTRICTED_USERS 4 - PROJECT_MEMBERS- Parameters:
userClass- Value of 'userClass'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-