|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.exist.xmldb.RemoteXUpdateQueryService
public class RemoteXUpdateQueryService
| Field Summary |
|---|
| Fields inherited from interface org.xmldb.api.modules.XUpdateQueryService |
|---|
SERVICE_NAME |
| Constructor Summary | |
|---|---|
RemoteXUpdateQueryService(RemoteCollection parent)
|
|
| Method Summary | |
|---|---|
String |
getName()
Returns the name associated with the Service instance. |
String |
getProperty(String name)
Returns the value of the property identified by name. |
String |
getVersion()
Gets the Version attribute of the Service object |
void |
setCollection(Collection col)
Sets the Collection attribute of the Service object |
void |
setProperty(String name,
String value)
Sets the property name to have the value provided in
value. |
long |
update(String commands)
Runs a set of XUpdate operations against the collection. |
long |
updateResource(String id,
String commands)
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 RemoteXUpdateQueryService(RemoteCollection parent)
| Method Detail |
|---|
public long update(String commands)
throws XMLDBException
XUpdateQueryService
update in interface XUpdateQueryServicecommands - The XUpdate commands to use.
XMLDBException - with expected error codes.ErrorCodes.VENDOR_ERROR for any vendor
specific errors that occur.
public long updateResource(String id,
String commands)
throws XMLDBException
XUpdateQueryService
updateResource in interface XUpdateQueryServicecommands - 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.
public String getVersion()
throws XMLDBException
Service
getVersion in interface ServiceXMLDBException - with expected error codes.ErrorCodes.VENDOR_ERROR for any vendor
specific errors that occur.
public void setCollection(Collection col)
throws XMLDBException
Service
setCollection in interface Servicecol - The new Collection value
XMLDBException - with expected error codes.ErrorCodes.VENDOR_ERROR for any vendor
specific errors that occur.
public String getProperty(String name)
throws XMLDBException
Configurablename.
getProperty in interface Configurablename - the name of the property to retrieve.
XMLDBException - with expected error codes.ErrorCodes.VENDOR_ERROR for any vendor
specific errors that occur.
public void setProperty(String name,
String value)
throws XMLDBException
Configurablename to have the value provided in
value.
setProperty in interface Configurablename - the name of the property to set.value - the value to set for the property.
XMLDBException - with expected error codes.ErrorCodes.VENDOR_ERROR for any vendor
specific errors that occur.
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||