ModeShape Distribution 3.0.0.Beta4

Uses of Package
org.modeshape.jcr

Packages that use org.modeshape.jcr
org.modeshape.jboss.service   
org.modeshape.jcr   
org.modeshape.jcr.bus   
org.modeshape.jcr.cache   
org.modeshape.jcr.cache.document   
org.modeshape.jcr.clustering   
org.modeshape.jcr.mimetype This package defines an interface for the MIME type detector, which represents a component that is able to determine the MIME type for a stream of data and/or the name of the file containing the data. 
org.modeshape.jcr.query The Query API provides a mechanism for building and executing queries. 
org.modeshape.jcr.query.lucene The core query engine, which currently uses Lucene for indexing and raw queries, and the Hibernate Search engine (which does not depend on or use Hibernate Core or JPA) for updating and querying the Lucene indexes. 
org.modeshape.jcr.query.lucene.basic The "basic" Lucene schema has a single index in which all node and property information are indexed into separate fields. 
org.modeshape.jcr.query.model The Abstract Query Model is a vocabulary that can be used to construct a language-neutral representation of a query. 
org.modeshape.jcr.query.validate This package provides the interfaces that define the tables and columns that can be queried. 
org.modeshape.jcr.security ModeShape JCR repositories have a pluggable authentication and authorization framework. 
org.modeshape.jcr.value.binary   
 

Classes in org.modeshape.jcr used by org.modeshape.jboss.service
Environment
           
JcrRepository
           
ModeShapeEngine
          A container for repositories.
RepositoryConfiguration
          A representation of the configuration for a JCR Repository.
 

Classes in org.modeshape.jcr used by org.modeshape.jcr
BackupService
          A service used to generate backups from content and restore repository content from backups.
BackupService.Activity
          An abstract activity used for the various backup and restore operations.
BackupService.BackupActivity
          The BackupService.Activity subclass that performs content backup operations.
BackupService.RestoreActivity
          The BackupService.Activity subclass that performs content restore operations.
ConfigurationException
          An exception signalling errors in a configuration.
Environment
           
ExecutionContext
          An ExecutionContext is a representation of the environment or context in which a component or operation is operating.
InfinispanUtil.Sequence
          A sequence of values.
JcrNodeTypeTemplate
          ModeShape implementation of the JCR NodeTypeTemplate interface
JcrRepository
           
JcrRepository.ConfigurationChange
           
JcrRepository.RunningState
           
JcrRepositoryMonitor
          The session-specific monitoring interface.
JcrSession
           
JcrValueFactory
          The ValueFactory implementation for ModeShape.
ModeShapeEngine.State
           
NodeTypeExistsException
          An exception that captures the error condition that a referenced node type already exists.
NoSuchRepositoryException
          Exception thrown when an operation attempts to access a repository that does not exist.
RepositoryConfiguration
          A representation of the configuration for a JCR Repository.
RepositoryConfiguration.AnonymousSecurity
          The configuration of the use of the built-in anonymous authentication and authorization provider.
RepositoryConfiguration.BinaryStorage
          The binary-storage-related configuration information.
RepositoryConfiguration.Clustering
          Class holding the clustering configuration for a repository.
RepositoryConfiguration.Component
           
RepositoryConfiguration.FileSystemAccessType
           
RepositoryConfiguration.FileSystemLockingStrategy
           
RepositoryConfiguration.IndexingMode
           
RepositoryConfiguration.IndexReaderStrategy
           
RepositoryConfiguration.JaasSecurity
          The configuration of the use of the built-in JAAS authentication and authorization provider.
RepositoryConfiguration.MonitoringSystem
          The query-related configuration information.
RepositoryConfiguration.QueryRebuild
          Possible options for rebuilding the indexes upon startup.
RepositoryConfiguration.QuerySystem
          The query-related configuration information.
RepositoryConfiguration.Security
          The security-related configuration information.
RepositoryConfiguration.Sequencing
          The security-related configuration information.
RepositoryConfiguration.TextExtracting
           
RepositoryConfiguration.TransactionMode
          Possible options for rebuilding the indexes upon startup.
RepositoryStatistics
          A component that records statistics for a variety of repository metrics, and makes the statistics available for a variety of windows.
RepositoryStatistics.DurationActivity
          The RepositoryStatistics.MetricHistory specialization used for recording the statistics for activities with measured durations.
RepositoryStatistics.History
          A history of a metric for a given window in time.
RepositoryStatistics.MetricHistory
          Abstract base class for the RepositoryStatistics.ValueHistory and RepositoryStatistics.DurationHistory classes.
RepositoryStatistics.Statistics
          The statistics for a sample of values.
Sequencers
          Component that manages the library of sequencers configured for a repository.
Sequencers.SequencingConfiguration
          This class represents a single SequencerPathExpression and the corresponding Sequencer implementation that should be used if the path expression matches.
Sequencers.SequencingWorkItem
           
Sequencers.WorkQueue
           
SystemContent
           
TextExtractors
          Facility for managing TextExtractor instances and submitting text extraction work
 

Classes in org.modeshape.jcr used by org.modeshape.jcr.bus
RepositoryConfiguration.Clustering
          Class holding the clustering configuration for a repository.
 

Classes in org.modeshape.jcr used by org.modeshape.jcr.cache
ExecutionContext
          An ExecutionContext is a representation of the environment or context in which a component or operation is operating.
RepositoryConfiguration
          A representation of the configuration for a JCR Repository.
 

Classes in org.modeshape.jcr used by org.modeshape.jcr.cache.document
ExecutionContext
          An ExecutionContext is a representation of the environment or context in which a component or operation is operating.
 

Classes in org.modeshape.jcr used by org.modeshape.jcr.clustering
RepositoryConfiguration.Clustering
          Class holding the clustering configuration for a repository.
 

Classes in org.modeshape.jcr used by org.modeshape.jcr.mimetype
Environment
           
 

Classes in org.modeshape.jcr used by org.modeshape.jcr.query
ExecutionContext
          An ExecutionContext is a representation of the environment or context in which a component or operation is operating.
JcrValueFactory
          The ValueFactory implementation for ModeShape.
NodeTypeSchemata
          A NodeTypeSchemata.SessionSchemata implementation that is constructed from the NodeTypes and PropertyDefinitions contained within a RepositoryNodeTypeManager.
 

Classes in org.modeshape.jcr used by org.modeshape.jcr.query.lucene
ExecutionContext
          An ExecutionContext is a representation of the environment or context in which a component or operation is operating.
 

Classes in org.modeshape.jcr used by org.modeshape.jcr.query.lucene.basic
ExecutionContext
          An ExecutionContext is a representation of the environment or context in which a component or operation is operating.
NodeTypeSchemata
          A NodeTypeSchemata.SessionSchemata implementation that is constructed from the NodeTypes and PropertyDefinitions contained within a RepositoryNodeTypeManager.
 

Classes in org.modeshape.jcr used by org.modeshape.jcr.query.model
ExecutionContext
          An ExecutionContext is a representation of the environment or context in which a component or operation is operating.
 

Classes in org.modeshape.jcr used by org.modeshape.jcr.query.validate
ExecutionContext
          An ExecutionContext is a representation of the environment or context in which a component or operation is operating.
 

Classes in org.modeshape.jcr used by org.modeshape.jcr.security
ExecutionContext
          An ExecutionContext is a representation of the environment or context in which a component or operation is operating.
 

Classes in org.modeshape.jcr used by org.modeshape.jcr.value.binary
TextExtractors
          Facility for managing TextExtractor instances and submitting text extraction work
 


ModeShape Distribution 3.0.0.Beta4

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