Previous Topic: createLrelRelationshipsNext Topic: Knowledge Management


removeLrelRelationships

The following parameters apply to the removeLrelRelationships method:

Parameter

Type

Description

SID

Integer

Identifies the session retrieved from logging in.

contextObject

String

Identifies the object on one side of the LREL.

LrelName

String

Identifies the Lrel Name (as seen by contextObject).

removeObjectHandles

String[]

Identifies the handles of objects to remove from the other side of the LREL relationships.

Description

Removes one or more many-to-many relationships. contextObject is one side of the LREL relationship. The caller passes one or more object handles for the other side.

It is not an error if no relationship existed between the two objects. If an invalid object handle is passed, the entire operation is canceled.

For a usage example, see createLrelRelationships() in this chapter.

Returns

Nothing.