public class JazzNetProcess extends Namespace
See the Jazz website for details:
https://jazz.net/
Modifier and Type | Field and Description |
---|---|
static String |
NAMESPACE_PREFIX |
static String |
NAMESPACE_URI |
static String |
PROPERTY_PROJECT_AREA |
static String |
TYPE_PROJECT_AREA |
Modifier and Type | Method and Description |
---|---|
static JazzNetProcess |
getInstance() |
static URI |
getProjectArea(org.eclipse.lyo.oslc4j.core.model.IExtendedResource resource)
Returns the project area of the given resource, if any.
|
static QName |
qname(String localPart) |
static void |
setProjectArea(org.eclipse.lyo.oslc4j.core.model.IExtendedResource resource,
URI projectArea)
Sets the project area of a resource, stored using the
process:projectArea property. |
public static final String NAMESPACE_URI
public static final String NAMESPACE_PREFIX
public static final String TYPE_PROJECT_AREA
public static final String PROPERTY_PROJECT_AREA
public static JazzNetProcess getInstance()
public static URI getProjectArea(org.eclipse.lyo.oslc4j.core.model.IExtendedResource resource)
resource
- the resource linked to a project area.null
if the process:projectArea
property is not set.public static void setProjectArea(org.eclipse.lyo.oslc4j.core.model.IExtendedResource resource, URI projectArea)
process:projectArea
property.resource
- the resource to link to a project area.projectArea
- the project area.