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 and Description |
|---|
RepositoryCapabilitiesXto() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public boolean isFullTextSearchSupported()
public void setFullTextSearchSupported(boolean value)
public boolean isMetaDataSearchSupported()
public void setMetaDataSearchSupported(boolean value)
public boolean isMetaDataWriteSupported()
public void setMetaDataWriteSupported(boolean value)
public boolean isVersioningSupported()
public void setVersioningSupported(boolean value)
public boolean isTransactionSupported()
public void setTransactionSupported(boolean value)
public boolean isAccessControlPolicySupported()
public void setAccessControlPolicySupported(boolean value)
public boolean isWriteSupported()
public void setWriteSupported(boolean value)
Copyright © 2016 Eclipse Stardust. All Rights Reserved.