Class ChangeRequest
java.lang.Object
org.eclipse.lyo.oslc4j.core.model.AbstractResource
org.eclipse.lyo.client.oslc.resources.ChangeRequest
- All Implemented Interfaces:
IExtendedResource,IResource
@Deprecated
@OslcNamespace("http://open-services.net/ns/cm#")
@OslcResourceShape(title="Change Request Resource Shape",
describes="http://open-services.net/ns/cm#ChangeRequest")
public class ChangeRequest
extends AbstractResource
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAffectedByDefect(Link affectedByDefect) Deprecated.voidaddAffectsPlanItem(Link affectsPlanItem) Deprecated.voidaddAffectsRequirement(Link affectsRequirement) Deprecated.voidaddAffectsTestResult(Link affectsTestResult) Deprecated.voidaddBlocksTestExecutionRecord(Link blocksTestExecutionRecord) Deprecated.voidaddContributor(URI contributor) Deprecated.voidaddCreator(URI creator) Deprecated.voidaddDctermsType(String dctermsType) Deprecated.voidaddImplementsRequirement(Link implementsRequirement) Deprecated.voidaddRdfType(URI rdfType) Deprecated.voidaddRelatedChangeRequest(Link relatedChangeRequest) Deprecated.voidaddRelatedResource(Link relatedResource) Deprecated.voidaddRelatedTestCase(Link relatedTestCase) Deprecated.voidaddRelatedTestExecutionRecord(Link relatedTestExecutionRecord) Deprecated.voidaddRelatedTestPlan(Link relatedTestPlan) Deprecated.voidaddRelatedTestScript(Link relatedTestScript) Deprecated.voidaddSubject(String subject) Deprecated.voidaddTestedByTestCase(Link testedByTestCase) Deprecated.voidaddTracksChangeSet(Link tracksChangeSet) Deprecated.voidaddTracksRequirement(Link tracksRequirement) Deprecated.Link[]Deprecated.Link[]Deprecated.Link[]Deprecated.Link[]Deprecated.Link[]Deprecated.Deprecated.URI[]Deprecated.Deprecated.URI[]Deprecated.String[]Deprecated.Deprecated.Deprecated.Deprecated.Link[]Deprecated.Deprecated.Deprecated.URI[]Deprecated.Link[]Deprecated.Link[]Deprecated.Link[]Deprecated.Link[]Deprecated.Link[]Deprecated.Link[]Deprecated.Deprecated.Deprecated.Deprecated.String[]Deprecated.Link[]Deprecated.getTitle()Deprecated.Link[]Deprecated.Link[]Deprecated.Deprecated.isClosed()Deprecated.isFixed()Deprecated.Deprecated.Deprecated.Deprecated.voidsetAffectedByDefects(Link[] affectedByDefects) Deprecated.voidsetAffectsPlanItems(Link[] affectsPlanItems) Deprecated.voidsetAffectsRequirements(Link[] affectsRequirements) Deprecated.voidsetAffectsTestResults(Link[] affectsTestResults) Deprecated.voidsetApproved(Boolean approved) Deprecated.voidsetBlocksTestExecutionRecords(Link[] blocksTestExecutionRecords) Deprecated.voidDeprecated.voidsetCloseDate(Date closeDate) Deprecated.voidsetContributors(URI[] contributors) Deprecated.voidsetCreated(Date created) Deprecated.voidsetCreators(URI[] creators) Deprecated.voidsetDctermsTypes(String[] dctermsTypes) Deprecated.voidsetDescription(String description) Deprecated.voidsetDiscussedBy(URI discussedBy) Deprecated.voidDeprecated.voidsetIdentifier(String identifier) Deprecated.voidsetImplementsRequirements(Link[] implementsRequirements) Deprecated.voidsetInProgress(Boolean inProgress) Deprecated.voidsetInstanceShape(URI instanceShape) Deprecated.voidsetModified(Date modified) Deprecated.voidsetRdfTypes(URI[] rdfTypes) Deprecated.voidsetRelatedChangeRequests(Link[] relatedChangeRequests) Deprecated.voidsetRelatedResources(Link[] relatedResources) Deprecated.voidsetRelatedTestCases(Link[] relatedTestCases) Deprecated.voidsetRelatedTestExecutionRecords(Link[] relatedTestExecutionRecords) Deprecated.voidsetRelatedTestPlans(Link[] relatedTestPlans) Deprecated.voidsetRelatedTestScripts(Link[] relatedTestScripts) Deprecated.voidsetReviewed(Boolean reviewed) Deprecated.voidsetServiceProvider(URI serviceProvider) Deprecated.voidsetShortTitle(String shortTitle) Deprecated.voidDeprecated.voidsetSubjects(String[] subjects) Deprecated.voidsetTestedByTestCases(Link[] testedByTestCases) Deprecated.voidDeprecated.voidsetTracksChangeSets(Link[] tracksChangeSets) Deprecated.voidsetTracksRequirements(Link[] tracksRequirements) Deprecated.voidsetVerified(Boolean verified) Deprecated.Methods inherited from class org.eclipse.lyo.oslc4j.core.model.AbstractResource
addType, getAbout, getExtendedProperties, getTypes, setAbout, setExtendedProperties, setTypes
-
Constructor Details
-
ChangeRequest
Deprecated.- Throws:
URISyntaxException
-
ChangeRequest
Deprecated.- Throws:
URISyntaxException
-
-
Method Details
-
addAffectedByDefect
Deprecated. -
addAffectsPlanItem
Deprecated. -
addAffectsRequirement
Deprecated. -
addAffectsTestResult
Deprecated. -
addBlocksTestExecutionRecord
Deprecated. -
addContributor
Deprecated. -
addCreator
Deprecated. -
addDctermsType
Deprecated. -
addImplementsRequirement
Deprecated. -
addRdfType
Deprecated. -
addRelatedChangeRequest
Deprecated. -
addRelatedResource
Deprecated. -
addRelatedTestCase
Deprecated. -
addRelatedTestExecutionRecord
Deprecated. -
addRelatedTestPlan
Deprecated. -
addRelatedTestScript
Deprecated. -
addSubject
Deprecated. -
addTestedByTestCase
Deprecated. -
addTracksChangeSet
Deprecated. -
addTracksRequirement
Deprecated. -
getAffectedByDefects
@OslcDescription("Change request is affected by a reported defect.") @OslcName("affectedByDefect") @OslcPropertyDefinition("http://open-services.net/ns/cm#affectedByDefect") @OslcRange("http://open-services.net/ns/cm#ChangeRequest") @OslcReadOnly(false) @OslcTitle("Affected By Defects") public Link[] getAffectedByDefects()Deprecated. -
getAffectsPlanItems
@OslcDescription("Change request affects a plan item. ") @OslcName("affectsPlanItem") @OslcPropertyDefinition("http://open-services.net/ns/cm#affectsPlanItem") @OslcRange("http://open-services.net/ns/cm#ChangeRequest") @OslcReadOnly(false) @OslcTitle("Affects Plan Items") public Link[] getAffectsPlanItems()Deprecated. -
getAffectsRequirements
@OslcDescription("Change request affecting a Requirement.") @OslcName("affectsRequirement") @OslcPropertyDefinition("http://open-services.net/ns/cm#affectsRequirement") @OslcRange("http://open-services.net/ns/rm#Requirement") @OslcReadOnly(false) @OslcTitle("Affects Requirements") public Link[] getAffectsRequirements()Deprecated. -
getAffectsTestResults
@OslcDescription("Associated QM resource that is affected by this Change Request.") @OslcName("affectsTestResult") @OslcPropertyDefinition("http://open-services.net/ns/cm#affectsTestResult") @OslcRange("http://open-services.net/ns/qm#TestResult") @OslcReadOnly(false) @OslcTitle("Affects Test Results") public Link[] getAffectsTestResults()Deprecated. -
getBlocksTestExecutionRecords
@OslcDescription("Associated QM resource that is blocked by this Change Request.") @OslcName("blocksTestExecutionRecord") @OslcPropertyDefinition("http://open-services.net/ns/cm#blocksTestExecutionRecord") @OslcRange("http://open-services.net/ns/qm#TestExecutionRecord") @OslcReadOnly(false) @OslcTitle("Blocks Test Execution Records") public Link[] getBlocksTestExecutionRecords()Deprecated. -
getCloseDate
@OslcDescription("The date at which no further activity or work is intended to be conducted. ") @OslcPropertyDefinition("http://open-services.net/ns/cm#closeDate") @OslcReadOnly @OslcTitle("Close Date") public Date getCloseDate()Deprecated. -
getContributors
@OslcDescription("The person(s) who are responsible for the work needed to complete the change request.") @OslcName("contributor") @OslcPropertyDefinition("http://purl.org/dc/terms/contributor") @OslcRange("http://xmlns.com/foaf/0.1/Person") @OslcTitle("Contributors") public URI[] getContributors()Deprecated. -
getCreated
@OslcDescription("Timestamp of resource creation.") @OslcPropertyDefinition("http://purl.org/dc/terms/created") @OslcReadOnly @OslcTitle("Created") public Date getCreated()Deprecated. -
getCreators
@OslcDescription("Creator or creators of resource.") @OslcName("creator") @OslcPropertyDefinition("http://purl.org/dc/terms/creator") @OslcRange("http://xmlns.com/foaf/0.1/Person") @OslcTitle("Creators") public URI[] getCreators()Deprecated. -
getDctermsTypes
@OslcAllowedValue({"Defect","Task","Story","Bug Report","Feature Request"}) @OslcDescription("A short string representation for the type, example \'Defect\'.") @OslcName("type") @OslcPropertyDefinition("http://purl.org/dc/terms/type") @OslcTitle("Types") public String[] getDctermsTypes()Deprecated. -
getDescription
@OslcDescription("Descriptive text (reference: Dublin Core) about resource represented as rich text in XHTML content.") @OslcPropertyDefinition("http://purl.org/dc/terms/description") @OslcTitle("Description") @OslcValueType(XMLLiteral) public String getDescription()Deprecated. -
getDiscussedBy
@OslcDescription("A series of notes and comments about this change request.") @OslcPropertyDefinition("http://open-services.net/ns/core#discussedBy") @OslcRange("http://open-services.net/ns/core#Discussion") @OslcTitle("Discussed By") public URI getDiscussedBy()Deprecated. -
getIdentifier
@OslcDescription("A unique identifier for a resource. Assigned by the service provider when a resource is created. Not intended for end-user display.") @OslcOccurs(ExactlyOne) @OslcPropertyDefinition("http://purl.org/dc/terms/identifier") @OslcReadOnly @OslcTitle("Identifier") public String getIdentifier()Deprecated. -
getImplementsRequirements
@OslcDescription("Implements associated Requirement.") @OslcName("implementsRequirement") @OslcPropertyDefinition("http://open-services.net/ns/cm#implementsRequirement") @OslcRange("http://open-services.net/ns/rm#Requirement") @OslcReadOnly(false) @OslcTitle("Implements Requirements") public Link[] getImplementsRequirements()Deprecated. -
getInstanceShape
@OslcDescription("Resource Shape that provides hints as to resource property value-types and allowed values. ") @OslcPropertyDefinition("http://open-services.net/ns/core#instanceShape") @OslcRange("http://open-services.net/ns/core#ResourceShape") @OslcTitle("Instance Shape") public URI getInstanceShape()Deprecated. -
getModified
@OslcDescription("Timestamp last latest resource modification.") @OslcPropertyDefinition("http://purl.org/dc/terms/modified") @OslcReadOnly @OslcTitle("Modified") public Date getModified()Deprecated. -
getRdfTypes
@OslcDescription("The resource type URIs.") @OslcName("type") @OslcPropertyDefinition("http://www.w3.org/1999/02/22-rdf-syntax-ns#type") @OslcTitle("Types") public URI[] getRdfTypes()Deprecated. -
getRelatedChangeRequests
@OslcDescription("This relationship is loosely coupled and has no specific meaning.") @OslcName("relatedChangeRequest") @OslcPropertyDefinition("http://open-services.net/ns/cm#relatedChangeRequest") @OslcRange("http://open-services.net/ns/cm#ChangeRequest") @OslcReadOnly(false) @OslcTitle("Related Change Requests") public Link[] getRelatedChangeRequests()Deprecated. -
getRelatedResources
@OslcDescription("Related OSLC resources of any type.") @OslcName("relatedResource") @OslcPropertyDefinition("http://open-services.net/ns/cm#relatedResource") @OslcTitle("Related Resources") public Link[] getRelatedResources()Deprecated. -
getRelatedTestCases
@OslcDescription("Related QM test case resource.") @OslcName("relatedTestCase") @OslcPropertyDefinition("http://open-services.net/ns/cm#relatedTestCase") @OslcRange("http://open-services.net/ns/qm#TestCase") @OslcReadOnly(false) @OslcTitle("Related Test Cases") public Link[] getRelatedTestCases()Deprecated. -
getRelatedTestExecutionRecords
@OslcDescription("Related to a QM test execution resource.") @OslcName("relatedTestExecutionRecord") @OslcPropertyDefinition("http://open-services.net/ns/cm#relatedTestExecutionRecord") @OslcRange("http://open-services.net/ns/qm#TestExecutionRecord") @OslcReadOnly(false) @OslcTitle("Related Test Execution Records") public Link[] getRelatedTestExecutionRecords()Deprecated. -
getRelatedTestPlans
@OslcDescription("Related QM test plan resource.") @OslcName("relatedTestPlan") @OslcPropertyDefinition("http://open-services.net/ns/cm#relatedTestPlan") @OslcRange("http://open-services.net/ns/qm#TestPlan") @OslcReadOnly(false) @OslcTitle("Related Test Plans") public Link[] getRelatedTestPlans()Deprecated. -
getRelatedTestScripts
@OslcDescription("Related QM test script resource.") @OslcName("relatedTestScript") @OslcPropertyDefinition("http://open-services.net/ns/cm#relatedTestScript") @OslcRange("http://open-services.net/ns/qm#TestScript") @OslcReadOnly(false) @OslcTitle("Related Test Scripts") public Link[] getRelatedTestScripts()Deprecated. -
getServiceProvider
@OslcDescription("The scope of a resource is a URI for the resource\'s OSLC Service Provider.") @OslcPropertyDefinition("http://open-services.net/ns/core#serviceProvider") @OslcRange("http://open-services.net/ns/core#ServiceProvider") @OslcTitle("Service Provider") public URI getServiceProvider()Deprecated. -
getShortTitle
@OslcDescription("Short name identifying a resource, often used as an abbreviated identifier for presentation to end-users.") @OslcPropertyDefinition("http://open-services.net/ns/core#shortTitle") @OslcTitle("Short Title") @OslcValueType(XMLLiteral) public String getShortTitle()Deprecated. -
getStatus
@OslcDescription("Used to indicate the status of the change request based on values defined by the service provider. Most often a read-only property. Some possible values may include: \'Submitted\', \'Done\', \'InProgress\', etc.") @OslcPropertyDefinition("http://open-services.net/ns/cm#status") @OslcTitle("Status") public String getStatus()Deprecated. -
getSubjects
@OslcDescription("Tag or keyword for a resource. Each occurrence of a dcterms:subject property denotes an additional tag for the resource.") @OslcName("subject") @OslcPropertyDefinition("http://purl.org/dc/terms/subject") @OslcReadOnly(false) @OslcTitle("Subjects") public String[] getSubjects()Deprecated. -
getTestedByTestCases
@OslcDescription("Test case by which this change request is tested.") @OslcName("testedByTestCase") @OslcPropertyDefinition("http://open-services.net/ns/cm#testedByTestCase") @OslcRange("http://open-services.net/ns/qm#TestCase") @OslcReadOnly(false) @OslcTitle("Tested by Test Cases") public Link[] getTestedByTestCases()Deprecated. -
getTitle
@OslcDescription("Title (reference: Dublin Core) or often a single line summary of the resource represented as rich text in XHTML content.") @OslcOccurs(ExactlyOne) @OslcPropertyDefinition("http://purl.org/dc/terms/title") @OslcTitle("Title") @OslcValueType(XMLLiteral) public String getTitle()Deprecated. -
getTracksChangeSets
@OslcDescription("Tracks SCM change set resource.") @OslcName("tracksChangeSet") @OslcPropertyDefinition("http://open-services.net/ns/cm#tracksChangeSet") @OslcRange("http://open-services.net/ns/scm#ChangeSet") @OslcReadOnly(false) @OslcTitle("Tracks Change Sets") public Link[] getTracksChangeSets()Deprecated. -
getTracksRequirements
@OslcDescription("Tracks the associated Requirement or Requirement ChangeSet resources.") @OslcName("tracksRequirement") @OslcPropertyDefinition("http://open-services.net/ns/cm#tracksRequirement") @OslcRange("http://open-services.net/ns/rm#Requirement") @OslcReadOnly(false) @OslcTitle("Tracks Requirements") public Link[] getTracksRequirements()Deprecated. -
isApproved
@OslcDescription("Whether or not the Change Request has been approved.") @OslcPropertyDefinition("http://open-services.net/ns/cm#approved") @OslcReadOnly @OslcTitle("Approved") public Boolean isApproved()Deprecated. -
isClosed
@OslcDescription("Whether or not the Change Request is completely done, no further fixes or fix verification is needed.") @OslcPropertyDefinition("http://open-services.net/ns/cm#closed") @OslcReadOnly @OslcTitle("Closed") public Boolean isClosed()Deprecated. -
isFixed
@OslcDescription("Whether or not the Change Request has been fixed.") @OslcPropertyDefinition("http://open-services.net/ns/cm#fixed") @OslcReadOnly @OslcTitle("Fixed") public Boolean isFixed()Deprecated. -
isInProgress
@OslcDescription("Whether or not the Change Request in a state indicating that active work is occurring. If oslc_cm:inprogress is true, then oslc_cm:fixed and oslc_cm:closed must also be false.") @OslcName("inprogress") @OslcPropertyDefinition("http://open-services.net/ns/cm#inprogress") @OslcReadOnly @OslcTitle("In Progress") public Boolean isInProgress()Deprecated. -
isReviewed
@OslcDescription("Whether or not the Change Request has been reviewed.") @OslcPropertyDefinition("http://open-services.net/ns/cm#reviewed") @OslcReadOnly @OslcTitle("Reviewed") public Boolean isReviewed()Deprecated. -
isVerified
@OslcDescription("Whether or not the resolution or fix of the Change Request has been verified.") @OslcPropertyDefinition("http://open-services.net/ns/cm#verified") @OslcReadOnly @OslcTitle("Verified") public Boolean isVerified()Deprecated. -
setAffectedByDefects
Deprecated. -
setAffectsPlanItems
Deprecated. -
setAffectsRequirements
Deprecated. -
setAffectsTestResults
Deprecated. -
setApproved
Deprecated. -
setBlocksTestExecutionRecords
Deprecated. -
setClosed
Deprecated. -
setCloseDate
Deprecated. -
setContributors
Deprecated. -
setCreated
Deprecated. -
setCreators
Deprecated. -
setDctermsTypes
Deprecated. -
setDescription
Deprecated. -
setDiscussedBy
Deprecated. -
setFixed
Deprecated. -
setIdentifier
Deprecated. -
setImplementsRequirements
Deprecated. -
setInProgress
Deprecated. -
setInstanceShape
Deprecated. -
setModified
Deprecated. -
setRdfTypes
Deprecated. -
setRelatedChangeRequests
Deprecated. -
setRelatedResources
Deprecated. -
setRelatedTestCases
Deprecated. -
setRelatedTestExecutionRecords
Deprecated. -
setRelatedTestPlans
Deprecated. -
setRelatedTestScripts
Deprecated. -
setReviewed
Deprecated. -
setServiceProvider
Deprecated. -
setShortTitle
Deprecated. -
setStatus
Deprecated. -
setSubjects
Deprecated. -
setTestedByTestCases
Deprecated. -
setTitle
Deprecated. -
setTracksChangeSets
Deprecated. -
setTracksRequirements
Deprecated. -
setVerified
Deprecated.
-