public class RtcCm 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_DELIVERABLE |
static String |
TYPE_DELIVERABLE
Deliverable type was introduced by IBM in Engineering Workflow Management
within the
http://jazz.net/xmlns/prod/jazz/rtc/cm/1.0/ namespace. |
Modifier and Type | Method and Description |
---|---|
static RtcCm |
getInstance() |
public static final String NAMESPACE_URI
public static final String NAMESPACE_PREFIX
public static final String TYPE_DELIVERABLE
http://jazz.net/xmlns/prod/jazz/rtc/cm/1.0/
namespace.
However, starting with version 7.0.2, IBM Global Configuration Manager is looking up for selection dialogs
whose resource type is http://open-services.net/ns/cm#Deliverable
,
hence a Deliverable type also in standard OSLC Change Management namespace.
Developer must use:
http://jazz.net/xmlns/prod/jazz/rtc/cm/1.0/Deliverable
as rdf:type
for Deliverable resource itself,http://open-services.net/ns/cm#Deliverable
as oslc:resourceType
for a Deliverable selection dialog declared by a service providerpublic static final String PROPERTY_DELIVERABLE
public static RtcCm getInstance()