Previous Topic: Create New Endpoint DialogNext Topic: Custom Types Dialog


Create Operation Binding Dialog

This dialog lets you specify operation binding information.

This dialog contains the following fields:

Available object classes

Displays the object classes you can create operation bindings for.

Added object classes

Lets you specify the object classes you want to apply the operation binding to.

Stored Procedure

(JBDC only) Specifies the operation binding is set to JDBC stored procedure type.

Script

Specifies the operation binding is set to scripting style type.

Available Operations

Specifies the available operations that this operation binding can be bound to.

Add

Creates an object on the managed system.

Modify

Modifies the object on the managed system.

Delete

Deletes the object on a managed system.

Modify-Rn

Renames the object on a managed system.

Move

Moves the object from one location to other location on the managed system.

Activate

Activate the connector making it visible to the outside world. This method is called when the connector has been fully initialized, and is ready to receive requests.

Deactivate

Deactivates the connector making it invisible to the outside world. This method is called when the connector is no longer needed and tidies any connections or resources that it holds.

Lookup

Looks up the object on the managed system.

Search

Searches objects on the managed system.

Move-Assocs

Updates association attributes after the target object is moved on the managed system.

Modify-Rn-Assocs

Update association attributes after the target object is renamed on the managed system.

Delete- Assocs

Delete all associations referencing target object on the managed system.

Add-Attr-Assocs

Adds association to the target object on the managed system.

Remove-Attr-Assocs

Move association from the target object on the managed system.

Lookup-Assocs

Lookup all associations for the target object on the managed system.

Search-Assocs

Search all associations for the target object on the managed system.

Modify-Update-Attrs-Assocs

Updates the reverse associative membership list based on changes to the target object on the managed system.

Assoc-Update-References-To

Updates all reverse associative pointers referring to the target object on the managed system.

Assoc-Search-For-References-To

Returns search results (in connector-speak) for each instance of association's class which references the target object, given a target object and an association.

Post-Query-Attributes

Run on attributes returned by LOOKUP and for each result returned by SEARCH, where search results can still be streamed.

Post-Query-Search-Result

Run before each search result is returned.

Timing

Specifies when the operation binding is executed.

Before

Species that the connector executes the operation binding before the specified LDAP operation.

After

Species that the connector executes the operation binding after the specified LDAP operation.

Instead Of

Species that the connector executes the operation binding instead of the specified LDAP operation.

Note: If you do not select an object class, this operation binding is applied to all mapped object classes.

More information:

Operation Bindings