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

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.SyncImpl
All Implemented Interfaces:
APIOperation, SyncApiOp

public class SyncImpl
extends ConnectorAPIOperationRunner
implements SyncApiOp


Nested Class Summary
static class SyncImpl.AttributesToGetSyncResultsHandler
          Simple handler to reduce the attributes to only the set of attribute to get.
 
Field Summary
 
Fields inherited from interface org.identityconnectors.framework.api.operations.APIOperation
NO_TIMEOUT
 
Constructor Summary
SyncImpl(ConnectorOperationalContext context, Connector connector)
           
 
Method Summary
 SyncToken getLatestSyncToken(ObjectClass objectClass)
           
 void sync(ObjectClass objClass, SyncToken token, SyncResultsHandler handler, OperationOptions options)
           
 
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

SyncImpl

public SyncImpl(ConnectorOperationalContext context,
                Connector connector)
Method Detail

sync

public void sync(ObjectClass objClass,
                 SyncToken token,
                 SyncResultsHandler handler,
                 OperationOptions options)
Specified by:
sync in interface SyncApiOp

getLatestSyncToken

public SyncToken getLatestSyncToken(ObjectClass objectClass)
Specified by:
getLatestSyncToken in interface SyncApiOp


Copyright © 2011. All Rights Reserved.