Package | Description |
---|---|
com.versionone.om |
Modifier and Type | Field and Description |
---|---|
static Role |
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 |
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 |
Role.INHERITOR
Has read access to Projects, Themes, Iterations, and Goals but no write
access in the VersionOne System.
|
static Role |
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 |
Role.NO_ACCESS
Has no read or write access to any entities in the VersionOne System.
|
static Role |
Role.OBSERVER
Has read access but no write access to all entities in the VersionOne
System.
|
static Role |
Role.PROJECT_ADMIN
Has full read and write access to all entities in the VersionOne System.
|
static Role |
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 |
Role.Requestor
Has read access to all entities in the VersionOne System and write access to Requests
|
static Role |
Role.SYSTEM_ADMIN
Has full access to all entities in the VersionOne System.
|
static Role |
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 |
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 |
Role.VISITOR
Has read access to Projects, Themes, Stories, Iterations, Defects,
Retrospectives, and Goals but no write access in the VersionOne System.
|
Modifier and Type | Method and Description |
---|---|
Role |
Member.getDefaultRole() |
Modifier and Type | Method and Description |
---|---|
Member |
V1InstanceCreator.member(String name,
String shortName,
Role defaultRole)
Create a new member entity with a name, short name, and default role.
|
Member |
V1InstanceCreator.member(String name,
String shortName,
Role defaultRole,
Map<String,Object> attributes)
Create a new member entity with a name, short name, and default role.
|
void |
Member.setDefaultRole(Role defaultRole) |
Copyright © 2013 Version One, Inc.. All rights reserved.