org.eclipse.stardust.engine.core.spi.dms
Interface IRepositoryInstanceInfo
- All Superinterfaces:
- IRepositoryCapabilities, Serializable
public interface IRepositoryInstanceInfo
- extends IRepositoryCapabilities
Contains information about the IRepositoryInstance which are relevant to a client.
- Author:
- Roland.Stamm
getProviderId
String getProviderId()
- Returns:
- the Id of the
IRepositoryProvider this instance was created from.
getRepositoryId
String getRepositoryId()
- Returns:
- the Id which was configured for this
IRepositoryInstance.
getRepositoryName
String getRepositoryName()
- Returns:
- the name of the Repository implementation. E.g. 'Jackrabbit'.
getRepositoryVersion
String getRepositoryVersion()
- Returns:
- the version of the Repository implementation. E.g. '2.6.1'.
getRepositoryType
String getRepositoryType()
- Returns:
- the name of the Repository implementation. E.g. 'Java Content Repository Standard 2.0'.
Copyright © 2017 Eclipse Stardust. All Rights Reserved.