Class Configuration
java.lang.Object
org.eclipse.lyo.oslc4j.core.model.AbstractResource
org.eclipse.lyo.oslc.domains.config.Configuration
- All Implemented Interfaces:
IConfiguration,IExtendedResource,IResource
@OslcNamespace("http://open-services.net/ns/config#")
@OslcName("Configuration")
@OslcResourceShape(title="",
description="",
describes="http://open-services.net/ns/config#Configuration")
public class Configuration
extends AbstractResource
implements IConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAcceptedBy(Link acceptedBy) voidaddContributor(Link contributor) voidaddCreator(Link creator) voidaddInstanceShape(Link instanceShape) voidaddModifiedBy(Link modifiedBy) voidaddRelease(Link release) voidaddSelections(Link selections) voidaddServiceProvider(Link serviceProvider) voidaddSubject(String subject) static ResourceShapegetTitle()voidsetAcceptedBy(Set<Link> acceptedBy) voidsetArchived(Boolean archived) voidvoidsetComponent(Link component) voidsetContribution(Link contribution) voidsetContributor(Set<Link> contributor) voidsetCreated(Date created) voidsetCreator(Set<Link> creator) voidsetDescription(String description) voidsetIdentifier(String identifier) voidsetInstanceShape(Set<Link> instanceShape) voidsetModified(Date modified) voidsetModifiedBy(Set<Link> modifiedBy) voidsetRelease(Set<Link> release) voidsetSelections(Set<Link> selections) voidsetServiceProvider(Set<Link> serviceProvider) voidsetShortId(String shortId) voidsetShortTitle(String shortTitle) voidsetSubject(Set<String> subject) voidtoString()toString(boolean asLocalResource) Methods inherited from class org.eclipse.lyo.oslc4j.core.model.AbstractResource
addType, getAbout, getExtendedProperties, getTypes, setAbout, setExtendedProperties, setTypes
-
Constructor Details
-
Configuration
public Configuration() -
Configuration
-
-
Method Details
-
createResourceShape
public static ResourceShape createResourceShape() throws OslcCoreApplicationException, URISyntaxException -
toString
-
toString
-
addContributor
- Specified by:
addContributorin interfaceIConfiguration
-
addCreator
- Specified by:
addCreatorin interfaceIConfiguration
-
addSubject
- Specified by:
addSubjectin interfaceIConfiguration
-
addAcceptedBy
- Specified by:
addAcceptedByin interfaceIConfiguration
-
addSelections
- Specified by:
addSelectionsin interfaceIConfiguration
-
addInstanceShape
- Specified by:
addInstanceShapein interfaceIConfiguration
-
addModifiedBy
- Specified by:
addModifiedByin interfaceIConfiguration
-
addRelease
- Specified by:
addReleasein interfaceIConfiguration
-
addServiceProvider
- Specified by:
addServiceProviderin interfaceIConfiguration
-
getContributor
@OslcName("contributor") @OslcPropertyDefinition("http://purl.org/dc/terms/contributor") @OslcDescription("Contributor or contributors to the resource. The link target is usually a foaf:Person or foaf:Agent, but could be any type.") @OslcOccurs(ZeroOrMany) @OslcValueType(Resource) @OslcRange({"http://xmlns.com/foaf/0.1/Person","http://xmlns.com/foaf/0.1/Agent"}) @OslcReadOnly(false) public Set<Link> getContributor()- Specified by:
getContributorin interfaceIConfiguration
-
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 interfaceIConfiguration
-
getCreator
@OslcName("creator") @OslcPropertyDefinition("http://purl.org/dc/terms/creator") @OslcDescription("Creator or creators of the resource. The link target is usually a foaf:Person or foaf:Agent, but could be any type") @OslcOccurs(ZeroOrMany) @OslcValueType(Resource) @OslcRange({"http://xmlns.com/foaf/0.1/Person","http://xmlns.com/foaf/0.1/Agent"}) @OslcReadOnly(false) public Set<Link> getCreator()- Specified by:
getCreatorin interfaceIConfiguration
-
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 interfaceIConfiguration
-
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 interfaceIConfiguration
-
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 interfaceIConfiguration
-
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 interfaceIConfiguration
-
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()- Specified by:
getTitlein interfaceIConfiguration
-
getAcceptedBy
@OslcName("acceptedBy") @OslcPropertyDefinition("http://open-services.net/ns/config#acceptedBy") @OslcOccurs(ZeroOrMany) @OslcValueType(Resource) @OslcRange("http://www.w3.org/2000/01/rdf-schema#RdfsClass") @OslcReadOnly(false) public Set<Link> getAcceptedBy()- Specified by:
getAcceptedByin interfaceIConfiguration
-
getBranch
@OslcName("branch") @OslcPropertyDefinition("http://open-services.net/ns/config#branch") @OslcOccurs(ExactlyOne) @OslcValueType(Resource) @OslcReadOnly(false) public Link getBranch()- Specified by:
getBranchin interfaceIConfiguration
-
getComponent
@OslcName("component") @OslcPropertyDefinition("http://open-services.net/ns/config#component") @OslcDescription("The component to which this version belongs. Configuration Management provider should indicate the owning component for each version resource using either this property, or using the membership relationship from the component LDPC.") @OslcOccurs(ExactlyOne) @OslcValueType(Resource) @OslcRange("http://open-services.net/ns/config#Component") @OslcReadOnly(false) public Link getComponent()- Specified by:
getComponentin interfaceIConfiguration
-
getContribution
@OslcName("contribution") @OslcPropertyDefinition("http://open-services.net/ns/config#contribution") @OslcOccurs(ExactlyOne) @OslcValueType(Resource) @OslcRange("http://open-services.net/ns/config#Contribution") @OslcReadOnly(false) public Link getContribution()- Specified by:
getContributionin interfaceIConfiguration
-
getSelections
@OslcName("selections") @OslcPropertyDefinition("http://open-services.net/ns/config#selections") @OslcOccurs(ZeroOrMany) @OslcValueType(Resource) @OslcRange("http://open-services.net/ns/config#Selections") @OslcReadOnly(false) public Set<Link> getSelections()- Specified by:
getSelectionsin interfaceIConfiguration
-
isArchived
@OslcName("archived") @OslcPropertyDefinition("http://open-services.net/ns/core#archived") @OslcOccurs(ZeroOrOne) @OslcValueType(Boolean) @OslcReadOnly(false) public Boolean isArchived()- Specified by:
isArchivedin interfaceIConfiguration
-
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 interfaceIConfiguration
-
getModifiedBy
@OslcName("modifiedBy") @OslcPropertyDefinition("http://open-services.net/ns/core#modifiedBy") @OslcDescription("The entity that most recently modified the subject resource. The link target is usually a foaf:Person or foaf:Agent, but could be any type.") @OslcOccurs(ZeroOrMany) @OslcValueType(Resource) @OslcRange({"http://xmlns.com/foaf/0.1/Agent","http://xmlns.com/foaf/0.1/Person"}) @OslcReadOnly(false) public Set<Link> getModifiedBy()- Specified by:
getModifiedByin interfaceIConfiguration
-
getRelease
@OslcName("release") @OslcPropertyDefinition("http://open-services.net/ns/core#release") @OslcOccurs(ZeroOrMany) @OslcValueType(Resource) @OslcReadOnly(false) public Set<Link> getRelease()- Specified by:
getReleasein interfaceIConfiguration
-
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 interfaceIConfiguration
-
getShortId
@OslcName("shortId") @OslcPropertyDefinition("http://open-services.net/ns/core#shortId") @OslcDescription("Shorter form of dcterms:identifier for the resource, such as a number.") @OslcOccurs(ExactlyOne) @OslcValueType(String) @OslcReadOnly(false) public String getShortId()- Specified by:
getShortIdin interfaceIConfiguration
-
getShortTitle
@OslcName("shortTitle") @OslcPropertyDefinition("http://open-services.net/ns/core#shortTitle") @OslcDescription("Shorter form of dcterms:title for the resource represented as rich text in XHTML content. SHOULD include only content that is valid inside an XHTML <span> element.") @OslcOccurs(ZeroOrOne) @OslcValueType(XMLLiteral) @OslcReadOnly(false) public String getShortTitle()- Specified by:
getShortTitlein interfaceIConfiguration
-
setContributor
- Specified by:
setContributorin interfaceIConfiguration
-
setCreated
- Specified by:
setCreatedin interfaceIConfiguration
-
setCreator
- Specified by:
setCreatorin interfaceIConfiguration
-
setDescription
- Specified by:
setDescriptionin interfaceIConfiguration
-
setIdentifier
- Specified by:
setIdentifierin interfaceIConfiguration
-
setModified
- Specified by:
setModifiedin interfaceIConfiguration
-
setSubject
- Specified by:
setSubjectin interfaceIConfiguration
-
setTitle
- Specified by:
setTitlein interfaceIConfiguration
-
setAcceptedBy
- Specified by:
setAcceptedByin interfaceIConfiguration
-
setBranch
- Specified by:
setBranchin interfaceIConfiguration
-
setComponent
- Specified by:
setComponentin interfaceIConfiguration
-
setContribution
- Specified by:
setContributionin interfaceIConfiguration
-
setSelections
- Specified by:
setSelectionsin interfaceIConfiguration
-
setArchived
- Specified by:
setArchivedin interfaceIConfiguration
-
setInstanceShape
- Specified by:
setInstanceShapein interfaceIConfiguration
-
setModifiedBy
- Specified by:
setModifiedByin interfaceIConfiguration
-
setRelease
- Specified by:
setReleasein interfaceIConfiguration
-
setServiceProvider
- Specified by:
setServiceProviderin interfaceIConfiguration
-
setShortId
- Specified by:
setShortIdin interfaceIConfiguration
-
setShortTitle
- Specified by:
setShortTitlein interfaceIConfiguration
-