Class Gcm
java.lang.Object
com.sodius.oslc.core.model.Namespace
com.sodius.oslc.app.jazz.gcm.model.Gcm
Namespace of Jazz GC.
See the Jazz website for details:
https://jazz.net/
- Since:
- 1.13.0
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic Gcmstatic booleanisDeliverableLinkSupported(Publisher gcmPublisher) Checks whether the GC application corresponding to the given publisher version supports creating links from a GC to aDeliverable.static QNameMethods 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:
-
PROPERTY_CONFIGURATION_PICKER
- Since:
- 3.7.0
- See Also:
-
-
Method Details
-
getInstance
-
qname
-
isDeliverableLinkSupported
Checks whether the GC application corresponding to the given publisher version supports creating links from a GC to aDeliverable.This feature has been implemented in ELM 7.0.2.
- Parameters:
gcmPublisher- the GC publisher to check- Returns:
- true if linking to a Deliverable is supported, false otherwise
-