Class SodiusLinks

java.lang.Object
com.sodius.oslc.core.model.Namespace
com.sodius.oslc.core.process.links.model.SodiusLinks

public class SodiusLinks extends Namespace
Namespace of link shapes contributed by Sodius.
Since:
1.7.0
  • Field Details

    • NAMESPACE_URI

      public static final String NAMESPACE_URI
      See Also:
    • NAMESPACE_PREFIX

      public static final String NAMESPACE_PREFIX
      See Also:
    • PROPERTY_GC_URL

      public static final String PROPERTY_GC_URL
      See Also:
    • PROPERTY_SOURCE

      public static final String PROPERTY_SOURCE
      See Also:
    • PROPERTY_SOURCE_TYPE

      public static final String PROPERTY_SOURCE_TYPE
      See Also:
    • PROPERTY_TARGET

      public static final String PROPERTY_TARGET
      See Also:
    • PROPERTY_TARGET_URLS

      public static final String PROPERTY_TARGET_URLS
      See Also:
    • PROPERTY_UNAUTHORIZED

      public static final String PROPERTY_UNAUTHORIZED
      Since:
      3.15.0
      See Also:
    • HEADER_PARTIAL_RESULT

      public static final String HEADER_PARTIAL_RESULT
      The header included in a response in case the link index query results differ from the cached links
      See Also:
    • HEADER_LOCAL_LINKING_SAVING

      public static final String HEADER_LOCAL_LINKING_SAVING
      The response header returned by the LinkingService when a remote request failed but saving locally is available.
      Since:
      3.1.0
      See Also:
    • HEADER_FETCH_COMPACTS_ON_DEMAND

      public static final String HEADER_FETCH_COMPACTS_ON_DEMAND
      The response header returned by the LinkingService.getLinkCompact() to know whether compacts must be fetched on demand.
      Since:
      3.6.0
      See Also:
  • Method Details