Class RtcCm
- java.lang.Object
-
- com.sodius.oslc.core.model.Namespace
-
- com.sodius.oslc.app.jazz.ccm.model.RtcCm
-
public class RtcCm extends Namespace
Namespace of RTC CM.See the Jazz website for details:
https://jazz.net/- Since:
- 1.8.0
-
-
Field Summary
Fields Modifier and Type Field 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 thehttp://jazz.net/xmlns/prod/jazz/rtc/cm/1.0/
namespace.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RtcCm
getInstance()
-
Methods inherited from class com.sodius.oslc.core.model.Namespace
equals, getPrefix, getPrefixed, getQName, getUri, hashCode, parseQName, toString
-
-
-
-
Field Detail
-
NAMESPACE_URI
public static final String NAMESPACE_URI
- See Also:
- Constant Field Values
-
NAMESPACE_PREFIX
public static final String NAMESPACE_PREFIX
- See Also:
- Constant Field Values
-
TYPE_DELIVERABLE
public static final String TYPE_DELIVERABLE
Deliverable type was introduced by IBM in Engineering Workflow Management within thehttp://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 ishttp://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
asrdf:type
for Deliverable resource itself,http://open-services.net/ns/cm#Deliverable
asoslc:resourceType
for a Deliverable selection dialog declared by a service provider
- See Also:
- Constant Field Values
-
PROPERTY_DELIVERABLE
public static final String PROPERTY_DELIVERABLE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getInstance
public static RtcCm getInstance()
-
-