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 Details

  • Method Details

    • addAffectedByDefect

      public void addAffectedByDefect(Link affectedByDefect)
      Deprecated.
    • addAffectsPlanItem

      public void addAffectsPlanItem(Link affectsPlanItem)
      Deprecated.
    • addAffectsRequirement

      public void addAffectsRequirement(Link affectsRequirement)
      Deprecated.
    • addAffectsTestResult

      public void addAffectsTestResult(Link affectsTestResult)
      Deprecated.
    • addBlocksTestExecutionRecord

      public void addBlocksTestExecutionRecord(Link blocksTestExecutionRecord)
      Deprecated.
    • addContributor

      public void addContributor(URI contributor)
      Deprecated.
    • addCreator

      public void addCreator(URI creator)
      Deprecated.
    • addDctermsType

      public void addDctermsType(String dctermsType)
      Deprecated.
    • addImplementsRequirement

      public void addImplementsRequirement(Link implementsRequirement)
      Deprecated.
    • addRdfType

      public void addRdfType(URI rdfType)
      Deprecated.
    • addRelatedChangeRequest

      public void addRelatedChangeRequest(Link relatedChangeRequest)
      Deprecated.
    • addRelatedResource

      public void addRelatedResource(Link relatedResource)
      Deprecated.
    • addRelatedTestCase

      public void addRelatedTestCase(Link relatedTestCase)
      Deprecated.
    • addRelatedTestExecutionRecord

      public void addRelatedTestExecutionRecord(Link relatedTestExecutionRecord)
      Deprecated.
    • addRelatedTestPlan

      public void addRelatedTestPlan(Link relatedTestPlan)
      Deprecated.
    • addRelatedTestScript

      public void addRelatedTestScript(Link relatedTestScript)
      Deprecated.
    • addSubject

      public void addSubject(String subject)
      Deprecated.
    • addTestedByTestCase

      public void addTestedByTestCase(Link testedByTestCase)
      Deprecated.
    • addTracksChangeSet

      public void addTracksChangeSet(Link tracksChangeSet)
      Deprecated.
    • addTracksRequirement

      public void addTracksRequirement(Link tracksRequirement)
      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

      public void setAffectedByDefects(Link[] affectedByDefects)
      Deprecated.
    • setAffectsPlanItems

      public void setAffectsPlanItems(Link[] affectsPlanItems)
      Deprecated.
    • setAffectsRequirements

      public void setAffectsRequirements(Link[] affectsRequirements)
      Deprecated.
    • setAffectsTestResults

      public void setAffectsTestResults(Link[] affectsTestResults)
      Deprecated.
    • setApproved

      public void setApproved(Boolean approved)
      Deprecated.
    • setBlocksTestExecutionRecords

      public void setBlocksTestExecutionRecords(Link[] blocksTestExecutionRecords)
      Deprecated.
    • setClosed

      public void setClosed(Boolean closed)
      Deprecated.
    • setCloseDate

      public void setCloseDate(Date closeDate)
      Deprecated.
    • setContributors

      public void setContributors(URI[] contributors)
      Deprecated.
    • setCreated

      public void setCreated(Date created)
      Deprecated.
    • setCreators

      public void setCreators(URI[] creators)
      Deprecated.
    • setDctermsTypes

      public void setDctermsTypes(String[] dctermsTypes)
      Deprecated.
    • setDescription

      public void setDescription(String description)
      Deprecated.
    • setDiscussedBy

      public void setDiscussedBy(URI discussedBy)
      Deprecated.
    • setFixed

      public void setFixed(Boolean fixed)
      Deprecated.
    • setIdentifier

      public void setIdentifier(String identifier)
      Deprecated.
    • setImplementsRequirements

      public void setImplementsRequirements(Link[] implementsRequirements)
      Deprecated.
    • setInProgress

      public void setInProgress(Boolean inProgress)
      Deprecated.
    • setInstanceShape

      public void setInstanceShape(URI instanceShape)
      Deprecated.
    • setModified

      public void setModified(Date modified)
      Deprecated.
    • setRdfTypes

      public void setRdfTypes(URI[] rdfTypes)
      Deprecated.
    • setRelatedChangeRequests

      public void setRelatedChangeRequests(Link[] relatedChangeRequests)
      Deprecated.
    • setRelatedResources

      public void setRelatedResources(Link[] relatedResources)
      Deprecated.
    • setRelatedTestCases

      public void setRelatedTestCases(Link[] relatedTestCases)
      Deprecated.
    • setRelatedTestExecutionRecords

      public void setRelatedTestExecutionRecords(Link[] relatedTestExecutionRecords)
      Deprecated.
    • setRelatedTestPlans

      public void setRelatedTestPlans(Link[] relatedTestPlans)
      Deprecated.
    • setRelatedTestScripts

      public void setRelatedTestScripts(Link[] relatedTestScripts)
      Deprecated.
    • setReviewed

      public void setReviewed(Boolean reviewed)
      Deprecated.
    • setServiceProvider

      public void setServiceProvider(URI serviceProvider)
      Deprecated.
    • setShortTitle

      public void setShortTitle(String shortTitle)
      Deprecated.
    • setStatus

      public void setStatus(String status)
      Deprecated.
    • setSubjects

      public void setSubjects(String[] subjects)
      Deprecated.
    • setTestedByTestCases

      public void setTestedByTestCases(Link[] testedByTestCases)
      Deprecated.
    • setTitle

      public void setTitle(String title)
      Deprecated.
    • setTracksChangeSets

      public void setTracksChangeSets(Link[] tracksChangeSets)
      Deprecated.
    • setTracksRequirements

      public void setTracksRequirements(Link[] tracksRequirements)
      Deprecated.
    • setVerified

      public void setVerified(Boolean verified)
      Deprecated.