org.wso2.carbon.registry.app
Class APPConstants

java.lang.Object
  extended by org.wso2.carbon.registry.app.APPConstants

public class APPConstants
extends Object

Constants used in the AtomPub Protocol based remote registry.


Field Summary
static String ASPECT
          Constant used to identify aspect.
static String ASPECTS
          Constant used to identify aspects.
static String ASSOC_TYPE
          Constant used to identify association types.
static String ASSOCIATIONS
          Constant used to identify associations.
static String ATOM
          The context for the atom servlet.
static String CHECKPOINT
          Constant used to identify check points.
static String HTTP_CONNECT
          Constant used to identify HTTP Method CONNECT.
static String HTTP_DELETE
          Constant used to identify HTTP Method DELETE.
static String HTTP_GET
          Constant used to identify HTTP Method GET.
static String HTTP_HEAD
          Constant used to identify HTTP Method HEAD.
static String HTTP_POST
          Constant used to identify HTTP Method POST.
static String HTTP_PUT
          Constant used to identify HTTP Method PUT.
static String HTTP_TRACE
          Constant used to identify HTTP Method TRACE.
static String IMPORT_MEDIA_TYPE
          The default media type for imports.
static String NAMESPACE
          The registry namespace.
static String NAMESPACE_MEDIA_TYPE
          The registry namespace media type
static String NAMESPACE_STATE
          The registry namespace state
static String PARAMETER_COMMENTS
          Parameters used to identify commenting operations.
static String PARAMETER_COPY
          Parameters used to identify copy operations.
static String PARAMETER_DUMP
          Parameters used to identify dump operations.
static String PARAMETER_LOGS
          Parameters used to identify log operations.
static String PARAMETER_MOVE
          Parameters used to identify move operations.
static String PARAMETER_PATH
          Parameters used to identify path.
static String PARAMETER_QUERY
          Parameters used to identify query operations.
static String PARAMETER_RATINGS
          Parameters used to identify rating operations.
static String PARAMETER_RENAME
          Parameters used to identify rename operations.
static String PARAMETER_RESTORE
          Parameters used to identify restore operations.
static String PARAMETER_SPLIT_PATH
          Parameters used to identify split path.
static String PARAMETER_TAGS
          Parameters used to identify tagging operations.
static String PARAMETER_VERSION
          Parameters used to identify version operations.
static QName QN_ASSOC
          Qualified name used to identify associations.
static QName QN_AVERAGE_RATING
          Qualified name used to identify average ratings.
static QName QN_CHILD_COUNT
          Qualified name used to identify child count.
static QName QN_COMMENTS
          Qualified name used to identify comments.
static QName QN_LAST_UPDATER
          Qualified name used to identify the user who did the last update.
static QName QN_MEDIA_TYPE
          Qualified name used to identify media type.
static QName QN_SNAPSHOT_ID
          Qualified name used to identify snapshot id.
static QName QN_UUID_TYPE
          Qualified name used to identify uuid.
static String RESOURCE
          The context for the resource servlet.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

public static final String RESOURCE
The context for the resource servlet.

See Also:
Constant Field Values

ATOM

public static final String ATOM
The context for the atom servlet.

See Also:
Constant Field Values

NAMESPACE

public static final String NAMESPACE
The registry namespace.

See Also:
Constant Field Values

NAMESPACE_MEDIA_TYPE

public static final String NAMESPACE_MEDIA_TYPE
The registry namespace media type

See Also:
Constant Field Values

NAMESPACE_STATE

public static final String NAMESPACE_STATE
The registry namespace state

See Also:
Constant Field Values

IMPORT_MEDIA_TYPE

public static final String IMPORT_MEDIA_TYPE
The default media type for imports.

See Also:
Constant Field Values

ASPECTS

public static final String ASPECTS
Constant used to identify aspects.

See Also:
Constant Field Values

ASPECT

public static final String ASPECT
Constant used to identify aspect.

See Also:
Constant Field Values

CHECKPOINT

public static final String CHECKPOINT
Constant used to identify check points.

