Class RoleCluster2SoapRow
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.rbac.RoleCluster2SoapRow
-
public class RoleCluster2SoapRow extends Object
A list of Role Cluster for default access permission.- Since:
- 8.0
-
-
Field Summary
Fields Modifier and Type Field Description static intANY_USERSstatic intAUTHENTICATED_USERSstatic intPROJECT_MEMBERSstatic intPROJECT_MEMBERS_AND_NON_RESTRICTED_USERS
-
Constructor Summary
Constructors Constructor Description RoleCluster2SoapRow()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFolderId()Returns 'folderId'.StringgetOperationClusterName()Returns 'operationClusterName'.StringgetRoleId()Returns 'roleId'.intgetUserClass()Returns 'userClass'.static voidregisterTypeMappings(org.apache.axis.client.Call call)voidsetFolderId(String folderId)Sets 'folderId'.voidsetOperationClusterName(String operationClusterName)Sets 'operationClusterName'.voidsetRoleId(String roleId)Sets 'roleId'.voidsetUserClass(int userClass)Sets 'userClass'.
-
-
-
Field Detail
-
ANY_USERS
public static final int ANY_USERS
- See Also:
- Constant Field Values
-
AUTHENTICATED_USERS
public static final int AUTHENTICATED_USERS
- See Also:
- Constant Field Values
-
PROJECT_MEMBERS_AND_NON_RESTRICTED_USERS
public static final int PROJECT_MEMBERS_AND_NON_RESTRICTED_USERS
- See Also:
- Constant Field Values
-
PROJECT_MEMBERS
public static final int PROJECT_MEMBERS
- See Also:
- Constant Field Values
-
-
Method Detail
-
getOperationClusterName
public String getOperationClusterName()
Returns 'operationClusterName'. The name of the operation cluster- Returns:
- Value of 'operationClusterName'.
-
setOperationClusterName
public void setOperationClusterName(String operationClusterName)
Sets 'operationClusterName'. The name of the operation cluster- Parameters:
operationClusterName- Value of 'operationClusterName'.
-
getFolderId
public String getFolderId()
Returns 'folderId'. The id of the folder that the cluster is applied to.- Returns:
- Value of 'folderId'.
-
setFolderId
public void setFolderId(String folderId)
Sets 'folderId'. The id of the folder that the cluster is applied to.- Parameters:
folderId- Value of 'folderId'.
-
getRoleId
public String getRoleId()
Returns 'roleId'. Role id.- Returns:
- Value of 'roleId'.
-
setRoleId
public void setRoleId(String roleId)
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)
-
-