public class WsScope extends Object
Modifier and Type | Field and Description |
---|---|
static Integer |
BASELINE
WsScope.BASELINE = 12;
The BaseLine scope is used for BaseLine-level activities, like signing a baseline, etc...
|
static Integer |
DOCUMENT
WsScope.DOCUMENT = 5;
The Document scope is used for Item-level activities, like adding/removing Items, commenting on Items, etc...
|
static Integer |
DOCUMENT_TYPE
WsScope.DOCUMENT_TYPE = 7;
The Document Type scope is used for Item Type-level activities, like adding/removing Item Types, changing the
fields in an Item Type, etc...
|
static Map<String,Integer> |
DOMAINNAME_SCOPE_MAP |
static Integer |
FILTER
WsScope.FILTER = 6;
The Filter scope is used for Filter-level activities, like adding/removing Filters, editing parameters for
existing Filters, etc...
|
static Integer |
ORGANIZATION
WsScope.ORGANIZATION = 2;
The Organization scope is used for Organization-level activities, like adding/removing Organizations.
|
static Integer |
PROJECT
WsScope.PROJECT = 3;
The Project scope is used for Project-level activities, like adding/removing Projects, changing per-Project
settings, etc...
|
static Integer |
RELEASE
WsScope.RELEASE = 9;
The Release scope is used for Release-level activities, like adding/removing Releases, editing Release names,
etc...
|
static Integer |
SMART_FILTER
WsScope.SMART_FILTER = 14;
The Smart Filter scope is used for our new enhanced Filter-level activities, like adding/removing Filters,
editing parameters for
existing Filters, etc...
|
static Integer |
SYSTEM
WsScope.SYSTEM = 1;
The System scope is used for fundamental Contour settings, like setting up SMTP servers, date formats, etc...
|
static Integer |
TEST_CYCLE
WsScope.TEST_CYCLE = 18;
The Test Cycle scope is used for Test Center Test Cycle activities.
|
static Integer |
TEST_PLAN
WsScope.TEST_PLAN = 17;
The Test Plan scope is used for Test Center Test Plan activities.
|
static Integer |
TEST_RUN
WsScope.TEST_RUN = 19;
The Test Run scope is used for Test Center Test Run activities.
|
static Integer |
USER
WsScope.USER = 6;
The User scope is used for User-level activities, like adding/removing Users, changing passwords, etc...
|
Constructor and Description |
---|
WsScope() |
Modifier and Type | Method and Description |
---|---|
static Integer |
getScopeForDomainName(String domainName)
Gets the scope id given the domain name of the object.
|
public static final Integer SYSTEM
public static final Integer ORGANIZATION
WsOrganization
public static final Integer PROJECT
WsProject
public static final Integer DOCUMENT
WsItem
public static final Integer USER
WsUser
public static final Integer DOCUMENT_TYPE
WsDocumentType
public static final Integer FILTER
WsFilter
public static final Integer RELEASE
WsRelease
public static final Integer BASELINE
WsBaseline
public static final Integer SMART_FILTER
WsFilter
public static final Integer TEST_PLAN
public static final Integer TEST_CYCLE
public static final Integer TEST_RUN
public static Integer getScopeForDomainName(String domainName)
WsOrganization
") will return WsScope.ORGANIZATION.domainName
- to get the scope ofCopyright (c) 2013-2014 Jama Software, Inc. All Rights Reserved.