public class SyncImpl extends ConnectorAPIOperationRunner implements org.identityconnectors.framework.api.operations.SyncApiOp
| Modifier and Type | Class and Description |
|---|---|
static class |
SyncImpl.AttributesToGetSyncResultsHandler
Simple handler to reduce the attributes to only the set of attribute to
get.
|
| Constructor and Description |
|---|
SyncImpl(ConnectorOperationalContext context,
org.identityconnectors.framework.spi.Connector connector) |
| Modifier and Type | Method and Description |
|---|---|
org.identityconnectors.framework.common.objects.SyncToken |
getLatestSyncToken(org.identityconnectors.framework.common.objects.ObjectClass objectClass) |
org.identityconnectors.framework.common.objects.SyncToken |
sync(org.identityconnectors.framework.common.objects.ObjectClass objectClass,
org.identityconnectors.framework.common.objects.SyncToken token,
org.identityconnectors.framework.common.objects.SyncResultsHandler handler,
org.identityconnectors.framework.common.objects.OperationOptions options) |
getConnector, getNormalizer, getOperationalContextpublic SyncImpl(ConnectorOperationalContext context, org.identityconnectors.framework.spi.Connector connector)
public org.identityconnectors.framework.common.objects.SyncToken sync(org.identityconnectors.framework.common.objects.ObjectClass objectClass,
org.identityconnectors.framework.common.objects.SyncToken token,
org.identityconnectors.framework.common.objects.SyncResultsHandler handler,
org.identityconnectors.framework.common.objects.OperationOptions options)
sync in interface org.identityconnectors.framework.api.operations.SyncApiOppublic org.identityconnectors.framework.common.objects.SyncToken getLatestSyncToken(org.identityconnectors.framework.common.objects.ObjectClass objectClass)
getLatestSyncToken in interface org.identityconnectors.framework.api.operations.SyncApiOpCopyright © 2018. All rights reserved.