public class V1InstanceGetter extends Object
Modifier and Type | Method and Description |
---|---|
Attachment |
attachmentByID(AssetID id)
Returns an Attachment with the given ID or null if the ID is invalid.
|
Attachment |
attachmentByID(String sId)
Returns an Attachment with the given ID or null if the ID is invalid.
|
Collection<Attachment> |
attachments(AttachmentFilter filter)
Get attachments filtered by the criteria specified in the passed in
filter.
|
BaseAsset |
baseAssetByID(AssetID id)
Returns a BaseAsset with the given ID or null if the ID is invalid.
|
BaseAsset |
baseAssetByID(String sId)
Returns a BaseAsset with the given ID or null if the ID is invalid.
|
Collection<BaseAsset> |
baseAssets(BaseAssetFilter filter)
Get assets filtered by the criteria specified in the passed in filter.
|
BuildProject |
buildProjectByID(AssetID id)
Returns a Build Project with the given ID or null if the ID is invalid.
|
BuildProject |
buildProjectByID(String sId)
Returns a Build Project with the given ID or null if the ID is invalid.
|
Collection<BuildProject> |
buildProjects(BuildProjectFilter filter)
Get Build Projects filtered by the criteria specified in the passed in
filter.
|
BuildRun |
buildRunByID(AssetID id)
Returns a Build Run with the given ID or null if the ID is invalid.
|
BuildRun |
buildRunByID(String sId)
Returns a Build Run with the given ID or null if the ID is invalid.
|
Collection<BuildRun> |
buildRuns(BuildRunFilter filter)
Get Build Runs filtered by the criteria specified in the passed in
filter.
|
<T extends ProjectAsset> |
byDisplayID(Class<T> clazz,
String displayID)
Returns an Entity of Type T with the given ID or null if the ID is
invalid.
|
<T extends Entity> |
byID(Class<T> clazz,
AssetID id)
Returns an Entity of Type T with the given ID or null if the ID is
invalid.
|
ChangeSet |
changeSetByID(AssetID id)
Returns a ChangeSet with the given ID or null if the ID is invalid.
|
ChangeSet |
changeSetByID(String sId)
Returns a ChangeSet with the given ID or null if the ID is invalid.
|
Collection<ChangeSet> |
changeSets(ChangeSetFilter filter)
Get ChangeSets filtered by the criteria specified in the passed in
filter.
|
Conversation |
conversationByID(AssetID id)
Returns a Conversation with the given ID or null if the ID is invalid.
|
Defect |
defectByDisplayID(String displayID)
Returns a Defect with the given ID or null if the ID is invalid.
|
Defect |
defectByID(AssetID id)
Returns a Defect with the given ID or null if the ID is invalid.
|
Defect |
defectByID(String sId)
Returns a Defect with the given ID or null if the ID is invalid.
|
Collection<Defect> |
defects(DefectFilter filter)
Get defects filtered by the criteria specified in the passed in filter.
|
DefectTemplate |
defectTemplateByID(AssetID id)
Returns a DefectTemplate with the given ID or null if the ID is invalid.
|
DefectTemplate |
defectTemplateByID(String sId)
Returns a DefectTemplate with the given ID or null if the ID is invalid.
|
Effort |
effortByID(AssetID id)
Returns an Effort record with the given ID or null if the ID is invalid.
|
Effort |
effortByID(String assetId)
Returns an Effort record with the given ID or null if the ID is invalid.
|
Collection<Effort> |
effortRecords(EffortFilter filter)
Get effort records filtered by the criteria specified in the passed in
filter.
|
Environment |
environmentByID(AssetID id)
Returns a Environment with the given ID or null if the ID is invalid.
|
Collection<Environment> |
environments(EnvironmentFilter filter)
Get Environment filtered by the criteria specified in the passed in filter.
|
Epic |
epicByDisplayID(String displayID)
Returns a Epic with the given ID or null if the ID is invalid.
|
Epic |
epicByID(AssetID id)
Returns a Epic with the given ID or null if the ID is invalid.
|
Epic |
epicByID(String sId)
Returns a Epic with the given ID or null if the ID is invalid.
|
Collection<Epic> |
epics(EpicFilter filter)
Get Epics filtered by the criteria specified in the passed in filter.
|
Expression |
expressionByID(AssetID id)
Returns an Expression with the given ID or null if the ID is invalid.
|
Collection<Expression> |
expressions(ExpressionFilter filter)
Get Expression filtered by the criteria specified in the passed filter.
|
Goal |
goalByDisplayID(String displayID)
Returns a Goal with the given ID or null if the ID is invalid.
|
Goal |
goalByID(AssetID id)
Returns a Goal with the given ID or null if the ID is invalid.
|
Goal |
goalByID(String sId)
Returns a Goal with the given ID or null if the ID is invalid.
|
Collection<Goal> |
goals(GoalFilter filter)
Get Goals filtered by the criteria specified in the passed in filter.
|
Issue |
issueByDisplayID(String displayID)
Returns an Issue with the given ID or null if the ID is invalid.
|
Issue |
issueByID(AssetID id)
Returns an Issue with the given ID or null if the ID is invalid.
|
Collection<Issue> |
issues(IssueFilter filter)
Get Issues filtered by the criteria specified in the passed in filter.
|
Iteration |
iterationByID(AssetID id)
Returns an iteration with the given ID or null if the ID is invalid.
|
Iteration |
iterationByID(String sId)
Returns an iteration with the given ID or null if the ID is invalid.
|
Collection<Iteration> |
iterations(IterationFilter filter)
Get iterations filtered by the criteria specified in the passed in
filter.
|
Link |
linkByID(AssetID id)
Returns a Link with the given ID or null if the ID is invalid.
|
Link |
linkByID(String sId)
Returns a Link with the given ID or null if the ID is invalid.
|
Collection<Link> |
links(LinkFilter filter)
Get links filtered by the criteria specified in the passed in filter.
|
<T extends ListValue> |
listTypeValues(Class<T> valuesClass)
Gets the active values of a standard list type.
|
Member |
memberByID(AssetID id)
Returns a Member with the given ID or null if the ID is invalid.
|
Member |
memberByID(String sId)
Returns a Member with the given ID or null if the ID is invalid.
|
Member |
memberByUserName(String userName)
Retrieves the first Member with the given user name.
|
Collection<Member> |
members(MemberFilter filter)
Get Members filtered by the criteria specified in the passed in filter.
|
Collection<Message> |
messages(MessageFilter filter)
Get Messages filtered by the criteria specified in the passed in filter.
|
Note |
noteByID(AssetID id)
Returns a Note with the given ID or null if the ID is invalid.
|
Note |
noteByID(String sId)
Returns a Note with the given ID or null if the ID is invalid.
|
Collection<Note> |
notes(NoteFilter filter)
Get notes filtered by the criteria specified in the passed in filter.
|
PrimaryWorkitem |
primaryWorkitemByDisplayID(String displayID)
Returns a Primary Workitem with the given ID or null if the ID is
invalid.
|
PrimaryWorkitem |
primaryWorkitemByID(AssetID id)
Returns a Primary Workitem with the given ID or null if the ID is
invalid.
|
PrimaryWorkitem |
primaryWorkitemByID(String sId)
Returns a Primary Workitem with the given ID or null if the ID is
invalid.
|
Collection<PrimaryWorkitem> |
primaryWorkitems(PrimaryWorkitemFilter filter)
Get primary workitems (stories and defects) filtered by the criteria
specified in the passed in filter.
|
Project |
projectByID(AssetID id)
id Returns a project with the given ID or null if the ID is invalid.
|
Project |
projectByID(String sId)
id Returns a project with the given ID or null if the ID is invalid.
|
Project |
projectByName(String name)
Retrieves the first project with the given name or null.
|
Collection<Project> |
projects(ProjectFilter filter)
Get projects filtered by the criteria specified in the passed in filter.
|
RegressionPlan |
regressionPlanByDisplayID(String displayID)
Returns a RegressionPlan with the given ID or null if the ID is invalid
|
RegressionPlan |
regressionPlanByID(AssetID id)
Returns a RegressionPlan with the given ID or null if the ID is invalid.
|
Collection<RegressionPlan> |
regressionPlans(RegressionPlanFilter filter)
Gets regression plans filtered by the criteria specified in the passed in filter.
|
RegressionSuite |
regressionSuiteByID(AssetID id)
Returns a Regression Suite with the given ID or null if the ID is invalid.
|
Collection<RegressionSuite> |
regressionSuites(RegressionSuiteFilter filter)
Get Regression Suite filtered by the criteria specified in the passed in filter.
|
RegressionTest |
regressionTestByID(AssetID id)
Returns a Regression Test with the given ID or null if the ID is invalid.
|
Collection<RegressionTest> |
regressionTests(RegressionTestFilter filter)
Get Regression Suite filtered by the criteria specified in the passed in filter.
|
Request |
requestByDisplayID(String displayID)
Returns a Request with the given ID or null if the ID is invalid.
|
Request |
requestByID(AssetID id)
Returns a Request with the given ID or null if the ID is invalid.
|
Collection<Request> |
requests(RequestFilter filter)
Get Requests filtered by the criteria specified in the passed in filter.
|
Retrospective |
retrospectiveByID(AssetID id)
Returns a retrospective with the given ID or null if the ID is invalid.
|
Retrospective |
retrospectiveByID(String sId)
Returns a retrospective with the given ID or null if the ID is invalid.
|
Collection<Retrospective> |
retrospectives(RetrospectiveFilter filter)
Get Retrospective filtered by the criteria specified in the passed in
filter.
|
Schedule |
scheduleByID(AssetID id)
Returns a schedule with the given ID or null if the ID is invalid
|
Schedule |
scheduleByName(String name)
Retrieves the first schedule with the given name or null
|
Collection<Schedule> |
schedules(ScheduleFilter filter)
Get schedules filtered by the criteria specified in the passed in filter.
|
SecondaryWorkitem |
secondaryWorkitemByDisplayID(String displayID)
Returns a Secondary Workitem with the given ID or null if the ID is
invalid.
|
SecondaryWorkitem |
secondaryWorkitemByID(AssetID id)
Returns a Secondary Workitem with the given ID or null if the ID is
invalid.
|
SecondaryWorkitem |
secondaryWorkitemByID(String sId)
Returns a Secondary Workitem with the given ID or null if the ID is
invalid.
|
Collection<SecondaryWorkitem> |
secondaryWorkitems(SecondaryWorkitemFilter filter)
Get secondary workitems (tasks and tests) filtered by the criteria
specified in the passed in filter.
|
Collection<Story> |
story(StoryFilter filter)
Get stories filtered by the criteria specified in the passed in filter.
|
Story |
storyByDisplayID(String displayID)
Returns a Story with the given ID or null if the ID is invalid.
|
Story |
storyByID(AssetID id)
Returns a Story with the given ID or null if the ID is invalid.
|
Story |
storyByID(String sId)
Returns a Story with the given ID or null if the ID is invalid.
|
StoryTemplate |
storyTemplateByID(AssetID id)
Returns a StoryTemplate with the given ID or null if the ID is invalid.
|
StoryTemplate |
storyTemplateByID(String sId)
Returns a StoryTemplate with the given ID or null if the ID is invalid.
|
Collection<Task> |
tasks(TaskFilter filter)
Get tasks filtered by the criteria specified in the passed in filter.
|
Team |
teamByID(AssetID id)
Returns a Team with the given ID or null if the ID is invalid.
|
Team |
teamByID(String sId)
Returns a Team with the given ID or null if the ID is invalid.
|
Collection<Team> |
teams(TeamFilter filter)
Get teams filtered by the criteria specified in the passed in filter.
|
Collection<Test> |
tests(TestFilter filter)
Get Tests filtered by the criteria specified in the passed in filter.
|
TestSet |
testSetByDisplayID(String displayID)
Returns a TestSet with the given ID or null if the ID is invalid.
|
TestSet |
testSetByID(AssetID id)
Returns a Test Set with the given ID or null if the ID is invalid.
|
Collection<TestSet> |
testSets(TestSetFilter filter)
Get Test Sets filtered by the criteria specified in the passed in filter.
|
TestSuite |
testSuiteByID(AssetID id)
Returns a TestSuite with the given ID or null if the ID is invalid.
|
TestSuite |
testSuiteByID(String sId)
Returns a TestSuite with the given ID or null if the ID is invalid.
|
Theme |
themeByDisplayID(String displayID)
Returns a Theme with the given ID or null if the ID is invalid.
|
Theme |
themeByID(AssetID id)
Returns a Theme with the given ID or null if the ID is invalid.
|
Theme |
themeByID(String sId)
Returns a Theme with the given ID or null if the ID is invalid.
|
Collection<Theme> |
themes(ThemeFilter filter)
Get themes filtered by the criteria specified in the passed in filter.
|
Collection<Epic> |
trackedEpics(Collection<Project> projects)
Get tracked Epics for enlisted Projects.
|
Workitem |
workitemByDisplayID(String displayID)
Returns a Workitem with the given ID or null if the ID is invalid.
|
Workitem |
workitemByID(AssetID id)
Returns a Workitem with the given ID or null if the ID is invalid.
|
Workitem |
workitemByID(String sId)
Returns a Workitem with the given ID or null if the ID is invalid.
|
Collection<Workitem> |
workitems(WorkitemFilter filter)
Get workitems (stories, defects, tasks, and tests) filtered by the
criteria specified in the passed in filter.
|
public Collection<Attachment> attachments(AttachmentFilter filter)
filter
- Limit the items returned. If null, then all items returned.public Collection<Note> notes(NoteFilter filter)
filter
- Limit the items returned. If null, then all items returned.public Collection<Link> links(LinkFilter filter)
filter
- Limit the items returned. If null, then all items returned.public Collection<Effort> effortRecords(EffortFilter filter)
filter
- Limit the items returned. If null, then all items returned.public Collection<BaseAsset> baseAssets(BaseAssetFilter filter)
filter
- Limit the items returned. If null, then all items returned.public Collection<Story> story(StoryFilter filter)
filter
- Limit the items returned. If null, then all items returned.public Collection<Epic> epics(EpicFilter filter)
filter
- Limit the items returned. If null, then all items returned.public Collection<Epic> trackedEpics(Collection<Project> projects)
public Collection<Defect> defects(DefectFilter filter)
filter
- Limit the items returned. If null, then all items returned.public Collection<PrimaryWorkitem> primaryWorkitems(PrimaryWorkitemFilter filter)
filter
- Limit the items returned. If null, then all items returned.public Collection<Workitem> workitems(WorkitemFilter filter)
filter
- Limit the items returned. If null, then all items returned.public Collection<SecondaryWorkitem> secondaryWorkitems(SecondaryWorkitemFilter filter)
filter
- Limit the items returned. If null, then all items returned.public Collection<Task> tasks(TaskFilter filter)
filter
- Limit the items returned. If null, then all items returned.public Collection<Test> tests(TestFilter filter)
filter
- Limit the items returned. If null, then all items returned.public Collection<Iteration> iterations(IterationFilter filter)
filter
- Limit the items returned. If null, then all items returned.public Collection<Project> projects(ProjectFilter filter)
filter
- Limit the items returned. If null, then all items returned.public Collection<Team> teams(TeamFilter filter)
filter
- Limit the items returned. If null, then all items returned.public Collection<Theme> themes(ThemeFilter filter)
filter
- Limit the items returned. If null, then all items returned.public Collection<Member> members(MemberFilter filter)
filter
- Limit the items returned. If null, then all items returned.public Collection<Request> requests(RequestFilter filter)
filter
- Limit the items returned. If null, then all items returned.public Collection<Goal> goals(GoalFilter filter)
filter
- Limit the items returned. If null, then all items returned.public Collection<Issue> issues(IssueFilter filter)
filter
- Limit the items returned. If null, then all items returned.public Collection<Retrospective> retrospectives(RetrospectiveFilter filter)
filter
- Limit the items returned. If null, then all items returned.public Collection<BuildRun> buildRuns(BuildRunFilter filter)
filter
- Limit the items returned. If null, then all items returned.public Collection<BuildProject> buildProjects(BuildProjectFilter filter)
filter
- Limit the items returned. If null, then all items returned.public Collection<ChangeSet> changeSets(ChangeSetFilter filter)
filter
- Limit the items returned. If null, then all items returned.public Collection<Schedule> schedules(ScheduleFilter filter)
filter
- Limit the items returned. If null, then all items returned.public Collection<Message> messages(MessageFilter filter)
filter
- Limit the items returned. If null, then all items returned.public Collection<Expression> expressions(ExpressionFilter filter)
filter
- Limit the items returned. If null, then all items returned.public Collection<RegressionPlan> regressionPlans(RegressionPlanFilter filter)
filter
- Limit the items returned. If null, then all items are returned.public Collection<RegressionSuite> regressionSuites(RegressionSuiteFilter filter)
filter
- Limit the items returned. If null, then all items are returned.public Collection<TestSet> testSets(TestSetFilter filter)
filter
- Limit the items returned. If null, then all items are returned.public Collection<Environment> environments(EnvironmentFilter filter)
filter
- Limit the items returned. If null, then all items are returned.public Collection<RegressionTest> regressionTests(RegressionTestFilter filter)
filter
- Limit the items returned. If null, then all items are returned.public Project projectByID(AssetID id)
id
- id of the project to retrieve.public Project projectByID(String sId)
sId
- id of the project to retrieve (string have to be token for
AssetId class).AssetID.AssetID(String).
public Iteration iterationByID(AssetID id)
id
- ID of the iteration to retrieve.public Iteration iterationByID(String sId)
sId
- ID of the iteration to retrieve (string have to be token for
AssetId class).AssetID.AssetID(String).
public Retrospective retrospectiveByID(AssetID id)
id
- ID of the iteration to retrieve.public Retrospective retrospectiveByID(String sId)
sId
- ID of the iteration to retrieve (string have to be token for
AssetId class).public Member memberByID(AssetID id)
id
- ID of the Member to retrieve.public Member memberByID(String sId)
sId
- ID of the Member to retrieve (string have to be token for
AssetId class).AssetID.AssetID(String).
public Team teamByID(AssetID id)
id
- ID of the Team to retrieve.public Team teamByID(String sId)
sId
- ID of the Team to retrieve (string have to be token for
AssetId class).AssetID.AssetID(String).
public Story storyByID(AssetID id)
id
- ID of the Story to retrieve.public Story storyByID(String sId)
sId
- ID of the Story to retrieve (string have to be token for
AssetId class).AssetID.AssetID(String).
public Defect defectByID(AssetID id)
id
- ID of the Defect to retrieve.public Defect defectByID(String sId)
sId
- ID of the Defect to retrieve (string have to be token for
AssetId class).AssetID.AssetID(String).
public Issue issueByID(AssetID id)
id
- ID of the Issue to retrieve.public Request requestByID(AssetID id)
id
- ID of the Request to retrieve.public Theme themeByID(AssetID id)
id
- ID of the Theme to retrieve.public Theme themeByID(String sId)
sId
- ID of the Theme to retrieve(string have to be token for
AssetId class).public Goal goalByID(AssetID id)
id
- ID of the Goal to retrieve.public Goal goalByID(String sId)
sId
- ID of the Goal to retrieve.public Epic epicByID(AssetID id)
id
- ID of the Epic to retrieve(string have to be token for AssetId
class).public Epic epicByID(String sId)
sId
- ID of the Epic to retrieve(string have to be token for AssetId
class).public StoryTemplate storyTemplateByID(AssetID id)
id
- ID of the StoryTemplate to retrieve.public StoryTemplate storyTemplateByID(String sId)
sId
- ID of the StoryTemplate to retrieve(string have to be token for
AssetId class).public DefectTemplate defectTemplateByID(AssetID id)
id
- ID of the DefectTemplate to retrieve.public DefectTemplate defectTemplateByID(String sId)
sId
- ID of the DefectTemplate to retrieve(string have to be token
for AssetId class).public Note noteByID(AssetID id)
id
- ID of the Note to retrieve.public Note noteByID(String sId)
sId
- ID of the Note to retrieve(string have to be token for AssetId
class).AssetID.AssetID(String).
public Link linkByID(AssetID id)
id
- ID of the Link to retrieve.public Link linkByID(String sId)
sId
- ID of the Link to retrieve(string have to be token for AssetId
class).AssetID.AssetID(String).
public Attachment attachmentByID(AssetID id)
id
- ID of the Attachment to retrieve.public Attachment attachmentByID(String sId)
sId
- ID of the Attachment to retrieve (string have to be token for
AssetId class).public TestSuite testSuiteByID(AssetID id)
id
- ID of the TestSuite to retrieve.public TestSuite testSuiteByID(String sId)
sId
- ID of the TestSuite to retrieve (string have to be token for
AssetId class).public Effort effortByID(AssetID id)
id
- ID of the Effort record to retrieve.public Effort effortByID(String assetId)
assetId
- ID of the Effort record to retrieve. (string have to be
token for AssetId class).public PrimaryWorkitem primaryWorkitemByID(AssetID id)
id
- ID of the Primary Workitem to retrieve.public PrimaryWorkitem primaryWorkitemByID(String sId)
sId
- ID of the Primary Workitem to retrieve(string have to be token
for AssetId class).public SecondaryWorkitem secondaryWorkitemByID(AssetID id)
id
- ID of the Secondary Workitem to retrieve.public SecondaryWorkitem secondaryWorkitemByID(String sId)
sId
- ID of the Secondary Workitem to retrieve(string have to be
token for AssetId class).public Workitem workitemByID(AssetID id)
id
- ID of the Workitem to retrieve.public Workitem workitemByID(String sId)
sId
- ID of the Workitem to retrieve(string have to be token for
AssetId class).public BaseAsset baseAssetByID(AssetID id)
id
- ID of the BaseAsset to retrieve.public BaseAsset baseAssetByID(String sId)
sId
- ID of the BaseAsset to retrieve(string have to be token for
AssetId class).AssetID.AssetID(String).
public BuildRun buildRunByID(AssetID id)
id
- ID of the Build Run to retrieve.public BuildRun buildRunByID(String sId)
sId
- ID of the Build Run to retrieve(string have to be token for
AssetId class).AssetID.AssetID(String).
public BuildProject buildProjectByID(AssetID id)
id
- ID of the Build Project to retrieve.public BuildProject buildProjectByID(String sId)
sId
- ID of the Build Project to retrieve(string have to be token
for AssetId class).AssetID.AssetID(String).
public ChangeSet changeSetByID(AssetID id)
id
- ID of the ChangeSet to retrieve.public ChangeSet changeSetByID(String sId)
sId
- ID of the ChangeSet to retrieve(string have to be token for
AssetId class).AssetID.AssetID(String).
public Conversation conversationByID(AssetID id)
id
- ID of the Conversation to retrieve.public Expression expressionByID(AssetID id)
id
- ID of the Expression to retrieve.public <T extends Entity> T byID(Class<T> clazz, AssetID id)
T
- Entity Type to retrieve.clazz
- - T Class.id
- ID of the Entity to retrieve.public <T extends ProjectAsset> T byDisplayID(Class<T> clazz, String displayID) throws SDKException
clazz
- Entity Type to retrieve.displayID
- DisplayID of the Entity to retrieve.SDKException
- if there is a problem executing the querypublic Story storyByDisplayID(String displayID)
displayID
- DisplayID of the Story to retrieve.public Defect defectByDisplayID(String displayID)
displayID
- DisplayID of the Defect to retrieve.public Issue issueByDisplayID(String displayID)
displayID
- DisplayID of the Issue to retrieve.public Request requestByDisplayID(String displayID)
displayID
- DisplayID of the Request to retrieve.public Theme themeByDisplayID(String displayID)
displayID
- DisplayID of the Theme to retrieve.public Goal goalByDisplayID(String displayID)
displayID
- DisplayID of the Goal to retrieve.public Epic epicByDisplayID(String displayID)
displayID
- DisplayID of the Epic to retrieve.public PrimaryWorkitem primaryWorkitemByDisplayID(String displayID)
displayID
- DisplayID of the Primary Workitem to retrieve.public SecondaryWorkitem secondaryWorkitemByDisplayID(String displayID)
displayID
- DisplayID of the Secondary Workitem to retrieve.public Workitem workitemByDisplayID(String displayID)
displayID
- DisplayID of the Workitem to retrieve.public RegressionPlan regressionPlanByID(AssetID id)
id
- ID of the RegressionPlan to retrieve.public RegressionPlan regressionPlanByDisplayID(String displayID)
displayID
- DisplayID of the RegressionPlan to retrievepublic RegressionSuite regressionSuiteByID(AssetID id)
id
- ID of the Regression Suite to retrieve.public TestSet testSetByID(AssetID id)
id
- ID of the Test Set to retrieve.public TestSet testSetByDisplayID(String displayID)
displayID
- DisplayID of the TestSet to retrieve.public Environment environmentByID(AssetID id)
id
- ID of the Environment to retrieve.public RegressionTest regressionTestByID(AssetID id)
id
- ID of the Regression Test to retrieve.public Project projectByName(String name) throws SDKException
name
- name of the project to retrieve.SDKException
- if there is a problem executing the querypublic Member memberByUserName(String userName) throws SDKException
userName
- The user name the user or member uses to login to the
VersionOne system.SDKException
- if there is a problem executing the querypublic <T extends ListValue> Collection<T> listTypeValues(Class<T> valuesClass)
T
- The type of Entity that represents the V1 List Type.valuesClass
- T Class.public Schedule scheduleByID(AssetID id)
id
- ID of the schedule to retrieveCopyright © 2013 Version One, Inc.. All rights reserved.