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.DeleteOp Interface Reference

Deletes an object with the specified Uid and ObjectClass on the resource. More...

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

Public Member Functions

void Delete (ObjectClass objClass, Uid uid, OperationOptions options)
 Delete the object that the specified Uid identifies (if any). More...
 

Detailed Description

Deletes an object with the specified Uid and ObjectClass on the resource.

Member Function Documentation

void Org.IdentityConnectors.Framework.Spi.Operations.DeleteOp.Delete ( ObjectClass  objClass,
Uid  uid,
OperationOptions  options 
)

Delete the object that the specified Uid identifies (if any).

Parameters
objectClassThe type of object to delete.
uidThe unique identitfier for the object to delete.
Exceptions
Throws UnknowUid if the object does not exist.

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