org.oslc.asset.internal.util
Class RestUrls

java.lang.Object
  extended by org.oslc.asset.internal.util.RestUrls

public class RestUrls
extends java.lang.Object

Represents constant values that the Rational Asset Manager REST services use

Since:
7.2.0.2

Field Summary
static java.lang.String ARTIFACT
          Used with artifact content
static java.lang.String ARTIFACT_CONTENTS
          Collections of Atrifact Contents
static java.lang.String ARTIFACTS
          Collections of Atrifacts
static java.lang.String ASSET_SERVICES
          Location of the asset management services as defined in the OSLC Asset Management Service.
static java.lang.String ASSETS
          Collections of Assets
static java.lang.String CREATION_DIALOG
           
static java.lang.String LINK_REL_FIRST
           
static java.lang.String LINK_REL_LAST
           
static java.lang.String LINK_REL_NEXT
           
static java.lang.String LINK_REL_PREVIOUS
           
static java.lang.String LINK_REL_SELF
           
static java.lang.String OAUTH_ACCESS_TOKEN
           
static java.lang.String OAUTH_LOGIN
           
static java.lang.String OAUTH_REQUEST_CONSUMER_KEY
           
static java.lang.String OAUTH_REQUEST_TOKEN
           
static java.lang.String OSLC
          Location of the asset management services as defined in the OSLC Asset Management Service.
static java.lang.String OSLC_PATH
           
static java.lang.String PARAM_ACTION
           
static java.lang.String PARAM_COMMENT
           
static java.lang.String PARAM_OSLC_NAME
           
static java.lang.String PARAM_OSLC_PAGE_SIZE
           
static java.lang.String PARAM_OSLC_PREFIX
           
static java.lang.String PARAM_OSLC_PROPERTIES
           
static java.lang.String PARAM_OSLC_QUERY
           
static java.lang.String PARAM_OSLC_SELECTIVE_PROPERTIES
           
static java.lang.String PARAM_OSLC_START_INDEX
           
static java.lang.String PARAM_QUERY
           
static java.lang.String PARAM_RESOLVE_RELATIONSHIPS
           
static java.lang.String ROOT_SERVICES
          Root services defined in the OSLC Asset Management Spec Contains the location of the Asset Management Services for this server.
static java.lang.String SELECTION_DIALOG
           
static java.lang.String SERVICES_CATALOG
          Location of the asset management services as defined in the OSLC Asset Management Service.
static java.lang.String SIMPLE_QUERY
          Collection to perform simple queries
 
Constructor Summary
RestUrls()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ARTIFACTS

public static final java.lang.String ARTIFACTS
Collections of Atrifacts

Since:
7.2.0.2
See Also:
Constant Field Values

ARTIFACT

public static final java.lang.String ARTIFACT
Used with artifact content

Since:
7.2.0.2
See Also:
Constant Field Values

ARTIFACT_CONTENTS

public static final java.lang.String ARTIFACT_CONTENTS
Collections of Atrifact Contents

Since:
7.2.0.2
See Also:
Constant Field Values

ASSET_SERVICES

public static final java.lang.String ASSET_SERVICES
Location of the asset management services as defined in the OSLC Asset Management Service.

Since:
7.2.0.2
See Also:
Constant Field Values

SERVICES_CATALOG

public static final java.lang.String SERVICES_CATALOG
Location of the asset management services as defined in the OSLC Asset Management Service.

Since:
7.2.0.2
See Also:
Constant Field Values

ASSETS

public static final java.lang.String ASSETS
Collections of Assets

Since:
7.2.0.2
See Also:
Constant Field Values

OSLC

public static final java.lang.String OSLC
Location of the asset management services as defined in the OSLC Asset Management Service.

Since:
7.2.0.2
See Also:
Constant Field Values

OSLC_PATH

public static final java.lang.String OSLC_PATH
See Also:
Constant Field Values

ROOT_SERVICES

public static final java.lang.String ROOT_SERVICES
Root services defined in the OSLC Asset Management Spec Contains the location of the Asset Management Services for this server.

Since:
7.2.0.2
See Also:
Constant Field Values

OAUTH_REQUEST_TOKEN

public static final java.lang.String OAUTH_REQUEST_TOKEN
See Also:
Constant Field Values

OAUTH_ACCESS_TOKEN

public static final java.lang.String OAUTH_ACCESS_TOKEN
See Also:
Constant Field Values

OAUTH_LOGIN

public static final java.lang.String OAUTH_LOGIN
See Also:
Constant Field Values

OAUTH_REQUEST_CONSUMER_KEY

public static final java.lang.String OAUTH_REQUEST_CONSUMER_KEY
See Also:
Constant Field Values

SIMPLE_QUERY

public static final java.lang.String SIMPLE_QUERY
Collection to perform simple queries

Since:
7.2.0.2
See Also:
Constant Field Values

SELECTION_DIALOG

public static final java.lang.String SELECTION_DIALOG
See Also:
Constant Field Values

CREATION_DIALOG

public static final java.lang.String CREATION_DIALOG
See Also:
Constant Field Values

LINK_REL_FIRST

public static final java.lang.String LINK_REL_FIRST
See Also:
Constant Field Values

LINK_REL_LAST

public static final java.lang.String LINK_REL_LAST
See Also:
Constant Field Values

LINK_REL_NEXT

public static final java.lang.String LINK_REL_NEXT
See Also:
Constant Field Values

LINK_REL_PREVIOUS

public static final java.lang.String LINK_REL_PREVIOUS
See Also:
Constant Field Values

LINK_REL_SELF

public static final java.lang.String LINK_REL_SELF
See Also:
Constant Field Values

PARAM_OSLC_PREFIX

public static final java.lang.String PARAM_OSLC_PREFIX
See Also:
Constant Field Values

PARAM_OSLC_NAME

public static final java.lang.String PARAM_OSLC_NAME
See Also:
Constant Field Values

PARAM_OSLC_PAGE_SIZE

public static final java.lang.String PARAM_OSLC_PAGE_SIZE
See Also:
Constant Field Values

PARAM_OSLC_PROPERTIES

public static final java.lang.String PARAM_OSLC_PROPERTIES
See Also:
Constant Field Values

PARAM_OSLC_SELECTIVE_PROPERTIES

public static final java.lang.String PARAM_OSLC_SELECTIVE_PROPERTIES
See Also:
Constant Field Values

PARAM_OSLC_QUERY

public static final java.lang.String PARAM_OSLC_QUERY
See Also:
Constant Field Values

PARAM_OSLC_START_INDEX

public static final java.lang.String PARAM_OSLC_START_INDEX
See Also:
Constant Field Values

PARAM_QUERY

public static final java.lang.String PARAM_QUERY
See Also:
Constant Field Values

PARAM_RESOLVE_RELATIONSHIPS

public static final java.lang.String PARAM_RESOLVE_RELATIONSHIPS
See Also:
Constant Field Values

PARAM_ACTION

public static final java.lang.String PARAM_ACTION
See Also:
Constant Field Values

PARAM_COMMENT

public static final java.lang.String PARAM_COMMENT
See Also:
Constant Field Values
Constructor Detail

RestUrls

public RestUrls()