Class Gcm
- java.lang.Object
-
- com.sodius.oslc.core.model.Namespace
-
- com.sodius.oslc.app.jazz.gcm.model.Gcm
-
public class Gcm extends Namespace
Namespace of Jazz GC.See the Jazz website for details:
https://jazz.net/- Since:
- 1.13.0
-
-
Field Summary
Fields Modifier and Type Field Description static String
NAMESPACE_PREFIX
static String
NAMESPACE_URI
static String
PROPERTY_CONFIGURATION_PICKER
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Gcm
getInstance()
static boolean
isDeliverableLinkSupported(Publisher gcmPublisher)
Checks whether the GC application corresponding to the given publisher version supports creating links from a GC to aDeliverable
.static QName
qname(String localPart)
-
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
-
PROPERTY_CONFIGURATION_PICKER
public static final String PROPERTY_CONFIGURATION_PICKER
- Since:
- 3.7.0
- See Also:
- Constant Field Values
-
-
Method Detail
-
getInstance
public static Gcm getInstance()
-
isDeliverableLinkSupported
public static boolean isDeliverableLinkSupported(Publisher gcmPublisher)
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
-
-