org.wso2.carbon.registry.app
Interface APPConstants

All Known Implementing Classes:
RegistryAdapter, RegistryResolver, RemoteRegistry

public interface APPConstants


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.
 

Field Detail

RESOURCE

static final String RESOURCE
The context for the resource servlet.

See Also:
Constant Field Values

ATOM

static final String ATOM
The context for the atom servlet.

See Also:
Constant Field Values

NAMESPACE

static final String NAMESPACE
The registry namespace.

See Also:
Constant Field Values

IMPORT_MEDIA_TYPE

static final String IMPORT_MEDIA_TYPE
The default media type for imports.

See Also:
Constant Field Values

ASPECTS

static final String ASPECTS
Constant used to identify aspects.

See Also:
Constant Field Values

ASPECT

static final String ASPECT
Constant used to identify aspect.

See Also:
Constant Field Values

CHECKPOINT

static final String CHECKPOINT
Constant used to identify check points.

See Also:
Constant Field Values

ASSOCIATIONS

static final String ASSOCIATIONS
Constant used to identify associations.

See Also:
Constant Field Values

ASSOC_TYPE

static final String ASSOC_TYPE
Constant used to identify association types.

See Also:
Constant Field Values

PARAMETER_VERSION

static final String PARAMETER_VERSION
Parameters used to identify version operations.

See Also:
Constant Field Values

PARAMETER_RESTORE

static final String PARAMETER_RESTORE
Parameters used to identify restore operations.

See Also:
Constant Field Values

PARAMETER_RENAME

static final String PARAMETER_RENAME
Parameters used to identify rename operations.

See Also:
Constant Field Values

PARAMETER_MOVE

static final String PARAMETER_MOVE
Parameters used to identify move operations.

See Also:
Constant Field Values

PARAMETER_COPY

static final String PARAMETER_COPY
Parameters used to identify copy operations.

See Also:
Constant Field Values

PARAMETER_TAGS

static final String PARAMETER_TAGS
Parameters used to identify tagging operations.

See Also:
Constant Field Values

PARAMETER_RATINGS

static final String PARAMETER_RATINGS
Parameters used to identify rating operations.

See Also:
Constant Field Values

PARAMETER_COMMENTS

static final String PARAMETER_COMMENTS
Parameters used to identify commenting operations.

See Also:
Constant Field Values

PARAMETER_LOGS

static final String PARAMETER_LOGS
Parameters used to identify log operations.

See Also:
Constant Field Values

PARAMETER_QUERY

static final String PARAMETER_QUERY
Parameters used to identify query operations.

See Also:
Constant Field Values

PARAMETER_DUMP

static final String PARAMETER_DUMP
Parameters used to identify dump operations.

See Also:
Constant Field Values

QN_ASSOC

static final QName QN_ASSOC
Qualified name used to identify associations.


QN_LAST_UPDATER

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


QN_CHILD_COUNT

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


QN_MEDIA_TYPE

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


QN_SNAPSHOT_ID

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


QN_AVERAGE_RATING

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


QN_COMMENTS

static final QName QN_COMMENTS
Qualified name used to identify comments.



Copyright © 2010. All Rights Reserved.