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

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

public class DumpConstants
extends Object

Class to keep the constants used in dumping


Field Summary
static String ASSOCIATION_ENTRY
          Element name of the association entry
static String ASSOCIATION_ENTRY_DESTINATION
          Element name of the association entry destination
static String ASSOCIATION_ENTRY_SOURCE
          Element name of the association entry source
static String ASSOCIATION_ENTRY_TYPE
          Element name of the association entry type
static String ASSOCIATIONS
          Element name of the associations
static String CHILDREN
          Element name for children
static String CHILDS
          Deprecated. 
static String COMMENT_ENTRY
          Element name of the comment entry
static String COMMENT_ENTRY_TEXT
          Element name of the comment entry text
static String COMMENT_ENTRY_USER
          Element name of the comment entry user
static String COMMENTS
          Element name of the comments
static String CONTENT
          Element name of the content
static String CREATED_TIME
          Element name of the created time
static String CREATOR
          Element name of the creator
static String DESCRIPTION
          Element name of the description
static String EXTERNAL_ASSOCIATION_DESTINATION_PREFIX
          Prefix for external association destinations
static String IGNORE_CONFLICTS
          Attribute key of the ignore conflicts
static String LAST_MODIFIED
          Element name of the last modified
static String LAST_UPDATER
          Element name of the last updater
static String MEDIA_TYPE
          Element name of the media type
static String PROPERTIES
          Element name of the properties
static String PROPERTY_ENTRY
          Element name of the property entry
static String PROPERTY_ENTRY_KEY
          Attribute name of the property entry key
static String RATING_ENTRY
          Element name of the rating entry
static String RATING_ENTRY_DATE
          Element name of the rating entry date
static String RATING_ENTRY_RATE
          Element name of the rating entry rate
static String RATING_ENTRY_USER
          Element name of the rating entry user
static String RATINGS
          Element name of the ratings
static String RESOURCE
          Element name of the resource dump
static String RESOURCE_ADDED
          Attribute value to keep whether the resource added
static String RESOURCE_DELETED
          Attribute value to keep whether the resource deleted
static String RESOURCE_IS_COLLECTION
          Attribute name to keep whether the resource is collection or not
static String RESOURCE_IS_COLLECTION_FALSE
          Attribute value to represent the resource is not a collection
static String RESOURCE_IS_COLLECTION_TRUE
          Attribute value to represent the resource is a collection
static String RESOURCE_NAME
          Attribute key of resource name
static String RESOURCE_PATH
          Attribute key of resource path, keep to support backward compatibility in restoring
static String RESOURCE_STATUS
          Attribute name to keep whether the resource added/updated/deleted
static String RESOURCE_UPDATED
          Attribute value to keep whether the resource updated
static String TAGGING_ENTRY
          Element name of the tagging entry
static String TAGGING_ENTRY_DATE
          Element name of the tagging entry date
static String TAGGING_ENTRY_TAG_NAME
          Element name of the tagging entry tag name
static String TAGGING_ENTRY_USER
          Element name of the tagging entry user
static String TAGGINGS
          Element name of the taggings
static String UUID
          Element name for uuid
static 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 String RESOURCE
Element name of the resource dump

See Also:
Constant Field Values

RESOURCE_NAME

public static final String RESOURCE_NAME
Attribute key of resource name

See Also:
Constant Field Values

IGNORE_CONFLICTS

public static final String IGNORE_CONFLICTS
Attribute key of the ignore conflicts

See Also:
Constant Field Values

RESOURCE_PATH

public static final 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 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 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 String RESOURCE_IS_COLLECTION_FALSE
Attribute value to represent the resource is not a collection

See Also:
Constant Field Values

RESOURCE_STATUS

public static final String RESOURCE_STATUS
Attribute name to keep whether the resource added/updated/deleted

See Also:
Constant Field Values

RESOURCE_UPDATED

