|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRepositoryProviderInfo
Provides information about a IRepositoryProvider.
A repository provider supplies a configurationTemplate to expose which information is needed to bind a new repository instance.
| Method Summary | |
|---|---|
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()
|
| Methods inherited from interface org.eclipse.stardust.engine.core.spi.dms.IRepositoryCapabilities |
|---|
isAccessControlPolicySupported, isFullTextSearchSupported, isMetaDataSearchSupported, isMetaDataWriteSupported, isTransactionSupported, isVersioningSupported, isWriteSupported |
| Method Detail |
|---|
String getProviderId()
IRepositoryProvider.String getProviderName()
IRepositoryConfiguration getConfigurationTemplate()
Example:
key : jndiName
value : java:/jcr/repository
key : serverURL
value : https://host:port/context/repository
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||