Package org.eclipse.lyo.oslc.domains.qm
Class TestPlan
java.lang.Object
org.eclipse.lyo.oslc4j.core.model.AbstractResource
org.eclipse.lyo.oslc.domains.qm.TestPlan
- All Implemented Interfaces:
ITestPlan,IExtendedResource,IResource
@OslcNamespace("http://open-services.net/ns/qm#")
@OslcName("TestPlan")
@OslcResourceShape(title="TestPlan Shape",
describes="http://open-services.net/ns/qm#TestPlan")
public class TestPlan
extends AbstractResource
implements ITestPlan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddContributor(Link contributor) voidaddCreator(Link creator) voidaddInstanceShape(Link instanceShape) voidaddRelatedChangeRequest(Link relatedChangeRequest) voidaddServiceProvider(Link serviceProvider) voidaddSubject(String subject) voidvoidaddUsesTestCase(Link usesTestCase) voidaddValidatesRequirementCollection(Link validatesRequirementCollection) static ResourceShapegetTitle()getType()voidsetContributor(Set<Link> contributor) voidsetCreated(Date created) voidsetCreator(Set<Link> creator) voidsetDescription(String description) voidsetIdentifier(String identifier) voidsetInstanceShape(Set<Link> instanceShape) voidsetModified(Date modified) voidsetRelatedChangeRequest(Set<Link> relatedChangeRequest) voidsetServiceProvider(Set<Link> serviceProvider) voidsetSubject(Set<String> subject) voidvoidvoidsetUsesTestCase(Set<Link> usesTestCase) voidsetValidatesRequirementCollection(Set<Link> validatesRequirementCollection) toString()toString(boolean asLocalResource) Methods inherited from class org.eclipse.lyo.oslc4j.core.model.AbstractResource
addType, getAbout, getExtendedProperties, getTypes, setAbout, setExtendedProperties, setTypes
-
Constructor Details
-
TestPlan
public TestPlan() -
TestPlan
-
-
Method Details
-
createResourceShape
public static ResourceShape createResourceShape() throws OslcCoreApplicationException, URISyntaxException -
toString
-
toString
-
addContributor
- Specified by:
addContributorin interfaceITestPlan
-
addCreator
- Specified by:
addCreatorin interfaceITestPlan
-
addSubject
- Specified by:
addSubjectin interfaceITestPlan
-
addType
-
addInstanceShape
- Specified by:
addInstanceShapein interfaceITestPlan
-
addServiceProvider
- Specified by:
addServiceProviderin interfaceITestPlan
-
addUsesTestCase
- Specified by:
addUsesTestCasein interfaceITestPlan
-
addValidatesRequirementCollection
- Specified by:
addValidatesRequirementCollectionin interfaceITestPlan
-
addRelatedChangeRequest
- Specified by:
addRelatedChangeRequestin interfaceITestPlan
-
getContributor
@OslcName("contributor") @OslcPropertyDefinition("http://purl.org/dc/terms/contributor") @OslcDescription("Contributor or contributors to the resource. It is likely that the target resource will be a foaf:Person but that is not necessarily the case.") @OslcOccurs(ZeroOrMany) @OslcValueType(Resource) @OslcRange("http://xmlns.com/foaf/0.1/Person") @OslcReadOnly(false) public Set<Link> getContributor()- Specified by:
getContributorin interfaceITestPlan
-
getCreated
@OslcName("created") @OslcPropertyDefinition("http://purl.org/dc/terms/created") @OslcDescription("Timestamp of resource creation") @OslcOccurs(ZeroOrOne) @OslcValueType(DateTime) @OslcReadOnly(false) public Date getCreated()- Specified by:
getCreatedin interfaceITestPlan
-
getCreator
@OslcName("creator") @OslcPropertyDefinition("http://purl.org/dc/terms/creator") @OslcDescription("Creator or creators of the resource. It is likely that the target resource will be a foaf:Person but that is not necessarily the case.") @OslcOccurs(ZeroOrMany) @OslcValueType(Resource) @OslcRange("http://xmlns.com/foaf/0.1/Person") @OslcReadOnly(false) public Set<Link> getCreator()- Specified by:
getCreatorin interfaceITestPlan
-
getDescription
@OslcName("description") @OslcPropertyDefinition("http://purl.org/dc/terms/description") @OslcDescription("Descriptive text about resource represented as rich text in XHTML content. SHOULD include only content that is valid and suitable inside an XHTML <div> element.") @OslcOccurs(ZeroOrOne) @OslcValueType(XMLLiteral) @OslcReadOnly(false) public String getDescription()- Specified by:
getDescriptionin interfaceITestPlan
-
getIdentifier
@OslcName("identifier") @OslcPropertyDefinition("http://purl.org/dc/terms/identifier") @OslcDescription("A unique identifier for a resource. Typically read-only and assigned by the service provider when a resource is created. Not typically intended for end-user display.") @OslcOccurs(ExactlyOne) @OslcValueType(String) @OslcReadOnly(false) public String getIdentifier()- Specified by:
getIdentifierin interfaceITestPlan
-
getModified
@OslcName("modified") @OslcPropertyDefinition("http://purl.org/dc/terms/modified") @OslcDescription("Timestamp of latest resource modification") @OslcOccurs(ZeroOrOne) @OslcValueType(DateTime) @OslcReadOnly(false) public Date getModified()- Specified by:
getModifiedin interfaceITestPlan
-
getSubject
@OslcName("subject") @OslcPropertyDefinition("http://purl.org/dc/terms/subject") @OslcDescription("Tag or keyword for a resource. Each occurrence of a dcterms:subject property denotes an additional tag for the resource.") @OslcOccurs(ZeroOrMany) @OslcValueType(String) @OslcReadOnly(false) @OslcTitle("") public Set<String> getSubject()- Specified by:
getSubjectin interfaceITestPlan
-
getTitle
@OslcName("title") @OslcPropertyDefinition("http://purl.org/dc/terms/title") @OslcDescription("Title of the resource represented as rich text in XHTML content. SHOULD include only content that is valid inside an XHTML <span> element.") @OslcOccurs(ExactlyOne) @OslcValueType(XMLLiteral) @OslcReadOnly(false) public String getTitle() -
getType
@OslcName("type") @OslcPropertyDefinition("http://www.w3.org/1999/02/22-rdf-syntax-ns#type") @OslcDescription("The resource type URIs") @OslcOccurs(ZeroOrMany) @OslcValueType(Resource) @OslcReadOnly(false) public Set<Link> getType() -
getInstanceShape
@OslcName("instanceShape") @OslcPropertyDefinition("http://open-services.net/ns/core#instanceShape") @OslcDescription("The URI of a Resource Shape that describes the possible properties, occurrence, value types, allowed values and labels. This shape information is useful in displaying the subject resource as well as guiding clients in performing modifications. Instance shapes may be specific to the authenticated user associated with the request that retrieved the resource, the current state of the resource and other factors and thus should not be cached.") @OslcOccurs(ZeroOrMany) @OslcValueType(Resource) @OslcRepresentation(Reference) @OslcReadOnly(false) public Set<Link> getInstanceShape()- Specified by:
getInstanceShapein interfaceITestPlan
-
getServiceProvider
@OslcName("serviceProvider") @OslcPropertyDefinition("http://open-services.net/ns/core#serviceProvider") @OslcDescription("A link to the resource\'s OSLC Service Provider. There may be cases when the subject resource is available from a service provider that implements multiple domain specifications, which could result in multiple values for this property.") @OslcOccurs(ZeroOrMany) @OslcValueType(Resource) @OslcRepresentation(Reference) @OslcReadOnly(false) public Set<Link> getServiceProvider()- Specified by:
getServiceProviderin interfaceITestPlan
-
getUsesTestCase
@OslcName("usesTestCase") @OslcPropertyDefinition("http://open-services.net/ns/qm#usesTestCase") @OslcDescription("Test Case used by the Test Plan. It is likely that the target resource will be an oslc_qm:TestCase but that is not necessarily the case.") @OslcOccurs(ZeroOrMany) @OslcValueType(Resource) @OslcRange("http://open-services.net/ns/qm#TestCase") @OslcReadOnly(false) public Set<Link> getUsesTestCase()- Specified by:
getUsesTestCasein interfaceITestPlan
-
getValidatesRequirementCollection
@OslcName("validatesRequirementCollection") @OslcPropertyDefinition("http://open-services.net/ns/qm#validatesRequirementCollection") @OslcDescription("Requirement Collection that is validated by the Test Plan. It is likely that the target resource will be an oslc_rm:RequirementCollection but that is not necessarily the case.") @OslcOccurs(ZeroOrMany) @OslcValueType(Resource) @OslcRepresentation(Reference) @OslcRange("http://open-services.net/ns/rm#RequirementCollection") @OslcReadOnly(false) public Set<Link> getValidatesRequirementCollection()- Specified by:
getValidatesRequirementCollectionin interfaceITestPlan
-
getRelatedChangeRequest
@OslcName("relatedChangeRequest") @OslcPropertyDefinition("http://open-services.net/ns/qm#relatedChangeRequest") @OslcDescription("A related change request. It is likely that the target resource will be an oslc_cm:ChangeRequest but that is not necessarily the case.") @OslcOccurs(ZeroOrMany) @OslcValueType(Resource) @OslcRepresentation(Reference) @OslcRange("http://open-services.net/ns/cm#ChangeRequest") @OslcReadOnly(false) public Set<Link> getRelatedChangeRequest()- Specified by:
getRelatedChangeRequestin interfaceITestPlan
-
setContributor
- Specified by:
setContributorin interfaceITestPlan
-
setCreated
- Specified by:
setCreatedin interfaceITestPlan
-
setCreator
- Specified by:
setCreatorin interfaceITestPlan
-
setDescription
- Specified by:
setDescriptionin interfaceITestPlan
-
setIdentifier
- Specified by:
setIdentifierin interfaceITestPlan
-
setModified
- Specified by:
setModifiedin interfaceITestPlan
-
setSubject
- Specified by:
setSubjectin interfaceITestPlan
-
setTitle
-
setType
-
setInstanceShape
- Specified by:
setInstanceShapein interfaceITestPlan
-
setServiceProvider
- Specified by:
setServiceProviderin interfaceITestPlan
-
setUsesTestCase
- Specified by:
setUsesTestCasein interfaceITestPlan
-
setValidatesRequirementCollection
- Specified by:
setValidatesRequirementCollectionin interfaceITestPlan
-
setRelatedChangeRequest
- Specified by:
setRelatedChangeRequestin interfaceITestPlan
-