Package com.sodius.oslc.app.jazz.model
Class JazzNetProcess
java.lang.Object
com.sodius.oslc.core.model.Namespace
com.sodius.oslc.app.jazz.model.JazzNetProcess
Namespace of Jazz Ns Process.
See the Jazz website for details:
https://jazz.net/
- Since:
- 1.6.0
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classGeneric Entities for Jazz Net Process shapes, used when replying with a collection of entities in a Response object. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic JazzNetProcessstatic URIgetProjectArea(IExtendedResource resource) Returns the project area of the given resource, if any.static QNamestatic voidsetProjectArea(IExtendedResource resource, URI projectArea) Sets the project area of a resource, stored using theprocess:projectAreaproperty.Methods inherited from class com.sodius.oslc.core.model.Namespace
equals, getPrefix, getPrefixed, getQName, getUri, hashCode, parseQName, toString
-
Field Details
-
NAMESPACE_URI
- See Also:
-
NAMESPACE_PREFIX
- See Also:
-
TYPE_PROJECT_AREA
- Since:
- 1.6.0
- See Also:
-
PROPERTY_PROJECT_AREA
- Since:
- 1.6.0
- See Also:
-
-
Method Details
-
getInstance
-
getProjectArea
Returns the project area of the given resource, if any.- Parameters:
resource- the resource linked to a project area.- Returns:
- the project area of the resource,
nullif theprocess:projectAreaproperty is not set. - Since:
- 1.13.0
-
setProjectArea
Sets the project area of a resource, stored using theprocess:projectAreaproperty.- Parameters:
resource- the resource to link to a project area.projectArea- the project area.- Since:
- 1.13.0
-
qname
-