|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.RepositoryCapabilitiesXto
org.eclipse.stardust.engine.api.ws.RepositoryProviderInfoXto
public class RepositoryProviderInfoXto
Provides information about a repository provider. A repository provider supplies a configurationTemplate to expose which information is needed to bind a new repository instance.
Java class for RepositoryProviderInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RepositoryProviderInfo">
<complexContent>
<extension base="{http://eclipse.org/stardust/ws/v2012a/api}RepositoryCapabilities">
<sequence>
<element name="providerId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="providerName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="configurationTemplate" type="{http://eclipse.org/stardust/ws/v2012a/api}RepositoryConfiguration" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
RepositoryProviderInfoXto()
|
|
| Method Summary | |
|---|---|
RepositoryConfigurationXto |
getConfigurationTemplate()
Gets the value of the configurationTemplate property. |
String |
getProviderId()
Gets the value of the providerId property. |
String |
getProviderName()
Gets the value of the providerName property. |
void |
setConfigurationTemplate(RepositoryConfigurationXto value)
Sets the value of the configurationTemplate property. |
void |
setProviderId(String value)
Sets the value of the providerId property. |
void |
setProviderName(String value)
Sets the value of the providerName property. |
| Methods inherited from class org.eclipse.stardust.engine.api.ws.RepositoryCapabilitiesXto |
|---|
isAccessControlPolicySupported, isFullTextSearchSupported, isMetaDataSearchSupported, isMetaDataWriteSupported, isTransactionSupported, isVersioningSupported, isWriteSupported, setAccessControlPolicySupported, setFullTextSearchSupported, setMetaDataSearchSupported, setMetaDataWriteSupported, setTransactionSupported, setVersioningSupported, setWriteSupported |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RepositoryProviderInfoXto()
| Method Detail |
|---|
public String getProviderId()
Stringpublic void setProviderId(String value)
value - allowed object is
Stringpublic String getProviderName()
Stringpublic void setProviderName(String value)
value - allowed object is
Stringpublic RepositoryConfigurationXto getConfigurationTemplate()
RepositoryConfigurationXtopublic void setConfigurationTemplate(RepositoryConfigurationXto value)
value - allowed object is
RepositoryConfigurationXto
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||