|
ModeShape Distribution 3.5.0.Final | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Connector | |
---|---|
org.modeshape.connector.filesystem | |
org.modeshape.connector.git | |
org.modeshape.connector.meta.jdbc | |
org.modeshape.jcr | |
org.modeshape.jcr.federation | |
org.modeshape.jcr.federation.spi | This package provides a Service Provider Interface (SPI) for connectors to external systems. |
Uses of Connector in org.modeshape.connector.filesystem |
---|
Subclasses of Connector in org.modeshape.connector.filesystem | |
---|---|
class |
FileSystemConnector
Connector implementation that exposes a single directory on the local file system. |
Uses of Connector in org.modeshape.connector.git |
---|
Subclasses of Connector in org.modeshape.connector.git | |
---|---|
class |
GitConnector
A read-only Connector that accesses the content in a local Git repository that is a clone of a remote repository. |
Uses of Connector in org.modeshape.connector.meta.jdbc |
---|
Subclasses of Connector in org.modeshape.connector.meta.jdbc | |
---|---|
class |
JdbcMetadataConnector
Readonly connector which exposes JDBC metadata. |
Uses of Connector in org.modeshape.jcr |
---|
Methods in org.modeshape.jcr that return Connector | |
---|---|
Connector |
Connectors.getConnectorForSourceKey(String sourceKey)
Returns the connector which is mapped to the given source key. |
Connector |
Connectors.getConnectorForSourceName(String sourceName)
Returns a connector which was registered for the given source name. |
Connector |
Connectors.Snapshot.getConnectorWithSourceKey(String sourceKey)
Get the Connector instance that has the same source key (generated from the connector's
source name ). |
protected Connector |
Connectors.instantiateConnector(RepositoryConfiguration.Component component)
|
Methods in org.modeshape.jcr that return types with arguments of type Connector | |
---|---|
Collection<Connector> |
Connectors.Snapshot.getConnectors()
Get the Connector instances. |
Methods in org.modeshape.jcr with parameters of type Connector | |
---|---|
Connectors.PathMappings |
Connectors.getPathMappings(Connector connector)
Get the immutable mappings from connector-specific external paths to projected, repository paths. |
Connectors.PathMappings |
Connectors.Snapshot.getPathMappings(Connector connector)
Get the immutable mappings from connector-specific external paths to projected, repository paths. |
protected Set<String> |
Connectors.getWorkspacesWithProjectionsFor(Connector connector)
|
Set<String> |
Connectors.Snapshot.getWorkspacesWithProjectionsFor(Connector connector)
Get the set of workspace names that contain projections of the supplied connector. |
protected void |
Connectors.initializeConnector(Connector connector,
NamespaceRegistry registry,
NodeTypeManager nodeTypeManager)
|
Method parameters in org.modeshape.jcr with type arguments of type Connector | |
---|---|
protected Connectors.Snapshot |
Connectors.Snapshot.withoutConnectors(Iterable<Connector> connectors)
Create a new snapshot that is a copy of this snapshot but which excludes any of the supplied connector instances. |
Uses of Connector in org.modeshape.jcr.federation |
---|
Constructors in org.modeshape.jcr.federation with parameters of type Connector | |
---|---|
NoExtraPropertiesStorage(Connector connector)
|
Uses of Connector in org.modeshape.jcr.federation.spi |
---|
Subclasses of Connector in org.modeshape.jcr.federation.spi | |
---|---|
class |
ReadOnlyConnector
A specialized abstract Connector class that is readable and can never update content. |
class |
WritableConnector
A specialized abstract Connector class that is support both reads and writes. |
|
ModeShape Distribution 3.5.0.Final | |||||||||
PREV NEXT | FRAMES NO FRAMES |