org.apache.chemistry.opencmis.inmemory
Class ConfigConstants

java.lang.Object
  extended by org.apache.chemistry.opencmis.inmemory.ConfigConstants

public class ConfigConstants
extends Object


Field Summary
static String CLEAN_REPOSITORY_INTERVAL
           
static String DEPLOYMENT_TIME
           
static String FILLER_CONTENT_SIZE
           
static String FILLER_DEPTH
           
static String FILLER_DOCS_PER_FOLDER
           
static String FILLER_DOCUMENT_PROPERTY
           
static String FILLER_DOCUMENT_TYPE_ID
           
static String FILLER_FOLDER_PROPERTY
           
static String FILLER_FOLDER_TYPE_ID
           
static String FILLER_FOLDERS_PER_FOLDER
           
static String MAX_CONTENT_SIZE_KB
           
static String OVERRIDE_CALL_CONTEXT
           
static String REPOSITORY_CLASS
           
static String REPOSITORY_ID
           
static String REPOSITORY_INFO_CREATOR_CLASS
           
static String TYPE_CREATOR_CLASS
           
static String USE_REPOSITORY_FILER
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REPOSITORY_ID

public static final String REPOSITORY_ID
See Also:
Constant Field Values

TYPE_CREATOR_CLASS

public static final String TYPE_CREATOR_CLASS
See Also:
Constant Field Values

REPOSITORY_INFO_CREATOR_CLASS

public static final String REPOSITORY_INFO_CREATOR_CLASS
See Also:
Constant Field Values

REPOSITORY_CLASS

public static final String REPOSITORY_CLASS
See Also:
Constant Field Values

OVERRIDE_CALL_CONTEXT

public static final String OVERRIDE_CALL_CONTEXT
See Also:
Constant Field Values

USE_REPOSITORY_FILER

public static final String USE_REPOSITORY_FILER
See Also:
Constant Field Values

FILLER_DOCUMENT_TYPE_ID

public static final String FILLER_DOCUMENT_TYPE_ID
See Also:
Constant Field Values

FILLER_FOLDER_TYPE_ID

public static final String FILLER_FOLDER_TYPE_ID
See Also:
Constant Field Values

FILLER_DOCS_PER_FOLDER

public static final String FILLER_DOCS_PER_FOLDER
See Also:
Constant Field Values

FILLER_FOLDERS_PER_FOLDER

public static final String FILLER_FOLDERS_PER_FOLDER
See Also:
Constant Field Values

FILLER_DEPTH

public static final String FILLER_DEPTH
See Also:
Constant Field Values

FILLER_CONTENT_SIZE

public static final String FILLER_CONTENT_SIZE
See Also:
Constant Field Values

FILLER_DOCUMENT_PROPERTY

public static final String FILLER_DOCUMENT_PROPERTY
See Also:
Constant Field Values

FILLER_FOLDER_PROPERTY

public static final String FILLER_FOLDER_PROPERTY
See Also:
Constant Field Values

MAX_CONTENT_SIZE_KB

public static final String MAX_CONTENT_SIZE_KB
See Also:
Constant Field Values

CLEAN_REPOSITORY_INTERVAL

public static final String CLEAN_REPOSITORY_INTERVAL
See Also:
Constant Field Values

DEPLOYMENT_TIME

public static final String DEPLOYMENT_TIME
See Also:
Constant Field Values


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.