Package | Description |
---|---|
com.versionone.om | |
com.versionone.om.listvalue |
Modifier and Type | Method and Description |
---|---|
static AssetID |
AssetID.fromToken(String token)
Create an AssetID form a tokenized ID.
|
AssetID |
Entity.getID()
Unique ID of this entity.
|
static AssetID |
AssetID.valueOf(String idString)
Convert a string to an AssetID.
|
Modifier and Type | Method and Description |
---|---|
Attachment |
V1InstanceGetter.attachmentByID(AssetID id)
Returns an Attachment with the given ID or null if the ID is invalid.
|
BaseAsset |
V1InstanceGetter.baseAssetByID(AssetID id)
Returns a BaseAsset with the given ID or null if the ID is invalid.
|
BuildProject |
V1InstanceGetter.buildProjectByID(AssetID id)
Returns a Build Project with the given ID or null if the ID is invalid.
|
BuildRun |
V1InstanceGetter.buildRunByID(AssetID id)
Returns a Build Run with the given ID or null if the ID is invalid.
|
<T extends Entity> |
V1InstanceGetter.byID(Class<T> clazz,
AssetID id)
Returns an Entity of Type T with the given ID or null if the ID is
invalid.
|
ChangeSet |
V1InstanceGetter.changeSetByID(AssetID id)
Returns a ChangeSet with the given ID or null if the ID is invalid.
|
Conversation |
V1InstanceGetter.conversationByID(AssetID id)
Returns a Conversation with the given ID or null if the ID is invalid.
|
<T extends Entity> |
WrapperManager.create(Class<T> clazz,
AssetID id,
boolean validate) |
Defect |
V1InstanceGetter.defectByID(AssetID id)
Returns a Defect with the given ID or null if the ID is invalid.
|
DefectTemplate |
V1InstanceGetter.defectTemplateByID(AssetID id)
Returns a DefectTemplate with the given ID or null if the ID is invalid.
|
Effort |
V1InstanceGetter.effortByID(AssetID id)
Returns an Effort record with the given ID or null if the ID is invalid.
|
Environment |
V1InstanceGetter.environmentByID(AssetID id)
Returns a Environment with the given ID or null if the ID is invalid.
|
Epic |
V1InstanceGetter.epicByID(AssetID id)
Returns a Epic with the given ID or null if the ID is invalid.
|
Expression |
V1InstanceGetter.expressionByID(AssetID id)
Returns an Expression with the given ID or null if the ID is invalid.
|
Goal |
V1InstanceGetter.goalByID(AssetID id)
Returns a Goal with the given ID or null if the ID is invalid.
|
Issue |
V1InstanceGetter.issueByID(AssetID id)
Returns an Issue with the given ID or null if the ID is invalid.
|
Iteration |
V1InstanceGetter.iterationByID(AssetID id)
Returns an iteration with the given ID or null if the ID is invalid.
|
Link |
V1InstanceGetter.linkByID(AssetID id)
Returns a Link with the given ID or null if the ID is invalid.
|
Member |
V1InstanceGetter.memberByID(AssetID id)
Returns a Member with the given ID or null if the ID is invalid.
|
Note |
V1InstanceGetter.noteByID(AssetID id)
Returns a Note with the given ID or null if the ID is invalid.
|
PrimaryWorkitem |
V1InstanceGetter.primaryWorkitemByID(AssetID id)
Returns a Primary Workitem with the given ID or null if the ID is
invalid.
|
Project |
V1InstanceCreator.project(String name,
AssetID parentProjectID,
DB.DateTime beginDate,
Schedule schedule)
Create a new project entity with a name, parent project, begin date, and
optional schedule.
|
Project |
V1InstanceCreator.project(String name,
AssetID parentProjectID,
DB.DateTime beginDate,
Schedule schedule,
Map<String,Object> attributes)
Create a new project entity with a name, parent project, begin date, and
optional schedule.
|
Project |
V1InstanceGetter.projectByID(AssetID id)
id Returns a project with the given ID or null if the ID is invalid.
|
RegressionPlan |
V1InstanceGetter.regressionPlanByID(AssetID id)
Returns a RegressionPlan with the given ID or null if the ID is invalid.
|
RegressionSuite |
V1InstanceGetter.regressionSuiteByID(AssetID id)
Returns a Regression Suite with the given ID or null if the ID is invalid.
|
RegressionTest |
V1InstanceGetter.regressionTestByID(AssetID id)
Returns a Regression Test 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.
|
Retrospective |
V1InstanceGetter.retrospectiveByID(AssetID id)
Returns a retrospective with the given ID or null if the ID is invalid.
|
Schedule |
V1InstanceGetter.scheduleByID(AssetID id)
Returns a schedule with the given ID or null if the ID is invalid
|
SecondaryWorkitem |
V1InstanceGetter.secondaryWorkitemByID(AssetID id)
Returns a Secondary Workitem with the given ID or null if the ID is
invalid.
|
Story |
V1InstanceGetter.storyByID(AssetID id)
Returns a Story with the given ID or null if the ID is invalid.
|
StoryTemplate |
V1InstanceGetter.storyTemplateByID(AssetID id)
Returns a StoryTemplate with the given ID or null if the ID is invalid.
|
Team |
V1InstanceGetter.teamByID(AssetID id)
Returns a Team with the given ID or null if the ID is invalid.
|
TestSet |
V1InstanceGetter.testSetByID(AssetID id)
Returns a Test Set with the given ID or null if the ID is invalid.
|
TestSuite |
V1InstanceGetter.testSuiteByID(AssetID id)
Returns a TestSuite with the given ID or null if the ID is invalid.
|
Theme |
V1InstanceGetter.themeByID(AssetID id)
Returns a Theme with the given ID or null if the ID is invalid.
|
Workitem |
V1InstanceGetter.workitemByID(AssetID id)
Returns a Workitem with the given ID or null if the ID is invalid.
|
Constructor and Description |
---|
Effort(AssetID id,
V1Instance instance)
Constructor used to represent an Effort that DOES exist in the VersionOne
System.
|
Entity(AssetID id,
V1Instance instance)
Constructor used to represent an entity that DOES exist in the VersionOne
System.
|
Environment(AssetID id,
V1Instance instance)
Constructor used to represent an Environment entity that DOES exist in the VersionOne System.
|
RegressionTest(AssetID id,
V1Instance instance) |
RegressionTestStatus(AssetID id,
V1Instance instance) |
Copyright © 2013 Version One, Inc.. All rights reserved.