public static class RepositoryConfiguration.FieldName extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ADDRESS |
static String |
ALLOW_CREATION
The name for the field under "workspaces" specifying whether users can create additional workspaces beyond the
predefined, system, and default workspaces.
|
static String |
ANONYMOUS
The name for the field under "security" specifying the optional anonymous security configuration.
|
static String |
ANONYMOUS_ROLES
The name for the field under "security/anonymous" specifying the roles that should be granted to anonymous users.
|
static String |
ANONYMOUS_USERNAME
The name for the field under "security/anonymous" specifying the username that should be used for anonymous users.
|
static String |
ASYNC_WRITES_ENABLED
Whether asynchronous writes into the journal should be enabled or not.
|
static String |
BINARY_STORAGE
The name for the field whose value is a document containing binary storage information.
|
static String |
BINARY_STORE_NAME
The name attribute which can be set on a binary store.
|
static String |
CLASSLOADER |
static String |
CLASSNAME |
static String |
CLUSTER_CONFIGURATION
The the path to the JGroups configuration file
|
static String |
CLUSTER_NAME
The name of the cluster as used by JChannel.connect
|
static String |
CLUSTERING
The name of the clustering top-level configuration document
|
static String |
COLUMNS |
static String |
COMPOSITE_STORE_NAMED_BINARY_STORES
The name for the field whose value is a document containing binary storage information.
|
static String |
CONNECTION_URL |
static String |
DATA_SOURCE_JNDI_NAME |
static String |
DATABASE |
static String |
DEFAULT
The name for the field under "workspaces" specifying the name of the workspace that should be used by default when
creating sessions where the workspace is not specified.
|
static String |
DEFAULT_INITIAL_CONTENT
The default value which symbolizes "all" the workspaces, meaning the initial content should be imported for each of the
new workspaces.
|
static String |
DESCRIPTION
The name for the field specifying a description.
|
static String |
DIRECTORY |
static String |
DOCUMENT_OPTIMIZATION |
static String |
EVENT_BUS_SIZE
The name for the field whose value is the size of the event buffer
|
static String |
EXPOSE_AS_WORKSPACE |
static String |
EXTERNAL_SOURCES |
static String |
EXTRACTORS |
static String |
GARBAGE_COLLECTION |
static String |
HOST |
static String |
INDEX_PROVIDERS |
static String |
INDEXES |
static String |
INITIAL_CONTENT
The name of the field under which initial content can be specified for workspaces
|
static String |
INITIAL_TIME |
static String |
INTERVAL_IN_HOURS |
static String |
JAAS
The name for the field under "security" specifying the optional JAAS configuration.
|
static String |
JAAS_POLICY_NAME
The name for the field under "security/jaas" specifying the JAAS policy that should be used.
|
static String |
JDBC_DRIVER_CLASS |
static String |
JNDI_NAME
The name for the optional field specifying where in JNDI this repository should be registered.
|
static String |
JOURNAL_ENABLED
Whether the journal should be enabled or not
|
static String |
JOURNAL_LOCATION
The location where the journal should be kept
|
static String |
JOURNALING
The name of the journaling schema field.
|
static String |
KIND |
static String |
LOCK_TIMEOUT_MILLIS
The maximum number of milliseconds to wait when a lock cannot be obtained on a node
|
static String |
MAX_DAYS_TO_KEEP_RECORDS
The maximum number of days journal entries should be stored on disk
|
static String |
MAX_POOL_SIZE
The name of the field which allows the configuration of the maximum number of threads that can be spawned by a pool
|
static String |
MIMETYPE_DETECTION |
static String |
MINIMUM_BINARY_SIZE_IN_BYTES
The size threshold that dictates whether binary values should be stored in the binary store.
|
static String |
MINIMUM_STRING_SIZE
The size threshold that dictates whether String should be stored in the binary store.
|
static String |
MONITORING
The name for the field whose value is a document containing the monitoring information.
|
static String |
MONITORING_ENABLED
The name for the optional field specifying whether the monitoring system is enabled or disabled.
|
static String |
NAME
The name for the field specifying the repository's name.
|
static String |
NODE_TYPE |
static String |
NODE_TYPES
The name of the field using which initial cnd files can be specified
|
static String |
OPTIMIZATION_CHILD_COUNT_TARGET |
static String |
OPTIMIZATION_CHILD_COUNT_TOLERANCE |
static String |
PATH_EXPRESSION |
static String |
PATH_EXPRESSIONS |
static String |
PERSISTENCE
The name of the persistence section of the configuration.
|
static String |
PORT |
static String |
PREDEFINED
The name for the field under "workspaces" specifying the array of names for the predefined (existing) workspaces.
|
static String |
PROJECTIONS |
static String |
PROVIDER_NAME |
static String |
PROVIDERS |
static String |
REINDEXING |
static String |
REINDEXING_ASYNC |
static String |
REINDEXING_MODE |
static String |
SECURITY
The name for the field whose value is a document containing security information.
|
static String |
SECURITY_DOMAIN
The name of the security domain used together with a
EnvironmentAuthenticationProvider |
static String |
SEQUENCERS |
static String |
SEQUENCING |
static String |
STORAGE
The name for the field whose value is a document containing storage information.
|
static String |
SYNCHRONOUS |
static String |
TEXT_EXTRACTION |
static String |
THREAD_POOL
The name for the field (under "sequencing" and "textExtraction") specifying the thread pool that should be used for sequencing.
|
static String |
TRANSACTION_MANAGER_LOOKUP
The name of the field which contains the fully qualified name of the transaction manager lookup class to be used.
|
static String |
TRASH_DIRECTORY |
static String |
TYPE |
static String |
USE_ANONYMOUS_ON_FAILED_LOGINS
The name for the field under "security/anonymous" specifying whether clients that fail authentication should instead be
granted anonymous credentials.
|
static String |
USER_NAME
The name for the field under "security" specifying the username.
|
static String |
USER_PASSWORD
The name for the field under "security" specifying the user's password.
|
static String |
WORKSPACE_CACHE_SIZE
The name for the field containing the size of the workspace cache
|
static String |
WORKSPACES
The name for the field whose value is a document containing workspace information.
|
Constructor and Description |
---|
FieldName() |
public static final String NAME
public static final String DESCRIPTION
public static final String PERSISTENCE
public static final String JNDI_NAME
public static final String MONITORING
public static final String EVENT_BUS_SIZE
public static final String MONITORING_ENABLED
public static final String STORAGE
public static final String LOCK_TIMEOUT_MILLIS
public static final String TRANSACTION_MANAGER_LOOKUP
public static final String CLUSTERING
public static final String CLUSTER_NAME
public static final String CLUSTER_CONFIGURATION
public static final String MINIMUM_BINARY_SIZE_IN_BYTES
public static final String MINIMUM_STRING_SIZE
MINIMUM_BINARY_SIZE_IN_BYTES
value
will be used.public static final String BINARY_STORE_NAME
CompositeBinaryStore
is
configured.public static final String WORKSPACES
public static final String PREDEFINED
public static final String ALLOW_CREATION
public static final String INITIAL_CONTENT
public static final String NODE_TYPES
public static final String DEFAULT_INITIAL_CONTENT
public static final String DEFAULT
public static final String WORKSPACE_CACHE_SIZE
public static final String BINARY_STORAGE
public static final String COMPOSITE_STORE_NAMED_BINARY_STORES
public static final String MIMETYPE_DETECTION
public static final String SECURITY
public static final String SECURITY_DOMAIN
EnvironmentAuthenticationProvider
public static final String JAAS
public static final String JAAS_POLICY_NAME
public static final String ANONYMOUS
public static final String ANONYMOUS_ROLES
public static final String ANONYMOUS_USERNAME
public static final String USER_NAME
public static final String USER_PASSWORD
public static final String USE_ANONYMOUS_ON_FAILED_LOGINS
public static final String INDEX_PROVIDERS
public static final String PROVIDERS
public static final String PROVIDER_NAME
public static final String KIND
public static final String SYNCHRONOUS
public static final String NODE_TYPE
public static final String COLUMNS
public static final String TYPE
public static final String DIRECTORY
public static final String TRASH_DIRECTORY
public static final String CLASSLOADER
public static final String CLASSNAME
public static final String DATA_SOURCE_JNDI_NAME
public static final String INDEXES
public static final String TEXT_EXTRACTION
public static final String EXTRACTORS
public static final String SEQUENCING
public static final String SEQUENCERS
public static final String EXTERNAL_SOURCES
public static final String EXPOSE_AS_WORKSPACE
public static final String PROJECTIONS
public static final String PATH_EXPRESSION
public static final String PATH_EXPRESSIONS
public static final String JDBC_DRIVER_CLASS
public static final String CONNECTION_URL
public static final String REINDEXING
public static final String REINDEXING_ASYNC
public static final String REINDEXING_MODE
public static final String ADDRESS
public static final String DATABASE
public static final String HOST
public static final String PORT
public static final String GARBAGE_COLLECTION
public static final String INITIAL_TIME
public static final String INTERVAL_IN_HOURS
public static final String DOCUMENT_OPTIMIZATION
public static final String OPTIMIZATION_CHILD_COUNT_TARGET
public static final String OPTIMIZATION_CHILD_COUNT_TOLERANCE
public static final String THREAD_POOL
public static final String MAX_POOL_SIZE
public static final String JOURNALING
public static final String JOURNAL_LOCATION
public static final String JOURNAL_ENABLED
public static final String MAX_DAYS_TO_KEEP_RECORDS
public static final String ASYNC_WRITES_ENABLED
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.