Skip navigation links
org.identityconnectors.framework.api.operations
Interface DeleteApiOp
- All Superinterfaces:
- APIOperation
- All Known Subinterfaces:
- ConnectorFacade
-
public interface DeleteApiOp
- extends APIOperation
Remove a ConnectorObject (specified by Uid) from the target system or application.
delete
void delete(ObjectClass objClass,
Uid uid,
OperationOptions options)
- Delete the object that the specified Uid identifies (if any).
-
- Parameters:
objClass - type of object to delete.
uid - The unique id that specifies the object to delete.
options - additional options that impact the way this operation is run. May be null.
- Throws:
UnknownUidException - iff the Uid does not exist on the resource.
java.lang.RuntimeException - iff a problem occurs during the operation (for instance, an operational timeout).
Skip navigation links
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.