Package | Description |
---|---|
com.versionone.om | |
com.versionone.om.filters |
Modifier and Type | Method and Description |
---|---|
Request |
Project.createRequest(String name)
Create a new Request in this Project.
|
Request |
Project.createRequest(String name,
Map<String,Object> attributes)
Create a new Request in this Project.
|
Request |
V1InstanceCreator.request(String name,
Project project)
Create a new Request with a name.
|
Request |
V1InstanceCreator.request(String name,
Project project,
Map<String,Object> attributes)
Create a new Request with a name.
|
Request |
V1InstanceGetter.requestByDisplayID(String displayID)
Returns a Request with the given ID or null if the ID is invalid.
|
Request |
V1InstanceGetter.requestByID(AssetID id)
Returns a Request with the given ID or null if the ID is invalid.
|
Modifier and Type | Method and Description |
---|---|
Collection<Request> |
Member.getOwnedRequests(RequestFilter filter)
A read-only collection of Requests owned by this member.
|
Rank<Request> |
Request.getRankOrder() |
Collection<Request> |
PrimaryWorkitem.getRequests() |
Collection<Request> |
Epic.getRequests() |
Collection<Request> |
Project.getRequests(RequestFilter filter)
Get Requests in this Project filtered as specified in the passed in
filter.
|
Collection<Request> |
Issue.getRequests(RequestFilter filter)
Requests associated with this Issue.
|
Collection<Request> |
Project.getRequests(RequestFilter filter,
boolean includeSubprojects)
Get Requests in this Project filtered as specified in the passed in
filter.
|
Collection<Request> |
V1InstanceGetter.requests(RequestFilter filter)
Get Requests filtered by the criteria specified in the passed in filter.
|
Modifier and Type | Field and Description |
---|---|
List<Request> |
PrimaryWorkitemFilter.requests
Filter on Requests.
|
List<Request> |
EpicFilter.requests
Filter on Requests.
|
Copyright © 2013 Version One, Inc.. All rights reserved.