org.identityconnectors.framework.impl.api.local.operations
Class DeleteImpl

java.lang.Object
  extended by org.identityconnectors.framework.impl.api.local.operations.APIOperationRunner
      extended by org.identityconnectors.framework.impl.api.local.operations.ConnectorAPIOperationRunner
          extended by org.identityconnectors.framework.impl.api.local.operations.DeleteImpl
All Implemented Interfaces:
APIOperation, DeleteApiOp

public class DeleteImpl
extends ConnectorAPIOperationRunner
implements DeleteApiOp


Field Summary
 
Fields inherited from interface org.identityconnectors.framework.api.operations.APIOperation
NO_TIMEOUT
 
Constructor Summary
DeleteImpl(ConnectorOperationalContext context, Connector connector)
          Initializes the operation works.
 
Method Summary
 void delete(ObjectClass objClass, Uid uid, OperationOptions options)
          Calls the delete method on the Connector side.
 
Methods inherited from class org.identityconnectors.framework.impl.api.local.operations.ConnectorAPIOperationRunner
getConnector, getNormalizer, getOperationalContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteImpl

public DeleteImpl(ConnectorOperationalContext context,
                  Connector connector)
Initializes the operation works.

Method Detail

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.