|
XCC/J 3.1-9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
An extension of Request that contains
the URI of an XQuery module (resident server-side)
to be spawned asynchronously by the MarkLogic Server.
| Method Summary | |
String |
getModuleUri()
Returns the currently set URI for this Request. |
void |
setModuleUri(String uri)
Replace the URI associated with this Request,
which specifies an XQuery module (server-side code)
to be spawned (run asynchronously) on the server. |
| Methods inherited from interface com.marklogic.xcc.Request |
clearVariable, clearVariables, getEffectiveOptions, getOptions, getSession, getVariables, setNewIntegerVariable, setNewIntegerVariable, setNewStringVariable, setNewStringVariable, setNewVariable, setNewVariable, setNewVariable, setOptions, setVariable |
| Method Detail |
public void setModuleUri(String uri)
Request,
which specifies an XQuery module (server-side code)
to be spawned (run asynchronously) on the server.
uri - A String that represents the URI of a text
document known to the server which is an XQuery module.public String getModuleUri()
Request.
Session.submitRequest(com.marklogic.xcc.Request).
|
XCC/J 3.1-9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Complete online documentation for MarkLogic Server, XQuery and related components may be found at developer.marklogic.com