|
|||||||||
| 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
public class RepositoryCapabilitiesXto
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 |
|---|
public RepositoryCapabilitiesXto()
| Method Detail |
|---|
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)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||