org.identityconnectors.framework.impl.api.local.operations
Class DeleteImpl
java.lang.Object
org.identityconnectors.framework.impl.api.local.operations.APIOperationRunner
org.identityconnectors.framework.impl.api.local.operations.ConnectorAPIOperationRunner
org.identityconnectors.framework.impl.api.local.operations.DeleteImpl
- All Implemented Interfaces:
- APIOperation, DeleteApiOp
public class DeleteImpl
- extends ConnectorAPIOperationRunner
- implements DeleteApiOp
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeleteImpl
public DeleteImpl(ConnectorOperationalContext context,
Connector connector)
- Initializes the operation works.
delete
public void delete(ObjectClass objClass,
Uid uid,
OperationOptions options)
- Calls the delete method on the Connector side.
- Specified by:
delete in interface DeleteApiOp
- See Also:
org.identityconnectors.framework.api.operations.CreateApiOp#create(java.util.Set)
Copyright © 2011. All Rights Reserved.