public class Role extends Entity
Modifier and Type | Field and Description |
---|---|
static Role |
CUSTOMER
Has read access to all entities in the VersionOne System Has write access
to Themes, Stories, Tests, Issues, Requests, Defects, and Goals in the
VersionOne System.
|
static Role |
DEVELOPER
Has read access to all entities in the VersionOne System Has write access
to Tasks, Effort, Issues, Requests, and Defects in the VersionOne System.
|
static Role |
INHERITOR
Has read access to Projects, Themes, Iterations, and Goals but no write
access in the VersionOne System.
|
static Role |
MemberAdmin
Has full read and write access to all entities in the VersionOne System
Can manage Project Membership, Program Membership, Members, Member Groups, Member Security, and Teams
|
static Role |
NO_ACCESS
Has no read or write access to any entities in the VersionOne System.
|
static Role |
OBSERVER
Has read access but no write access to all entities in the VersionOne
System.
|
static Role |
PROJECT_ADMIN
Has full read and write access to all entities in the VersionOne System.
|
static Role |
PROJECT_LEAD
Has full read and write access to all entities in the VersionOne System
Cannot manage Project Membership or Program Membership.
|
static Role |
Requestor
Has read access to all entities in the VersionOne System and write access to Requests
|
static Role |
SYSTEM_ADMIN
Has full access to all entities in the VersionOne System.
|
static Role |
TEAM_MEMBER
Has read access to all entities in the VersionOne System Has write access
to all entities except Projects, Iterations, and Goals in the VersionOne
System.
|
static Role |
TESTER
Has read access to all entities in the VersionOne System Has write access
to Tests, Effort, Issues, Requests, and Defects in the VersionOne System.
|
static Role |
VISITOR
Has read access to Projects, Themes, Stories, Iterations, Defects,
Retrospectives, and Goals but no write access in the VersionOne System.
|
ASSET_STATE_VALUE, ASSET_VALUE, CHANGE_DATE_UTC, CONTENT_TYPE_VALUE, CONTENT_VALUE, CREATE_DATE_UTC, DELETE_OPERATION, DESCRIPTION_VALUE, FILENAME_VALUE, NAME_VALUE
Modifier and Type | Method and Description |
---|---|
void |
save()
Roles cannot be updated or saved.
|
void |
save(String comment)
Roles cannot be updated or saved.
|
equals, get, getChangeComment, getChangeDate, getChangedBy, getCreateComment, getCreateDate, getCreatedBy, getID, getInstance, hashCode, toString
public static final Role NO_ACCESS
public static final Role SYSTEM_ADMIN
public static final Role MemberAdmin
public static final Role PROJECT_ADMIN
public static final Role PROJECT_LEAD
public static final Role TEAM_MEMBER
public static final Role DEVELOPER
public static final Role TESTER
public static final Role CUSTOMER
public static final Role OBSERVER
public static final Role VISITOR
public static final Role INHERITOR
public static final Role Requestor
public void save(String comment) throws UnsupportedOperationException
save
in class Entity
comment
- Comment.UnsupportedOperationException
- always.public void save() throws UnsupportedOperationException
save
in class Entity
UnsupportedOperationException
- always.Copyright © 2013 Version One, Inc.. All rights reserved.