|
ModeShape Distribution 3.0.0.CR1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JcrRepository | |
---|---|
org.modeshape.jboss.service | |
org.modeshape.jcr |
Uses of JcrRepository in org.modeshape.jboss.service |
---|
Methods in org.modeshape.jboss.service that return JcrRepository | |
---|---|
JcrRepository |
TextExtractorService.getValue()
|
JcrRepository |
SequencerService.getValue()
|
JcrRepository |
RepositoryService.getValue()
|
Methods in org.modeshape.jboss.service that return types with arguments of type JcrRepository | |
---|---|
org.jboss.msc.value.InjectedValue<JcrRepository> |
TextExtractorService.getJcrRepositoryInjector()
|
org.jboss.msc.value.InjectedValue<JcrRepository> |
SequencerService.getJcrRepositoryInjector()
|
Uses of JcrRepository in org.modeshape.jcr |
---|
Fields in org.modeshape.jcr declared as JcrRepository | |
---|---|
protected JcrRepository |
JcrSession.repository
|
Methods in org.modeshape.jcr that return JcrRepository | |
---|---|
JcrRepository |
ModeShapeEngine.deploy(RepositoryConfiguration repositoryConfiguration)
Deploy a new repository with the given configuration. |
protected JcrRepository |
ModeShapeEngine.deploy(RepositoryConfiguration repositoryConfiguration,
String repositoryKey)
Deploy a new repository with the given configuration. |
JcrRepository |
JcrSession.getRepository()
|
JcrRepository |
ModeShapeEngine.getRepository(String repositoryName)
Get the deployed Repository instance with the given the name. |
Methods in org.modeshape.jcr that return types with arguments of type JcrRepository | |
---|---|
protected Collection<JcrRepository> |
ModeShapeEngine.repositories()
Returns a copy of the repositories. |
Future<JcrRepository> |
ModeShapeEngine.startRepository(String repositoryName)
Asynchronously start the deployed Repository instance with the given the name, and return a future that will return
the Repository instance. |
Future<JcrRepository> |
ModeShapeEngine.update(String repositoryName,
Changes changes)
Update the configuration of a deployed repository by applying the set of changes to that repository's configuration. |
Methods in org.modeshape.jcr with parameters of type JcrRepository | |
---|---|
Problems |
BackupService.restoreRepository(JcrRepository repository,
File backupDirectory)
Start asynchronously backing up the repository. |
Constructors in org.modeshape.jcr with parameters of type JcrRepository | |
---|---|
JcrSession(JcrRepository repository,
String workspaceName,
ExecutionContext context,
Map<String,Object> sessionAttributes,
boolean readOnly)
|
|
JcrXaSession(JcrRepository repository,
String workspaceName,
ExecutionContext context,
Map<String,Object> sessionAttributes,
boolean readOnly)
|
|
ModeShape Distribution 3.0.0.CR1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |