org.modeshape.jcr
Class JcrRepository.DefaultOption

java.lang.Object
  extended by org.modeshape.jcr.JcrRepository.DefaultOption
Enclosing class:
JcrRepository

public static class JcrRepository.DefaultOption
extends Object

The default values for each of the JcrRepository.Option.


Field Summary
static String ANONYMOUS_USER_ROLES
          The default value for the JcrRepository.Option.ANONYMOUS_USER_ROLES option is "admin" .
static String JAAS_LOGIN_CONFIG_NAME
          The default value for the JcrRepository.Option.JAAS_LOGIN_CONFIG_NAME option is "modeshape-jcr" .
static String PERFORM_REFERENTIAL_INTEGRITY_CHECKS
          The default value for the JcrRepository.Option.QUERY_INDEX_DIRECTORY option is .
static String PROJECT_NODE_TYPES
          The default value for the JcrRepository.Option.PROJECT_NODE_TYPES option is .
static String QUERY_EXECUTION_ENABLED
          The default value for the JcrRepository.Option.QUERY_EXECUTION_ENABLED option is .
static String QUERY_INDEX_DIRECTORY
          The default value for the JcrRepository.Option.QUERY_INDEX_DIRECTORY option is .
static String QUERY_INDEXES_UPDATED_SYNCHRONOUSLY
          The default value for the JcrRepository.Option.QUERY_INDEXES_UPDATED_SYNCHRONOUSLY option is .
static String READ_DEPTH
          The default value for the JcrRepository.Option.READ_DEPTH option is "1" .
static String TABLES_INCLUDE_COLUMNS_FOR_INHERITED_PROPERTIES
          The default value for the JcrRepository.Option.PROJECT_NODE_TYPES option is .
 
Constructor Summary
JcrRepository.DefaultOption()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROJECT_NODE_TYPES

public static final String PROJECT_NODE_TYPES
The default value for the JcrRepository.Option.PROJECT_NODE_TYPES option is .


JAAS_LOGIN_CONFIG_NAME

public static final String JAAS_LOGIN_CONFIG_NAME
The default value for the JcrRepository.Option.JAAS_LOGIN_CONFIG_NAME option is "modeshape-jcr" .

See Also:
Constant Field Values

READ_DEPTH

public static final String READ_DEPTH
The default value for the JcrRepository.Option.READ_DEPTH option is "1" .

See Also:
Constant Field Values

ANONYMOUS_USER_ROLES

public static final String ANONYMOUS_USER_ROLES
The default value for the JcrRepository.Option.ANONYMOUS_USER_ROLES option is "admin" .

See Also:
Constant Field Values

TABLES_INCLUDE_COLUMNS_FOR_INHERITED_PROPERTIES

public static final String TABLES_INCLUDE_COLUMNS_FOR_INHERITED_PROPERTIES
The default value for the JcrRepository.Option.PROJECT_NODE_TYPES option is .


QUERY_EXECUTION_ENABLED

public static final String QUERY_EXECUTION_ENABLED
The default value for the JcrRepository.Option.QUERY_EXECUTION_ENABLED option is .


QUERY_INDEXES_UPDATED_SYNCHRONOUSLY

public static final String QUERY_INDEXES_UPDATED_SYNCHRONOUSLY
The default value for the JcrRepository.Option.QUERY_INDEXES_UPDATED_SYNCHRONOUSLY option is .


QUERY_INDEX_DIRECTORY

public static final String QUERY_INDEX_DIRECTORY
The default value for the JcrRepository.Option.QUERY_INDEX_DIRECTORY option is .


PERFORM_REFERENTIAL_INTEGRITY_CHECKS

public static final String PERFORM_REFERENTIAL_INTEGRITY_CHECKS
The default value for the JcrRepository.Option.QUERY_INDEX_DIRECTORY option is .

Constructor Detail

JcrRepository.DefaultOption

public JcrRepository.DefaultOption()


Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.