Class TestPlan
java.lang.Object
org.eclipse.lyo.oslc4j.core.model.AbstractResource
org.eclipse.lyo.client.oslc.resources.QmResource
org.eclipse.lyo.client.oslc.resources.TestPlan
- All Implemented Interfaces:
IExtendedResource,IResource
@Deprecated
@OslcResourceShape(title="Quality Management Resource Shape",
describes="http://open-services.net/ns/qm#TestPlan")
@OslcNamespace("http://open-services.net/ns/qm#")
public class TestPlan
extends QmResource
Deprecated.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddContributor(URI contributor) Deprecated.voidaddCreator(URI creator) Deprecated.voidaddRelatedChangeRequest(Link relatedChangeRequest) Deprecated.voidaddSubject(String subject) Deprecated.voidaddUsesTestCase(Link testcase) Deprecated.voidaddValidatesRequirementCollection(Link requirementCollection) Deprecated.URI[]Deprecated.URI[]Deprecated.Deprecated.protected URIDeprecated.Link[]Deprecated.String[]Deprecated.Link[]Deprecated.Link[]Deprecated.voidsetContributors(URI[] contributors) Deprecated.voidsetCreators(URI[] creators) Deprecated.voidsetDescription(String description) Deprecated.voidsetRelatedChangeRequests(Link[] relatedChangeRequests) Deprecated.voidsetSubjects(String[] subjects) Deprecated.voidsetUsesTestCases(Link[] usesTestCases) Deprecated.voidsetValidatesRequirementCollections(Link[] validatesRequirementCollections) Deprecated.Methods inherited from class org.eclipse.lyo.client.oslc.resources.QmResource
addRdfType, getCreated, getIdentifier, getInstanceShape, getModified, getRdfTypes, getServiceProvider, getTitle, setCreated, setIdentifier, setInstanceShape, setModified, setRdfTypes, setServiceProvider, setTitleMethods inherited from class org.eclipse.lyo.oslc4j.core.model.AbstractResource
addType, getAbout, getExtendedProperties, getTypes, setAbout, setExtendedProperties, setTypes
-
Constructor Details
-
TestPlan
public TestPlan()Deprecated.
-
-
Method Details
-
getRdfType
Deprecated.- Specified by:
getRdfTypein classQmResource
-
addContributor
Deprecated. -
addCreator
Deprecated. -
addRelatedChangeRequest
Deprecated. -
addSubject
Deprecated. -
addUsesTestCase
Deprecated. -
addValidatesRequirementCollection
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. -
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. -
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. -
getRelatedChangeRequests
@OslcDescription("A related change request.") @OslcName("relatedChangeRequest") @OslcPropertyDefinition("http://open-services.net/ns/qm#relatedChangeRequest") @OslcRange("http://open-services.net/ns/cm#ChangeRequest") @OslcReadOnly(false) @OslcTitle("Related Change Requests") public Link[] getRelatedChangeRequests()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. -
getUsesTestCases
@OslcDescription("Test Case used by the Test Plan.") @OslcName("usesTestCase") @OslcPropertyDefinition("http://open-services.net/ns/qm#usesTestCase") @OslcRange("http://open-services.net/ns/qm#TestCase") @OslcReadOnly(false) @OslcTitle("Uses Test Case") public Link[] getUsesTestCases()Deprecated. -
getValidatesRequirementCollections
@OslcDescription("Requirement Collection that is validated by the Test Plan.") @OslcName("validatesRequirementCollection") @OslcPropertyDefinition("http://open-services.net/ns/qm#validatesRequirementCollection") @OslcRange("http://open-services.net/ns/rm#RequirementCollection") @OslcReadOnly(false) @OslcTitle("Validates Requirement Collection") public Link[] getValidatesRequirementCollections()Deprecated. -
setContributors
Deprecated. -
setCreators
Deprecated. -
setDescription
Deprecated. -
setRelatedChangeRequests
Deprecated. -
setSubjects
Deprecated. -
setUsesTestCases
Deprecated. -
setValidatesRequirementCollections
Deprecated.
-