public interface IRepositoryProviderInfo extends IRepositoryCapabilities
IRepositoryProvider.
A repository provider supplies a configurationTemplate to expose which information is needed to bind a new repository instance.
| Modifier and Type | Method and Description |
|---|---|
IRepositoryConfiguration |
getConfigurationTemplate()
To simplify configuration using a UI the repository configuration returned here
should contain keys that are needed by the provider.
|
String |
getProviderId() |
String |
getProviderName() |
isAccessControlPolicySupported, isFullTextSearchSupported, isMetaDataSearchSupported, isMetaDataWriteSupported, isTransactionSupported, isVersioningSupported, isWriteSupportedString getProviderId()
IRepositoryProvider.String getProviderName()
IRepositoryConfiguration getConfigurationTemplate()
Example:
key : jndiName
value : java:/jcr/repository
key : serverURL
value : https://host:port/context/repository
Copyright © 2016 Eclipse Stardust. All Rights Reserved.