|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.wso2.carbon.registry.app.APPConstants
public class APPConstants
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 |
---|
public static final String RESOURCE
public static final String ATOM
public static final String NAMESPACE
public static final String IMPORT_MEDIA_TYPE
public static final String ASPECTS
public static final String ASPECT
public static final String CHECKPOINT
public static final String ASSOCIATIONS
public static final String ASSOC_TYPE
public static final String PARAMETER_VERSION
public static final String PARAMETER_RESTORE
public static final String PARAMETER_RENAME
public static final String PARAMETER_MOVE
public static final String PARAMETER_COPY
public static final String PARAMETER_TAGS
public static final String PARAMETER_RATINGS
public static final String PARAMETER_COMMENTS
public static final String PARAMETER_LOGS
public static final String PARAMETER_QUERY
public static final String PARAMETER_DUMP
public static final QName QN_ASSOC
public static final QName QN_LAST_UPDATER
public static final QName QN_CHILD_COUNT
public static final QName QN_MEDIA_TYPE
public static final QName QN_SNAPSHOT_ID
public static final QName QN_AVERAGE_RATING
public static final QName QN_COMMENTS
Constructor Detail |
---|
public APPConstants()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |