public class DeleteImpl extends ConnectorAPIOperationRunner implements org.identityconnectors.framework.api.operations.DeleteApiOp
| Constructor and Description |
|---|
DeleteImpl(ConnectorOperationalContext context,
org.identityconnectors.framework.spi.Connector connector)
Initializes the operation works.
|
| Modifier and Type | Method and Description |
|---|---|
void |
delete(org.identityconnectors.framework.common.objects.ObjectClass objectClass,
org.identityconnectors.framework.common.objects.Uid uid,
org.identityconnectors.framework.common.objects.OperationOptions options)
Calls the delete method on the Connector side.
|
getConnector, getNormalizer, getOperationalContextpublic DeleteImpl(ConnectorOperationalContext context, org.identityconnectors.framework.spi.Connector connector)
public void delete(org.identityconnectors.framework.common.objects.ObjectClass objectClass,
org.identityconnectors.framework.common.objects.Uid uid,
org.identityconnectors.framework.common.objects.OperationOptions options)
delete in interface org.identityconnectors.framework.api.operations.DeleteApiOpCreateApiOp.create(org.identityconnectors.framework.common.objects.ObjectClass, java.util.Set, org.identityconnectors.framework.common.objects.OperationOptions)Copyright © 2018. All rights reserved.