See Also:
Constant Field Values

ASSOCIATIONS

public static final String ASSOCIATIONS
Constant used to identify associations.

See Also:
Constant Field Values

ASSOC_TYPE

public static final String ASSOC_TYPE
Constant used to identify association types.

See Also:
Constant Field Values

PARAMETER_SPLIT_PATH

public static final String PARAMETER_SPLIT_PATH
Parameters used to identify split path.

See Also:
Constant Field Values

PARAMETER_PATH

public static final String PARAMETER_PATH
Parameters used to identify path.

See Also:
Constant Field Values

PARAMETER_VERSION

public static final String PARAMETER_VERSION
Parameters used to identify version operations.

See Also:
Constant Field Values

PARAMETER_RESTORE

public static final String PARAMETER_RESTORE
Parameters used to identify restore operations.

See Also:
Constant Field Values

PARAMETER_RENAME

public static final String PARAMETER_RENAME
Parameters used to identify rename operations.

See Also:
Constant Field Values

PARAMETER_MOVE

public static final String PARAMETER_MOVE
Parameters used to identify move operations.

See Also:
Constant Field Values

PARAMETER_COPY

public static final String PARAMETER_COPY
Parameters used to identify copy operations.

See Also:
Constant Field Values

PARAMETER_TAGS

public static final String PARAMETER_TAGS
Parameters used to identify tagging operations.

See Also:
Constant Field Values

PARAMETER_RATINGS

public static final String PARAMETER_RATINGS
Parameters used to identify rating operations.

See Also:
Constant Field Values

PARAMETER_COMMENTS

public static final String PARAMETER_COMMENTS
Parameters used to identify commenting operations.

See Also:
Constant Field Values

PARAMETER_LOGS

public static final String PARAMETER_LOGS
Parameters used to identify log operations.

See Also:
Constant Field Values

PARAMETER_QUERY

public static final String PARAMETER_QUERY
Parameters used to identify query operations.

See Also:
Constant Field Values

PARAMETER_DUMP

public static final String PARAMETER_DUMP
Parameters used to identify dump operations.

See Also:
Constant Field Values

QN_ASSOC

public static final QName QN_ASSOC
Qualified name used to identify associations.


QN_LAST_UPDATER

public static final QName QN_LAST_UPDATER
Qualified name used to identify the user who did the last update.


QN_CHILD_COUNT

public static final QName QN_CHILD_COUNT
Qualified name used to identify child count.


QN_MEDIA_TYPE

public static final QName QN_MEDIA_TYPE
Qualified name used to identify media type.


QN_UUID_TYPE

public static final QName QN_UUID_TYPE
Qualified name used to identify uuid.


QN_SNAPSHOT_ID

public static final QName QN_SNAPSHOT_ID
Qualified name used to identify snapshot id.


QN_AVERAGE_RATING

public static final QName QN_AVERAGE_RATING
Qualified name used to identify average ratings.


QN_COMMENTS

public static final QName QN_COMMENTS
Qualified name used to identify comments.


HTTP_POST

public static final String HTTP_POST
Constant used to identify HTTP Method POST.

See Also:
Constant Field Values

HTTP_GET

public static final String HTTP_GET
Constant used to identify HTTP Method GET.

See Also:
Constant Field Values

HTTP_PUT

public static final String HTTP_PUT
Constant used to identify HTTP Method PUT.

See Also:
Constant Field Values

HTTP_HEAD

public static final String HTTP_HEAD
Constant used to identify HTTP Method HEAD.

See Also:
Constant Field Values

HTTP_DELETE

public static final String HTTP_DELETE
Constant used to identify HTTP Method DELETE.

See Also:
Constant Field Values

HTTP_TRACE

public static final String HTTP_TRACE
Constant used to identify HTTP Method TRACE.

See Also:
Constant Field Values

HTTP_CONNECT

public static final String HTTP_CONNECT
Constant used to identify HTTP Method CONNECT.

See Also:
Constant Field Values


Copyright © 2013 WSO2 Inc. All Rights Reserved.