|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ScriptOnResourceOp
Operation that runs a script directly on a target resource.
(Compare to ScriptOnConnectorOp, which runs a script
in the context of a particular connector.)
A connector that intends to support
ScriptOnResourceApiOp
should implement this interface. Each connector that implements
this interface must document which script languages the connector supports,
as well as any supported OperationOptions.
| Method Summary | |
|---|---|
Object |
runScriptOnResource(ScriptContext request,
OperationOptions options)
Run the specified script on the target resource that this connector manages. |
| Method Detail |
|---|
Object runScriptOnResource(ScriptContext request,
OperationOptions options)
request - The script and arguments to run.options - Additional options that control
how the script is run.
ObjectSerializerFactory for a list of supported types.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||