Package com.sodius.oslc.app.jazz.model
Class JazzProcess
java.lang.Object
com.sodius.oslc.core.model.Namespace
com.sodius.oslc.app.jazz.model.JazzProcess
Namespace of Jazz Process.
See the Jazz website for details:
https://jazz.net/
- Since:
- 1.1.0
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classGeneric Entities for Jazz Process shapes, used when replying with a collection of entities in a Response object. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetGlobalConfigurationAware(ServiceProvider provider) Returns the value of the"http://jazz.net/xmlns/prod/jazz/process/1.0/globalConfigurationAware"property, which indicates the level of support of Jazz Global Configuration.static JazzProcessstatic booleanReturns the value of the"http://jazz.net/xmlns/prod/jazz/process/1.0/supportContributionsToLinkIndexProvider"property, which indicates whether the application provides a TRS feed that populates the Link Index Provider with information for the target application.static booleanReturns the value of the"http://jazz.net/xmlns/prod/jazz/process/1.0/supportLinkDiscoveryViaLinkIndexProvider"property, which indicates whether the application queries the Link Index Provider to get information about incoming links from other applications.static QNamestatic voidsetGlobalConfigurationAware(ServiceProvider provider, String value) Sets the value of the"http://jazz.net/xmlns/prod/jazz/process/1.0/globalConfigurationAware"property, which indicates the level of support of Jazz Global Configuration.static voidsetSupportContributionsToLinkIndexProvider(ServiceProvider provider, boolean value) Sets the value of the"http://jazz.net/xmlns/prod/jazz/process/1.0/supportContributionsToLinkIndexProvider"property, which indicates whether the application provides a TRS feed that populates the Link Index Provider with information for the target application.static voidsetSupportLinkDiscoveryViaLinkIndexProvider(ServiceProvider provider, boolean value) Sets the value of the"http://jazz.net/xmlns/prod/jazz/process/1.0/supportLinkDiscoveryViaLinkIndexProvider"property, which indicates whether the application queries the Link Index Provider to get information about incoming links from other applications.Methods 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:
-
TYPE_LINKS
- Since:
- 1.4.0
- See Also:
-
TYPE_LINK
- Since:
- 1.4.0
- See Also:
-
PROPERTY_GLOBAL_CONFIGURATION_AWARE
- Since:
- 1.4.0
- See Also:
-
PROPERTY_LINK_TYPE
- Since:
- 1.4.0
- See Also:
-
PROPERTY_LINKS
- Since:
- 1.4.0
- See Also:
-
PROPERTY_SUPPORT_CONTRIBUTIONS_TO_LINK_INDEX_PROVIDER
- Since:
- 1.4.0
- See Also:
-
PROPERTY_SUPPORT_LINK_DISCOVERY_VIA_LINK_INDEX_PROVIDER
- Since:
- 1.4.0
- See Also:
-
PROPERTY_URL
- Since:
- 1.4.0
- See Also:
-
-
Method Details
-
getInstance
-
qname
-
getGlobalConfigurationAware
Returns the value of the"http://jazz.net/xmlns/prod/jazz/process/1.0/globalConfigurationAware"property, which indicates the level of support of Jazz Global Configuration.Value might be:
"yes": the application supports configurations and versioned artifacts."compatible": the application does not support configurations, but it can still link to or interact with versioned artifacts."no": the application has no support for configurations or versioning.
- Parameters:
provider- the service provider- Returns:
- the value of the
globalConfigurationAwareproperty,"no"if the property is not set.
-
setGlobalConfigurationAware
Sets the value of the"http://jazz.net/xmlns/prod/jazz/process/1.0/globalConfigurationAware"property, which indicates the level of support of Jazz Global Configuration.Value might be:
"yes": the application supports configurations and versioned artifacts."compatible": the application does not support configurations, but it can still link to or interact with versioned artifacts."no": the application has no support for configurations or versioning.
- Parameters:
provider- the service providervalue- the value of theglobalConfigurationAwareproperty.
-
getSupportContributionsToLinkIndexProvider
Returns the value of the"http://jazz.net/xmlns/prod/jazz/process/1.0/supportContributionsToLinkIndexProvider"property, which indicates whether the application provides a TRS feed that populates the Link Index Provider with information for the target application.- Parameters:
provider- the service provider- Returns:
trueif the application provides a TRS feed,falseif not.
-
setSupportContributionsToLinkIndexProvider
public static void setSupportContributionsToLinkIndexProvider(ServiceProvider provider, boolean value) Sets the value of the"http://jazz.net/xmlns/prod/jazz/process/1.0/supportContributionsToLinkIndexProvider"property, which indicates whether the application provides a TRS feed that populates the Link Index Provider with information for the target application.- Parameters:
provider- the service providervalue-trueif the application provides a TRS feed,falseif not.
-
isSupportLinkDiscoveryViaLinkIndexProvider
Returns the value of the"http://jazz.net/xmlns/prod/jazz/process/1.0/supportLinkDiscoveryViaLinkIndexProvider"property, which indicates whether the application queries the Link Index Provider to get information about incoming links from other applications.- Parameters:
provider- the service provider- Returns:
trueif the application queries the Link Index Provider,falseif not.
-
setSupportLinkDiscoveryViaLinkIndexProvider
public static void setSupportLinkDiscoveryViaLinkIndexProvider(ServiceProvider provider, boolean value) Sets the value of the"http://jazz.net/xmlns/prod/jazz/process/1.0/supportLinkDiscoveryViaLinkIndexProvider"property, which indicates whether the application queries the Link Index Provider to get information about incoming links from other applications.- Parameters:
provider- the service providervalue-trueto indicate the application queries the Link Index Provider,falseif not.
-