public static final String RESOURCE_UPDATED
Attribute value to keep whether the resource updated

See Also:
Constant Field Values

RESOURCE_ADDED

public static final String RESOURCE_ADDED
Attribute value to keep whether the resource added

See Also:
Constant Field Values

RESOURCE_DELETED

public static final String RESOURCE_DELETED
Attribute value to keep whether the resource deleted

See Also:
Constant Field Values

MEDIA_TYPE

public static final String MEDIA_TYPE
Element name of the media type

See Also:
Constant Field Values

VERSION

public static final String VERSION
Element name of the version

See Also:
Constant Field Values

CREATOR

public static final String CREATOR
Element name of the creator

See Also:
Constant Field Values

CREATED_TIME

public static final String CREATED_TIME
Element name of the created time

See Also:
Constant Field Values

LAST_UPDATER

public static final String LAST_UPDATER
Element name of the last updater

See Also:
Constant Field Values

LAST_MODIFIED

public static final String LAST_MODIFIED
Element name of the last modified

See Also:
Constant Field Values

DESCRIPTION

public static final String DESCRIPTION
Element name of the description

See Also:
Constant Field Values

UUID

public static final String UUID
Element name for uuid

See Also:
Constant Field Values

PROPERTIES

public static final String PROPERTIES
Element name of the properties

See Also:
Constant Field Values

PROPERTY_ENTRY

public static final String PROPERTY_ENTRY
Element name of the property entry

See Also:
Constant Field Values

PROPERTY_ENTRY_KEY

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

See Also:
Constant Field Values

CONTENT

public static final String CONTENT
Element name of the content

See Also:
Constant Field Values

COMMENTS

public static final String COMMENTS
Element name of the comments

See Also:
Constant Field Values

COMMENT_ENTRY

public static final String COMMENT_ENTRY
Element name of the comment entry

See Also:
Constant Field Values

COMMENT_ENTRY_USER

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

See Also:
Constant Field Values

COMMENT_ENTRY_TEXT

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

See Also:
Constant Field Values

TAGGINGS

public static final String TAGGINGS
Element name of the taggings

See Also:
Constant Field Values

TAGGING_ENTRY

public static final String TAGGING_ENTRY
Element name of the tagging entry

See Also:
Constant Field Values

TAGGING_ENTRY_USER

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

See Also:
Constant Field Values

TAGGING_ENTRY_DATE

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

See Also:
Constant Field Values

TAGGING_ENTRY_TAG_NAME

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

See Also:
Constant Field Values

RATINGS

public static final String RATINGS
Element name of the ratings

See Also:
Constant Field Values

RATING_ENTRY

public static final String RATING_ENTRY
Element name of the rating entry

See Also:
Constant Field Values

RATING_ENTRY_USER

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

See Also:
Constant Field Values

RATING_ENTRY_DATE

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

See Also:
Constant Field Values

RATING_ENTRY_RATE

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

See Also:
Constant Field Values

ASSOCIATIONS

public static final String ASSOCIATIONS
Element name of the associations

See Also:
Constant Field Values

ASSOCIATION_ENTRY

public static final String ASSOCIATION_ENTRY
Element name of the association entry

See Also:
Constant Field Values

ASSOCIATION_ENTRY_SOURCE

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

See Also:
Constant Field Values

ASSOCIATION_ENTRY_DESTINATION

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

See Also:
Constant Field Values

ASSOCIATION_ENTRY_TYPE

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

See Also:
Constant Field Values

EXTERNAL_ASSOCIATION_DESTINATION_PREFIX

public static final String EXTERNAL_ASSOCIATION_DESTINATION_PREFIX
Prefix for external association destinations

See Also:
Constant Field Values

CHILDREN

public static final String CHILDREN
Element name for children

See Also:
Constant Field Values

CHILDS

@Deprecated
public static final 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 © 2012 WSO2 Inc. All Rights Reserved.