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 IMPORT_MEDIA_TYPE
          The default media type for imports.
static String NAMESPACE
          The registry namespace.
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_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_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 String RESOURCE
          The context for the resource servlet.
 
Constructor Summary
APPConstants()
           
 
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

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_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_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.

Constructor Detail

APPConstants

public APPConstants()


Copyright © 2012 WSO2 Inc. All Rights Reserved.