org.wso2.carbon.registry.core.jdbc
Class DumpConstants

java.lang.Object
  extended by org.wso2.carbon.registry.core.jdbc.DumpConstants

public class DumpConstants
extends java.lang.Object

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

RESOURCE

public static final java.lang.String RESOURCE
Element name of the resource dump

See Also:
Constant Field Values

RESOURCE_NAME

public static final java.lang.String RESOURCE_NAME
Attribute key of resource name

See Also:
Constant Field Values

IGNORE_CONFLICTS

public static final java.lang.String IGNORE_CONFLICTS
Attribute key of the ignore conflicts

See Also:
Constant Field Values

RESOURCE_PATH

public static final java.lang.String RESOURCE_PATH
Attribute key of resource path, keep to support backward compatibility in restoring

See Also:
Constant Field Values

RESOURCE_IS_COLLECTION

public static final java.lang.String RESOURCE_IS_COLLECTION
Attribute name to keep whether the resource is collection or not

See Also:
Constant Field Values

RESOURCE_IS_COLLECTION_TRUE

public static final java.lang.String RESOURCE_IS_COLLECTION_TRUE
Attribute value to represent the resource is a collection

See Also:
Constant Field Values

RESOURCE_IS_COLLECTION_FALSE

public static final java.lang.String RESOURCE_IS_COLLECTION_FALSE
Attribute value to represent the resource is not a collection

See Also:
Constant Field Values

MEDIA_TYPE

public static final java.lang.String MEDIA_TYPE
Element name of the media type

See Also:
Constant Field Values

VERSION

public static final java.lang.String VERSION
Element name of the version

See Also:
Constant Field Values

CREATOR

public static final java.lang.String CREATOR
Element name of the creator

See Also:
Constant Field Values

CREATED_TIME

public static final java.lang.String CREATED_TIME
Element name of the created time

See Also:
Constant Field Values

LAST_UPDATER

public static final java.lang.String LAST_UPDATER
Element name of the last updater

See Also:
Constant Field Values

LAST_MODIFIED

public static final java.lang.String LAST_MODIFIED
Element name of the last modified

See Also:
Constant Field Values

DESCRIPTION

public static final java.lang.String DESCRIPTION
Element name of the description

See Also:
Constant Field Values

PROPERTIES

public static final java.lang.String PROPERTIES
Element name of the properties

See Also:
Constant Field Values

PROPERTY_ENTRY

public static final java.lang.String PROPERTY_ENTRY
Element name of the property entry

See Also:
Constant Field Values

PROPERTY_ENTRY_KEY

public static final java.lang.String PROPERTY_ENTRY_KEY
Attribute name of the property entry key

See Also:
Constant Field Values

CONTENT

public static final java.lang.String CONTENT
Element name of the content

See Also:
Constant Field Values

COMMENTS

public static final java.lang.String COMMENTS
Element name of the comments

See Also:
Constant Field Values

COMMENT_ENTRY

public static final java.lang.String COMMENT_ENTRY
Element name of the comment entry

See Also:
Constant Field Values

COMMENT_ENTRY_USER

public static final java.lang.String COMMENT_ENTRY_USER
Element name of the comment entry user

See Also:
Constant Field Values

COMMENT_ENTRY_TEXT

public static final java.lang.String COMMENT_ENTRY_TEXT
Element name of the comment entry text

See Also:
Constant Field Values

TAGGINGS

public static final java.lang.String TAGGINGS
Element name of the taggings

See Also:
Constant Field Values

TAGGING_ENTRY

public static final java.lang.String TAGGING_ENTRY
Element name of the tagging entry

See Also:
Constant Field Values

TAGGING_ENTRY_USER

public static final java.lang.String TAGGING_ENTRY_USER
Element name of the tagging entry user

See Also:
Constant Field Values

TAGGING_ENTRY_DATE

public static final java.lang.String TAGGING_ENTRY_DATE
Element name of the tagging entry date

See Also:
Constant Field Values

TAGGING_ENTRY_TAG_NAME

public static final java.lang.String TAGGING_ENTRY_TAG_NAME
Element name of the tagging entry tag name

See Also:
Constant Field Values

RATINGS

public static final java.lang.String RATINGS
Element name of the ratings

See Also:
Constant Field Values

RATING_ENTRY

public static final java.lang.String RATING_ENTRY
Element name of the rating entry

See Also:
Constant Field Values

RATING_ENTRY_USER

public static final java.lang.String RATING_ENTRY_USER
Element name of the rating entry user

See Also:
Constant Field Values

RATING_ENTRY_DATE

public static final java.lang.String RATING_ENTRY_DATE
Element name of the rating entry date

See Also:
Constant Field Values

RATING_ENTRY_RATE

public static final java.lang.String RATING_ENTRY_RATE
Element name of the rating entry rate

See Also:
Constant Field Values

ASSOCIATIONS

public static final java.lang.String ASSOCIATIONS
Element name of the associations

See Also:
Constant Field Values

ASSOCIATION_ENTRY

public static final java.lang.String ASSOCIATION_ENTRY
Element name of the association entry

See Also:
Constant Field Values

ASSOCIATION_ENTRY_SOURCE

public static final java.lang.String ASSOCIATION_ENTRY_SOURCE
Element name of the association entry source

See Also:
Constant Field Values

ASSOCIATION_ENTRY_DESTINATION

public static final java.lang.String ASSOCIATION_ENTRY_DESTINATION
Element name of the association entry destination

See Also:
Constant Field Values

ASSOCIATION_ENTRY_TYPE

public static final java.lang.String ASSOCIATION_ENTRY_TYPE
Element name of the association entry type

See Also:
Constant Field Values

EXTERNAL_ASSOCIATION_DESTINATION_PREFIX

public static final java.lang.String EXTERNAL_ASSOCIATION_DESTINATION_PREFIX
Prefix for external association destinations

See Also:
Constant Field Values

CHILDREN

public static final java.lang.String CHILDREN
Element name for children

See Also:
Constant Field Values

CHILDS

@Deprecated
public static final java.lang.String CHILDS
Deprecated. 
Element name for childs, keep to support backward compatibility in restoring

See Also:
Constant Field Values
Constructor Detail

DumpConstants

public DumpConstants()


Copyright © 2011 WSO2 Inc. All Rights Reserved.