Class LinkingScope
- java.lang.Object
-
- org.eclipse.lyo.oslc4j.core.model.AbstractResource
-
- com.sodius.oslc.server.process.links.model.LinkingScope
-
- All Implemented Interfaces:
IExtendedResource
,IResource
@OslcNamespace("http://www.sodius.com/ns/process#") @OslcResourceShape(title="Linking Scope Resource Shape", describes="http://www.sodius.com/ns/process#LinkingScope") public class LinkingScope extends AbstractResource
Wraps thelinking scope service
success response; either aFeedback
or a collection ofContainerScope
s.- Since:
- 3.7.0
-
-
Constructor Summary
Constructors Constructor Description LinkingScope()
LinkingScope(Feedback feedback)
LinkingScope(Collection<ContainerScope> containerScopes)
LinkingScope(Collection<ContainerScope> containerScopes, Feedback feedback)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addContainerScope(ContainerScope scope)
ContainerScope[]
getContainerScopes()
Feedback
getFeedback()
boolean
isEmpty()
void
setContainerScopes(ContainerScope[] scopes)
void
setFeedback(Feedback feedback)
-
Methods inherited from class org.eclipse.lyo.oslc4j.core.model.AbstractResource
addType, getAbout, getExtendedProperties, getTypes, setAbout, setExtendedProperties, setTypes
-
-
-
-
Constructor Detail
-
LinkingScope
public LinkingScope(Collection<ContainerScope> containerScopes, Feedback feedback)
-
LinkingScope
public LinkingScope(Collection<ContainerScope> containerScopes)
-
LinkingScope
public LinkingScope(Feedback feedback)
-
LinkingScope
public LinkingScope()
-
-
Method Detail
-
getFeedback
@OslcPropertyDefinition("http://www.sodius.com/ns/feedback#feedback") @OslcValueType(LocalResource) public Feedback getFeedback()
-
setFeedback
public void setFeedback(Feedback feedback)
-
getContainerScopes
@OslcName("containerScope") @OslcTitle("ContainerScopes") @OslcRdfCollectionType(collectionType="Seq") @OslcRepresentation(Inline) @OslcValueType(LocalResource) @OslcPropertyDefinition("http://www.sodius.com/ns/process#containerScope") public ContainerScope[] getContainerScopes()
-
addContainerScope
public void addContainerScope(ContainerScope scope)
-
isEmpty
public boolean isEmpty()
-
setContainerScopes
public void setContainerScopes(ContainerScope[] scopes)
-
-