|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.wso2.carbon.registry.core.jdbc.DumpConstants
public class DumpConstants
Class to keep the constants used in dumping
Field Summary | |
---|---|
static java.lang.String |
ASSOCIATION_ENTRY
Element name of the association entry |
static java.lang.String |
ASSOCIATION_ENTRY_DESTINATION
Element name of the association entry destination |
static java.lang.String |
ASSOCIATION_ENTRY_SOURCE
Element name of the association entry source |
static java.lang.String |
ASSOCIATION_ENTRY_TYPE
Element name of the association entry type |
static java.lang.String |
ASSOCIATIONS
Element name of the associations |
static java.lang.String |
CHILDREN
Element name for children |
static java.lang.String |
CHILDS
Deprecated. |
static java.lang.String |
COMMENT_ENTRY
Element name of the comment entry |
static java.lang.String |
COMMENT_ENTRY_TEXT
Element name of the comment entry text |
static java.lang.String |
COMMENT_ENTRY_USER
Element name of the comment entry user |
static java.lang.String |
COMMENTS
Element name of the comments |
static java.lang.String |
CONTENT
Element name of the content |
static java.lang.String |
CREATED_TIME
Element name of the created time |
static java.lang.String |
CREATOR
Element name of the creator |
static java.lang.String |
DESCRIPTION
Element name of the description |
static java.lang.String |
EXTERNAL_ASSOCIATION_DESTINATION_PREFIX
Prefix for external association destinations |
static java.lang.String |
IGNORE_CONFLICTS
Attribute key of the ignore conflicts |
static java.lang.String |
LAST_MODIFIED
Element name of the last modified |
static java.lang.String |
LAST_UPDATER
Element name of the last updater |
static java.lang.String |
MEDIA_TYPE
Element name of the media type |
static java.lang.String |
PROPERTIES
Element name of the properties |
static java.lang.String |
PROPERTY_ENTRY
Element name of the property entry |
static java.lang.String |
PROPERTY_ENTRY_KEY
Attribute name of the property entry key |
static java.lang.String |
RATING_ENTRY
Element name of the rating entry |
static java.lang.String |
RATING_ENTRY_DATE
Element name of the rating entry date |
static java.lang.String |
RATING_ENTRY_RATE
Element name of the rating entry rate |
static java.lang.String |
RATING_ENTRY_USER
Element name of the rating entry user |
static java.lang.String |
RATINGS
Element name of the ratings |
static java.lang.String |
RESOURCE
Element name of the resource dump |
static java.lang.String |
RESOURCE_IS_COLLECTION
Attribute name to keep whether the resource is collection or not |
static java.lang.String |
RESOURCE_IS_COLLECTION_FALSE
Attribute value to represent the resource is not a collection |
static java.lang.String |
RESOURCE_IS_COLLECTION_TRUE
Attribute value to represent the resource is a collection |
static java.lang.String |
RESOURCE_NAME
Attribute key of resource name |
static java.lang.String |
RESOURCE_PATH
Attribute key of resource path, keep to support backward compatibility in restoring |
static java.lang.String |
TAGGING_ENTRY
Element name of the tagging entry |
static java.lang.String |
TAGGING_ENTRY_DATE
Element name of the tagging entry date |
static java.lang.String |
TAGGING_ENTRY_TAG_NAME
Element name of the tagging entry tag name |
static java.lang.String |
TAGGING_ENTRY_USER
Element name of the tagging entry user |
static java.lang.String |
TAGGINGS
Element name of the taggings |
static java.lang.String |
VERSION
Element name of the version |
Constructor Summary | |
---|---|
DumpConstants()
|
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 java.lang.String RESOURCE
public static final java.lang.String RESOURCE_NAME
public static final java.lang.String IGNORE_CONFLICTS
public static final java.lang.String RESOURCE_PATH
public static final java.lang.String RESOURCE_IS_COLLECTION
public static final java.lang.String RESOURCE_IS_COLLECTION_TRUE
public static final java.lang.String RESOURCE_IS_COLLECTION_FALSE
public static final java.lang.String MEDIA_TYPE
public static final java.lang.String VERSION
public static final java.lang.String CREATOR
public static final java.lang.String CREATED_TIME
public static final java.lang.String LAST_UPDATER
public static final java.lang.String LAST_MODIFIED
public static final java.lang.String DESCRIPTION
public static final java.lang.String PROPERTIES
public static final java.lang.String PROPERTY_ENTRY
public static final java.lang.String PROPERTY_ENTRY_KEY
public static final java.lang.String CONTENT
public static final java.lang.String COMMENTS
public static final java.lang.String COMMENT_ENTRY
public static final java.lang.String COMMENT_ENTRY_USER
public static final java.lang.String COMMENT_ENTRY_TEXT
public static final java.lang.String TAGGINGS
public static final java.lang.String TAGGING_ENTRY
public static final java.lang.String TAGGING_ENTRY_USER
public static final java.lang.String TAGGING_ENTRY_DATE
public static final java.lang.String TAGGING_ENTRY_TAG_NAME
public static final java.lang.String RATINGS
public static final java.lang.String RATING_ENTRY
public static final java.lang.String RATING_ENTRY_USER
public static final java.lang.String RATING_ENTRY_DATE
public static final java.lang.String RATING_ENTRY_RATE
public static final java.lang.String ASSOCIATIONS
public static final java.lang.String ASSOCIATION_ENTRY
public static final java.lang.String ASSOCIATION_ENTRY_SOURCE
public static final java.lang.String ASSOCIATION_ENTRY_DESTINATION
public static final java.lang.String ASSOCIATION_ENTRY_TYPE
public static final java.lang.String EXTERNAL_ASSOCIATION_DESTINATION_PREFIX
public static final java.lang.String CHILDREN
@Deprecated public static final java.lang.String CHILDS
Constructor Detail |
---|
public DumpConstants()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |