Class Component
java.lang.Object
org.eclipse.lyo.oslc4j.core.model.AbstractResource
org.eclipse.lyo.oslc.domains.config.Component
- All Implemented Interfaces:
IComponent,IExtendedResource,IResource
@OslcNamespace("http://open-services.net/ns/config#")
@OslcName("Component")
@OslcResourceShape(title="Component Shape",
describes="http://open-services.net/ns/config#Component")
public class Component
extends AbstractResource
implements IComponent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddContributor(Link contributor) voidaddCreator(Link creator) voidaddInstanceShape(Link instanceShape) voidaddModifiedBy(Link modifiedBy) voidaddServiceProvider(Link serviceProvider) voidaddSubject(String subject) static ResourceShapegetTitle()voidsetConfigurations(Link configurations) 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) 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
-
Component
public Component() -
Component
-
-
Method Details
-
createResourceShape
public static ResourceShape createResourceShape() throws OslcCoreApplicationException, URISyntaxException -
toString
-
toString
-
addContributor
- Specified by:
addContributorin interfaceIComponent
-
addCreator
- Specified by:
addCreatorin interfaceIComponent
-
addSubject
- Specified by:
addSubjectin interfaceIComponent
-
addInstanceShape
- Specified by:
addInstanceShapein interfaceIComponent
-
addModifiedBy
- Specified by:
addModifiedByin interfaceIComponent
-
addServiceProvider
- Specified by:
addServiceProviderin interfaceIComponent
-
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 interfaceIComponent
-
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 interfaceIComponent
-
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 interfaceIComponent
-
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 interfaceIComponent
-
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 interfaceIComponent
-
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 interfaceIComponent
-
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 interfaceIComponent
-
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 interfaceIComponent
-
getConfigurations
@OslcName("configurations") @OslcPropertyDefinition("http://open-services.net/ns/config#configurations") @OslcOccurs(ExactlyOne) @OslcValueType(Resource) @OslcRange("http://open-services.net/ns/config#Configuration") @OslcReadOnly(false) public Link getConfigurations()- Specified by:
getConfigurationsin interfaceIComponent
-
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 interfaceIComponent
-
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 interfaceIComponent
-
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 interfaceIComponent
-
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 interfaceIComponent
-
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 interfaceIComponent
-
setContributor
- Specified by:
setContributorin interfaceIComponent
-
setCreated
- Specified by:
setCreatedin interfaceIComponent
-
setCreator
- Specified by:
setCreatorin interfaceIComponent
-
setIdentifier
- Specified by:
setIdentifierin interfaceIComponent
-
setDescription
- Specified by:
setDescriptionin interfaceIComponent
-
setModified
- Specified by:
setModifiedin interfaceIComponent
-
setSubject
- Specified by:
setSubjectin interfaceIComponent
-
setTitle
- Specified by:
setTitlein interfaceIComponent
-
setConfigurations
- Specified by:
setConfigurationsin interfaceIComponent
-
setInstanceShape
- Specified by:
setInstanceShapein interfaceIComponent
-
setModifiedBy
- Specified by:
setModifiedByin interfaceIComponent
-
setServiceProvider
- Specified by:
setServiceProviderin interfaceIComponent
-
setShortId
- Specified by:
setShortIdin interfaceIComponent
-
setShortTitle
- Specified by:
setShortTitlein interfaceIComponent
-