org.eclipse.stardust.engine.api.ws
Class RepositoryProviderInfoXto

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.RepositoryCapabilitiesXto
      extended by org.eclipse.stardust.engine.api.ws.RepositoryProviderInfoXto

public class RepositoryProviderInfoXto
extends RepositoryCapabilitiesXto

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

RepositoryProviderInfoXto

public RepositoryProviderInfoXto()
Method Detail

getProviderId

public String getProviderId()
Gets the value of the providerId property.

Returns:
possible object is String

setProviderId

public void setProviderId(String value)
Sets the value of the providerId property.

Parameters:
value - allowed object is String

getProviderName

public String getProviderName()
Gets the value of the providerName property.

Returns:
possible object is String

setProviderName

public void setProviderName(String value)
Sets the value of the providerName property.

Parameters:
value - allowed object is String

getConfigurationTemplate

public RepositoryConfigurationXto getConfigurationTemplate()
Gets the value of the configurationTemplate property.

Returns:
possible object is RepositoryConfigurationXto

setConfigurationTemplate

public void setConfigurationTemplate(RepositoryConfigurationXto value)
Sets the value of the configurationTemplate property.

Parameters:
value - allowed object is RepositoryConfigurationXto


Copyright © 2017 Eclipse Stardust. All Rights Reserved.