Package | Description |
---|---|
org.modeshape.jcr |
Modifier and Type | Method and Description |
---|---|
List<RepositoryConfiguration.ProjectionConfiguration> |
Connectors.Snapshot.getProjectionConfigurationsForWorkspace(String workspaceName)
Get all of the
RepositoryConfiguration.ProjectionConfiguration s that apply to the workspace with the given name. |
Map<String,List<RepositoryConfiguration.ProjectionConfiguration>> |
RepositoryConfiguration.Federation.getProjectionsByWorkspace()
Returns the [workspaceName, list(projections)] of projections configured for each workspace.
|
Constructor and Description |
---|
Connectors.Snapshot(Collection<RepositoryConfiguration.Component> components,
Set<String> externalSources,
Map<String,List<RepositoryConfiguration.ProjectionConfiguration>> preconfiguredProjections) |
Connectors(JcrRepository.RunningState repository,
Collection<RepositoryConfiguration.Component> components,
Set<String> externalSources,
Map<String,List<RepositoryConfiguration.ProjectionConfiguration>> preconfiguredProjections) |
Copyright © 2008-2015 JBoss, a division of Red Hat. All Rights Reserved.