|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.exist.xmldb.LocalXUpdateQueryService
public class LocalXUpdateQueryService
LocalXUpdateQueryService.java
| Field Summary |
|---|
| Fields inherited from interface org.xmldb.api.modules.XUpdateQueryService |
|---|
SERVICE_NAME |
| Constructor Summary | |
|---|---|
LocalXUpdateQueryService(User user,
BrokerPool pool,
LocalCollection parent)
Constructor for LocalXUpdateQueryService. |
|
| Method Summary | |
|---|---|
String |
getName()
Returns the name associated with the Service instance. |
String |
getProperty(String arg0)
Returns the value of the property identified by name. |
String |
getVersion()
Gets the Version attribute of the Service object |
void |
setCollection(Collection arg0)
Sets the Collection attribute of the Service object |
void |
setProperty(String arg0,
String arg1)
Sets the property name to have the value provided in
value. |
long |
update(String arg1)
* @see org.xmldb.api.modules.XUpdateQueryService#update(java.lang.String) |
long |
updateResource(String resource,
String xupdate)
Runs a set of XUpdate operations against a resource stored in a collection. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LocalXUpdateQueryService(User user,
BrokerPool pool,
LocalCollection parent)
| Method Detail |
|---|
public long updateResource(String resource,
String xupdate)
throws XMLDBException
XUpdateQueryService
updateResource in interface XUpdateQueryServicexupdate - The XUpdate commands to use.
XMLDBException - with expected error codes.ErrorCodes.VENDOR_ERROR for any vendor
specific errors that occur.XUpdateQueryService.updateResource(java.lang.String, java.lang.String)
public long update(String arg1)
throws XMLDBException
update in interface XUpdateQueryServicearg1 - The XUpdate commands to use.
XMLDBException - with expected error codes.ErrorCodes.VENDOR_ERROR for any vendor
specific errors that occur.
public String getName()
throws XMLDBException
Service
getName in interface ServiceXMLDBException - with expected error codes.ErrorCodes.VENDOR_ERROR for any vendor
specific errors that occur.Service.getName()
public String getVersion()
throws XMLDBException
Service
getVersion in interface ServiceXMLDBException - with expected error codes.ErrorCodes.VENDOR_ERROR for any vendor
specific errors that occur.Service.getVersion()
public void setCollection(Collection arg0)
throws XMLDBException
Service
setCollection in interface Servicearg0 - The new Collection value
XMLDBException - with expected error codes.ErrorCodes.VENDOR_ERROR for any vendor
specific errors that occur.Service.setCollection(org.xmldb.api.base.Collection)
public String getProperty(String arg0)
throws XMLDBException
Configurablename.
getProperty in interface Configurablearg0 - the name of the property to retrieve.
XMLDBException - with expected error codes.ErrorCodes.VENDOR_ERROR for any vendor
specific errors that occur.Configurable.getProperty(java.lang.String)
public void setProperty(String arg0,
String arg1)
throws XMLDBException
Configurablename to have the value provided in
value.
setProperty in interface Configurablearg0 - the name of the property to set.arg1 - the value to set for the property.
XMLDBException - with expected error codes.ErrorCodes.VENDOR_ERROR for any vendor
specific errors that occur.Configurable.setProperty(java.lang.String, java.lang.String)
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||