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

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.RepositoryCapabilitiesXto
Direct Known Subclasses:
RepositoryInstanceInfoXto, RepositoryProviderInfoXto

public class RepositoryCapabilitiesXto
extends Object

Java class for RepositoryCapabilities complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="RepositoryCapabilities">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="fullTextSearchSupported" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="metaDataSearchSupported" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="metaDataWriteSupported" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="versioningSupported" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="transactionSupported" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="accessControlPolicySupported" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="writeSupported" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
RepositoryCapabilitiesXto()
           
 
Method Summary
 boolean isAccessControlPolicySupported()
          Gets the value of the accessControlPolicySupported property.
 boolean isFullTextSearchSupported()
          Gets the value of the fullTextSearchSupported property.
 boolean isMetaDataSearchSupported()
          Gets the value of the metaDataSearchSupported property.
 boolean isMetaDataWriteSupported()
          Gets the value of the metaDataWriteSupported property.
 boolean isTransactionSupported()
          Gets the value of the transactionSupported property.
 boolean isVersioningSupported()
          Gets the value of the versioningSupported property.
 boolean isWriteSupported()
          Gets the value of the writeSupported property.
 void setAccessControlPolicySupported(boolean value)
          Sets the value of the accessControlPolicySupported property.
 void setFullTextSearchSupported(boolean value)
          Sets the value of the fullTextSearchSupported property.
 void setMetaDataSearchSupported(boolean value)
          Sets the value of the metaDataSearchSupported property.
 void setMetaDataWriteSupported(boolean value)
          Sets the value of the metaDataWriteSupported property.
 void setTransactionSupported(boolean value)
          Sets the value of the transactionSupported property.
 void setVersioningSupported(boolean value)
          Sets the value of the versioningSupported property.
 void setWriteSupported(boolean value)
          Sets the value of the writeSupported property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepositoryCapabilitiesXto

public RepositoryCapabilitiesXto()
Method Detail

isFullTextSearchSupported

public boolean isFullTextSearchSupported()
Gets the value of the fullTextSearchSupported property.


setFullTextSearchSupported

public void setFullTextSearchSupported(boolean value)
Sets the value of the fullTextSearchSupported property.


isMetaDataSearchSupported

public boolean isMetaDataSearchSupported()
Gets the value of the metaDataSearchSupported property.


setMetaDataSearchSupported

public void setMetaDataSearchSupported(boolean value)
Sets the value of the metaDataSearchSupported property.


isMetaDataWriteSupported

public boolean isMetaDataWriteSupported()
Gets the value of the metaDataWriteSupported property.


setMetaDataWriteSupported

public void setMetaDataWriteSupported(boolean value)
Sets the value of the metaDataWriteSupported property.


isVersioningSupported

public boolean isVersioningSupported()
Gets the value of the versioningSupported property.


setVersioningSupported

public void setVersioningSupported(boolean value)
Sets the value of the versioningSupported property.


isTransactionSupported

public boolean isTransactionSupported()
Gets the value of the transactionSupported property.


setTransactionSupported

public void setTransactionSupported(boolean value)
Sets the value of the transactionSupported property.


isAccessControlPolicySupported

public boolean isAccessControlPolicySupported()
Gets the value of the accessControlPolicySupported property.


setAccessControlPolicySupported

public void setAccessControlPolicySupported(boolean value)
Sets the value of the accessControlPolicySupported property.


isWriteSupported

public boolean isWriteSupported()
Gets the value of the writeSupported property.


setWriteSupported

public void setWriteSupported(boolean value)
Sets the value of the writeSupported property.



Copyright © 2017 Eclipse Stardust. All Rights Reserved.