Oracle® Fusion Middleware .NET API Reference for Identity Connector Framework  E57662-01
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | List of all members
Org.IdentityConnectors.Framework.Spi.Operations.ScriptOnResourceOp Interface Reference

Operation that runs a script directly on a target resource. More...

Inherits Org.IdentityConnectors.Framework.Spi.Operations.SPIOperation.

Public Member Functions

Object RunScriptOnResource (ScriptContext request, OperationOptions options)
 Run the specified script on the target resource that this connector manages. More...
 

Detailed Description

Operation that runs a script directly on a target resource.

(Compare to Org.IdentityConnectors.Framework.Spi.Operations.ScriptOnConnectorOp, which runs a script in the context of a particular connector.)

A connector that intends to support Org.IdentityConnectors.Framework.Api.Operations.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.

Member Function Documentation

Object Org.IdentityConnectors.Framework.Spi.Operations.ScriptOnResourceOp.RunScriptOnResource ( ScriptContext  request,
OperationOptions  options 
)

Run the specified script on the target resource that this connector manages.

Parameters
requestThe script and arguments to run.
optionsAdditional options that control how the script is run.
Returns
The result of the script. The return type must be a type that the framework supports for serialization. See Org.IdentityConnectors.Framework.Common.Serializer.ObjectSerializerFactory for a list of supported types.

The documentation for this interface was generated from the following file: