diff --git a/apidocs/1.6/allclasses-index.html b/apidocs/1.6/allclasses-index.html index 7386d56b..fa4ecfda 100644 --- a/apidocs/1.6/allclasses-index.html +++ b/apidocs/1.6/allclasses-index.html @@ -2,10 +2,10 @@ - -All Classes (ConnId 1.6.0.0-RC1 API) + +All Classes (ConnId 1.6.0.0-RC2 API) - + @@ -15,20 +15,20 @@ - + + @@ -182,6 +182,13 @@

All Classes

  • Lazy
  • LessThanFilter
  • LessThanOrEqualFilter
  • +
  • LiveSyncApiOp
  • +
  • LiveSyncDelta
  • +
  • LiveSyncDeltaBuilder
  • +
  • LiveSyncImpl
  • +
  • LiveSyncImpl.AttributesToGetLiveSyncResultsHandler
  • +
  • LiveSyncOp
  • +
  • LiveSyncResultsHandler
  • LocalConnectorFacadeImpl
  • LocalConnectorInfoImpl
  • LocalConnectorInfoManagerImpl
  • @@ -198,6 +205,7 @@

    All Classes

  • Name
  • NoOpLogger
  • NormalizingFilter
  • +
  • NormalizingLiveSyncResultsHandler
  • NormalizingResultsHandler
  • NormalizingSyncResultsHandler
  • NotFilter
  • diff --git a/apidocs/1.6/allpackages-index.html b/apidocs/1.6/allpackages-index.html index 62cba8f7..bf33324a 100644 --- a/apidocs/1.6/allpackages-index.html +++ b/apidocs/1.6/allpackages-index.html @@ -2,10 +2,10 @@ - -All Packages (ConnId 1.6.0.0-RC1 API) + +All Packages (ConnId 1.6.0.0-RC2 API) - + @@ -15,14 +15,14 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + +
    +
    + +

    Interface LiveSyncApiOp

    +
    +
    +
    + +
    +
    + +
    +
    +
      +
    • + +
      +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          livesync

          +
          void livesync​(ObjectClass objectClass,
          +              LiveSyncResultsHandler handler,
          +              OperationOptions options)
          +
          Request synchronization events--i.e., native changes to target objects. +

          + This method will call the specified + handler once to pass back each + matching synchronization event. Once this method + returns, this method will no longer invoke the specified handler.

          +
          +
          Parameters:
          +
          objectClass - The class of object for which to return synchronization events. Must not be null.
          +
          handler - The result handler. Must not be null.
          +
          options - Options that affect the way this operation is run. May be null.
          +
          Throws:
          +
          IllegalArgumentException - if objectClass or handler is null + or if any argument is invalid.
          +
          +
        • +
        +
      • +
      +
      +
    • +
    +
    +
    +
    + + + + diff --git a/apidocs/1.6/org/identityconnectors/framework/api/operations/ResolveUsernameApiOp.html b/apidocs/1.6/org/identityconnectors/framework/api/operations/ResolveUsernameApiOp.html index 33c5b43c..a8d0153c 100644 --- a/apidocs/1.6/org/identityconnectors/framework/api/operations/ResolveUsernameApiOp.html +++ b/apidocs/1.6/org/identityconnectors/framework/api/operations/ResolveUsernameApiOp.html @@ -2,10 +2,10 @@ - -ResolveUsernameApiOp (ConnId 1.6.0.0-RC1 API) + +ResolveUsernameApiOp (ConnId 1.6.0.0-RC2 API) - + @@ -15,14 +15,14 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Interface
    org.identityconnectors.framework.api.operations.LiveSyncApiOp

    +
    +
    + +
    +
    + + + diff --git a/apidocs/1.6/org/identityconnectors/framework/api/operations/class-use/ResolveUsernameApiOp.html b/apidocs/1.6/org/identityconnectors/framework/api/operations/class-use/ResolveUsernameApiOp.html index 2a7c0214..0bd7224f 100644 --- a/apidocs/1.6/org/identityconnectors/framework/api/operations/class-use/ResolveUsernameApiOp.html +++ b/apidocs/1.6/org/identityconnectors/framework/api/operations/class-use/ResolveUsernameApiOp.html @@ -2,10 +2,10 @@ - -Uses of Interface org.identityconnectors.framework.api.operations.ResolveUsernameApiOp (ConnId 1.6.0.0-RC1 API) + +Uses of Interface org.identityconnectors.framework.api.operations.ResolveUsernameApiOp (ConnId 1.6.0.0-RC2 API) - + @@ -15,14 +15,14 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + +
    +
    + +

    Class LiveSyncDelta

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + +
      +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          getObjectClass

          +
          public ObjectClass getObjectClass()
          +
          If the change described by this SyncDelta.DELETE and the + deleted object value is null, this method returns the + ObjectClass of the deleted object. If operation syncs + ObjectClass.ALL + this must be set, otherwise this method can return null.
          +
          +
          Returns:
          +
          the ObjectClass of the deleted object.
          +
          +
        • +
        + + + +
          +
        • +

          getUid

          +
          public Uid getUid()
          +
          Returns the Uid of the connector object that changed.
          +
          +
          Returns:
          +
          The Uid.
          +
          +
        • +
        + + + +
          +
        • +

          getObject

          +
          public ConnectorObject getObject()
          +
          Returns the connector object that changed. This may be null in the case of delete.
          +
          +
          Returns:
          +
          The object or possibly null if this represents a delete.
          +
          +
        • +
        + + + + + + + +
          +
        • +

          hashCode

          +
          public int hashCode()
          +
          +
          Overrides:
          +
          hashCode in class Object
          +
          +
        • +
        + + + +
          +
        • +

          equals

          +
          public boolean equals​(Object obj)
          +
          +
          Overrides:
          +
          equals in class Object
          +
          +
        • +
        +
      • +
      +
      +
    • +
    +
    +
    +
    + + + + diff --git a/apidocs/1.6/org/identityconnectors/framework/common/objects/LiveSyncDeltaBuilder.html b/apidocs/1.6/org/identityconnectors/framework/common/objects/LiveSyncDeltaBuilder.html new file mode 100644 index 00000000..062cc1ae --- /dev/null +++ b/apidocs/1.6/org/identityconnectors/framework/common/objects/LiveSyncDeltaBuilder.html @@ -0,0 +1,467 @@ + + + + + +LiveSyncDeltaBuilder (ConnId 1.6.0.0-RC2 API) + + + + + + + + + + + + + + + +
    + +
    + +
    +
    + +

    Class LiveSyncDeltaBuilder

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + +
      +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          LiveSyncDeltaBuilder

          +
          public LiveSyncDeltaBuilder()
          +
          Create a new LiveSyncDeltaBuilder
          +
        • +
        + + + +
          +
        • +

          LiveSyncDeltaBuilder

          +
          public LiveSyncDeltaBuilder​(LiveSyncDelta delta)
          +
          Creates a new LiveSyncDeltaBuilder whose values are initialized to those of the delta.
          +
          +
          Parameters:
          +
          delta - the original delta.
          +
          +
        • +
        +
      • +
      +
      + +
      +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          getObjectClass

          +
          public ObjectClass getObjectClass()
          +
          Gets the ObjectClass of the object that deleted.
          +
          +
          Returns:
          +
          The ObjectClass of the object that deleted.
          +
          +
        • +
        + + + +
          +
        • +

          setObjectClass

          +
          public LiveSyncDeltaBuilder setObjectClass​(ObjectClass objectClass)
          +
          Sets the ObjectClass of the object that deleted. Note that this is + implicitly set when you call setObject(ConnectorObject).
          +
          +
          Parameters:
          +
          objectClass - The ObjectClass of the object that changed.
          +
          +
        • +
        + + + +
          +
        • +

          getUid

          +
          public Uid getUid()
          +
          Gets the Uid of the object that changed.
          +
          +
          Returns:
          +
          The Uid of the object that changed.
          +
          +
        • +
        + + + + + + + +
          +
        • +

          getObject

          +
          public ConnectorObject getObject()
          +
          Returns the object that changed.
          +
          +
          Returns:
          +
          The object that changed. May be null for deletes.
          +
          +
        • +
        + + + +
          +
        • +

          setObject

          +
          public LiveSyncDeltaBuilder setObject​(ConnectorObject object)
          +
          Sets the object that changed and implicitly sets Uid if object is not null.
          +
          +
          Parameters:
          +
          object - The object that changed. May be null for deletes.
          +
          +
        • +
        + + + + +
      • +
      +
      +
    • +
    +
    +
    +
    + + + + diff --git a/apidocs/1.6/org/identityconnectors/framework/common/objects/LiveSyncResultsHandler.html b/apidocs/1.6/org/identityconnectors/framework/common/objects/LiveSyncResultsHandler.html new file mode 100644 index 00000000..21df9a9b --- /dev/null +++ b/apidocs/1.6/org/identityconnectors/framework/common/objects/LiveSyncResultsHandler.html @@ -0,0 +1,278 @@ + + + + + +LiveSyncResultsHandler (ConnId 1.6.0.0-RC2 API) + + + + + + + + + + + + + + + +
    + +
    + +
    +
    + +

    Interface LiveSyncResultsHandler

    +
    +
    +
    + +
    +
    + +
    +
    +
      +
    • + +
      +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          handle

          +
          boolean handle​(LiveSyncDelta delta)
          +
          Called to handle a delta in the stream. The Connector framework will call this method multiple times, once for + each result. Although this method is callback, the framework will invoke it synchronously. Thus, the framework + guarantees that once an application's call to LiveSyncApiOp#sync() returns, the + framework will no longer call this method to handle results from that livesync operation.
          +
          +
          Parameters:
          +
          delta - The change
          +
          Returns:
          +
          True if the application wants to continue processing more results.
          +
          Throws:
          +
          RuntimeException - If the application encounters an exception. This will stop iteration and the exception + will propagate to the application.
          +
          +
        • +
        +
      • +
      +
      +
    • +
    +
    +
    +
    + + + + diff --git a/apidocs/1.6/org/identityconnectors/framework/common/objects/Name.html b/apidocs/1.6/org/identityconnectors/framework/common/objects/Name.html index 5e1332ab..d49f22f0 100644 --- a/apidocs/1.6/org/identityconnectors/framework/common/objects/Name.html +++ b/apidocs/1.6/org/identityconnectors/framework/common/objects/Name.html @@ -2,10 +2,10 @@ - -Name (ConnId 1.6.0.0-RC1 API) + +Name (ConnId 1.6.0.0-RC2 API) - + @@ -15,14 +15,14 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    org.identityconnectors.framework.common.objects.LiveSyncDelta

    +
    +
    + +
    +
    + + + diff --git a/apidocs/1.6/org/identityconnectors/framework/common/objects/class-use/LiveSyncDeltaBuilder.html b/apidocs/1.6/org/identityconnectors/framework/common/objects/class-use/LiveSyncDeltaBuilder.html new file mode 100644 index 00000000..e4db8a63 --- /dev/null +++ b/apidocs/1.6/org/identityconnectors/framework/common/objects/class-use/LiveSyncDeltaBuilder.html @@ -0,0 +1,210 @@ + + + + + +Uses of Class org.identityconnectors.framework.common.objects.LiveSyncDeltaBuilder (ConnId 1.6.0.0-RC2 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    org.identityconnectors.framework.common.objects.LiveSyncDeltaBuilder

    +
    +
    + +
    +
    + + + diff --git a/apidocs/1.6/org/identityconnectors/framework/common/objects/class-use/LiveSyncResultsHandler.html b/apidocs/1.6/org/identityconnectors/framework/common/objects/class-use/LiveSyncResultsHandler.html new file mode 100644 index 00000000..258dd982 --- /dev/null +++ b/apidocs/1.6/org/identityconnectors/framework/common/objects/class-use/LiveSyncResultsHandler.html @@ -0,0 +1,362 @@ + + + + + +Uses of Interface org.identityconnectors.framework.common.objects.LiveSyncResultsHandler (ConnId 1.6.0.0-RC2 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Interface
    org.identityconnectors.framework.common.objects.LiveSyncResultsHandler

    +
    +
    + +
    +
    + + + diff --git a/apidocs/1.6/org/identityconnectors/framework/common/objects/class-use/Name.html b/apidocs/1.6/org/identityconnectors/framework/common/objects/class-use/Name.html index 48d198e0..b7115f1d 100644 --- a/apidocs/1.6/org/identityconnectors/framework/common/objects/class-use/Name.html +++ b/apidocs/1.6/org/identityconnectors/framework/common/objects/class-use/Name.html @@ -2,10 +2,10 @@ - -Uses of Class org.identityconnectors.framework.common.objects.Name (ConnId 1.6.0.0-RC1 API) + +Uses of Class org.identityconnectors.framework.common.objects.Name (ConnId 1.6.0.0-RC2 API) - + @@ -15,14 +15,14 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + +
    +
    + +

    Class LiveSyncImpl.AttributesToGetLiveSyncResultsHandler

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + +
      +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          AttributesToGetLiveSyncResultsHandler

          +
          public AttributesToGetLiveSyncResultsHandler​(LiveSyncResultsHandler handler,
          +                                             String[] attrsToGet)
          +
        • +
        +
      • +
      +
      + +
      +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          handle

          +
          public boolean handle​(LiveSyncDelta delta)
          +
          Description copied from interface: LiveSyncResultsHandler
          +
          Called to handle a delta in the stream. The Connector framework will call this method multiple times, once for + each result. Although this method is callback, the framework will invoke it synchronously. Thus, the framework + guarantees that once an application's call to LiveSyncApiOp#sync() returns, the + framework will no longer call this method to handle results from that livesync operation.
          +
          +
          Specified by:
          +
          handle in interface LiveSyncResultsHandler
          +
          Parameters:
          +
          delta - The change
          +
          Returns:
          +
          True if the application wants to continue processing more results.
          +
          +
        • +
        +
      • +
      +
      +
    • +
    +
    +
    +
    + + + + diff --git a/apidocs/1.6/org/identityconnectors/framework/impl/api/local/operations/LiveSyncImpl.html b/apidocs/1.6/org/identityconnectors/framework/impl/api/local/operations/LiveSyncImpl.html new file mode 100644 index 00000000..f90c551d --- /dev/null +++ b/apidocs/1.6/org/identityconnectors/framework/impl/api/local/operations/LiveSyncImpl.html @@ -0,0 +1,395 @@ + + + + + +LiveSyncImpl (ConnId 1.6.0.0-RC2 API) + + + + + + + + + + + + + + + +
    + +
    + +
    +
    + +

    Class LiveSyncImpl

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + +
      + +
      + +
      +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          livesync

          +
          public void livesync​(ObjectClass objectClass,
          +                     LiveSyncResultsHandler handler,
          +                     OperationOptions options)
          +
          Description copied from interface: LiveSyncApiOp
          +
          Request synchronization events--i.e., native changes to target objects. +

          + This method will call the specified + handler once to pass back each + matching synchronization event. Once this method + returns, this method will no longer invoke the specified handler.

          +
          +
          Specified by:
          +
          livesync in interface LiveSyncApiOp
          +
          Parameters:
          +
          objectClass - The class of object for which to return synchronization events. Must not be null.
          +
          handler - The result handler. Must not be null.
          +
          options - Options that affect the way this operation is run. May be null.
          +
          +
        • +
        +
      • +
      +
      +
    • +
    +
    +
    +
    + + + + diff --git a/apidocs/1.6/org/identityconnectors/framework/impl/api/local/operations/NormalizingFilter.html b/apidocs/1.6/org/identityconnectors/framework/impl/api/local/operations/NormalizingFilter.html index 6faf06de..84366814 100644 --- a/apidocs/1.6/org/identityconnectors/framework/impl/api/local/operations/NormalizingFilter.html +++ b/apidocs/1.6/org/identityconnectors/framework/impl/api/local/operations/NormalizingFilter.html @@ -2,10 +2,10 @@ - -NormalizingFilter (ConnId 1.6.0.0-RC1 API) + +NormalizingFilter (ConnId 1.6.0.0-RC2 API) - + @@ -15,14 +15,14 @@ - + + + + + + + + + + +
    + +
    + +
    +
    + +

    Class NormalizingLiveSyncResultsHandler

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + +
      + +
      + +
      +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          handle

          +
          public boolean handle​(LiveSyncDelta delta)
          +
          Description copied from interface: LiveSyncResultsHandler
          +
          Called to handle a delta in the stream. The Connector framework will call this method multiple times, once for + each result. Although this method is callback, the framework will invoke it synchronously. Thus, the framework + guarantees that once an application's call to LiveSyncApiOp#sync() returns, the + framework will no longer call this method to handle results from that livesync operation.
          +
          +
          Specified by:
          +
          handle in interface LiveSyncResultsHandler
          +
          Parameters:
          +
          delta - The change
          +
          Returns:
          +
          True if the application wants to continue processing more results.
          +
          +
        • +
        +
      • +
      +
      +
    • +
    +
    +
    +
    + + + + diff --git a/apidocs/1.6/org/identityconnectors/framework/impl/api/local/operations/NormalizingResultsHandler.html b/apidocs/1.6/org/identityconnectors/framework/impl/api/local/operations/NormalizingResultsHandler.html index 106f72d7..687f5a28 100644 --- a/apidocs/1.6/org/identityconnectors/framework/impl/api/local/operations/NormalizingResultsHandler.html +++ b/apidocs/1.6/org/identityconnectors/framework/impl/api/local/operations/NormalizingResultsHandler.html @@ -2,10 +2,10 @@ - -NormalizingResultsHandler (ConnId 1.6.0.0-RC1 API) + +NormalizingResultsHandler (ConnId 1.6.0.0-RC2 API) - + @@ -15,14 +15,14 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    org.identityconnectors.framework.impl.api.local.operations.LiveSyncImpl.AttributesToGetLiveSyncResultsHandler

    +
    +
    No usage of org.identityconnectors.framework.impl.api.local.operations.LiveSyncImpl.AttributesToGetLiveSyncResultsHandler
    +
    + + + diff --git a/apidocs/1.6/org/identityconnectors/framework/impl/api/local/operations/class-use/LiveSyncImpl.html b/apidocs/1.6/org/identityconnectors/framework/impl/api/local/operations/class-use/LiveSyncImpl.html new file mode 100644 index 00000000..ec8f0ac8 --- /dev/null +++ b/apidocs/1.6/org/identityconnectors/framework/impl/api/local/operations/class-use/LiveSyncImpl.html @@ -0,0 +1,150 @@ + + + + + +Uses of Class org.identityconnectors.framework.impl.api.local.operations.LiveSyncImpl (ConnId 1.6.0.0-RC2 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    org.identityconnectors.framework.impl.api.local.operations.LiveSyncImpl

    +
    +
    No usage of org.identityconnectors.framework.impl.api.local.operations.LiveSyncImpl
    +
    + + + diff --git a/apidocs/1.6/org/identityconnectors/framework/impl/api/local/operations/class-use/NormalizingFilter.html b/apidocs/1.6/org/identityconnectors/framework/impl/api/local/operations/class-use/NormalizingFilter.html index 3077b8bd..31232e44 100644 --- a/apidocs/1.6/org/identityconnectors/framework/impl/api/local/operations/class-use/NormalizingFilter.html +++ b/apidocs/1.6/org/identityconnectors/framework/impl/api/local/operations/class-use/NormalizingFilter.html @@ -2,10 +2,10 @@ - -Uses of Class org.identityconnectors.framework.impl.api.local.operations.NormalizingFilter (ConnId 1.6.0.0-RC1 API) + +Uses of Class org.identityconnectors.framework.impl.api.local.operations.NormalizingFilter (ConnId 1.6.0.0-RC2 API) - + @@ -15,14 +15,14 @@ - + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    org.identityconnectors.framework.impl.api.local.operations.NormalizingLiveSyncResultsHandler

    +
    +
    No usage of org.identityconnectors.framework.impl.api.local.operations.NormalizingLiveSyncResultsHandler
    +
    + + + diff --git a/apidocs/1.6/org/identityconnectors/framework/impl/api/local/operations/class-use/NormalizingResultsHandler.html b/apidocs/1.6/org/identityconnectors/framework/impl/api/local/operations/class-use/NormalizingResultsHandler.html index a84ec242..a9885d0a 100644 --- a/apidocs/1.6/org/identityconnectors/framework/impl/api/local/operations/class-use/NormalizingResultsHandler.html +++ b/apidocs/1.6/org/identityconnectors/framework/impl/api/local/operations/class-use/NormalizingResultsHandler.html @@ -2,10 +2,10 @@ - -Uses of Class org.identityconnectors.framework.impl.api.local.operations.NormalizingResultsHandler (ConnId 1.6.0.0-RC1 API) + +Uses of Class org.identityconnectors.framework.impl.api.local.operations.NormalizingResultsHandler (ConnId 1.6.0.0-RC2 API) - + @@ -15,14 +15,14 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + +
    +
    + +

    Interface LiveSyncOp

    +
    +
    +
    + +
    +
    + +
    +
    +
      +
    • + +
      +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          livesync

          +
          void livesync​(ObjectClass objectClass,
          +              LiveSyncResultsHandler handler,
          +              OperationOptions options)
          +
          Request synchronization events--i.e., native changes to target objects. +

          + This method will call the specified handler once to pass back each + matching synchronization event. Once this method returns, this method will no longer + invoke the specified handler.

          +
          +
          Parameters:
          +
          objectClass - The class of object for which to return synchronization events. Must not be null.
          +
          handler - The result handler. Must not be null.
          +
          options - Options that affect the way this operation is run. If the caller passes null, the + framework will convert this into an empty set of options, so an implementation need not guard against this being + null.
          +
          Throws:
          +
          IllegalArgumentException - if objectClass or handler is null or if any argument is + invalid.
          +
          +
        • +
        +
      • +
      +
      +
    • +
    +
    +
    +
    + + + + diff --git a/apidocs/1.6/org/identityconnectors/framework/spi/operations/ResolveUsernameOp.html b/apidocs/1.6/org/identityconnectors/framework/spi/operations/ResolveUsernameOp.html index aae061e5..34a251a0 100644 --- a/apidocs/1.6/org/identityconnectors/framework/spi/operations/ResolveUsernameOp.html +++ b/apidocs/1.6/org/identityconnectors/framework/spi/operations/ResolveUsernameOp.html @@ -2,10 +2,10 @@ - -ResolveUsernameOp (ConnId 1.6.0.0-RC1 API) + +ResolveUsernameOp (ConnId 1.6.0.0-RC2 API) - + @@ -15,14 +15,14 @@ - + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Interface
    org.identityconnectors.framework.spi.operations.LiveSyncOp

    +
    +
    + +
    +
    + + + diff --git a/apidocs/1.6/org/identityconnectors/framework/spi/operations/class-use/ResolveUsernameOp.html b/apidocs/1.6/org/identityconnectors/framework/spi/operations/class-use/ResolveUsernameOp.html index bf03afcf..90ef0e88 100644 --- a/apidocs/1.6/org/identityconnectors/framework/spi/operations/class-use/ResolveUsernameOp.html +++ b/apidocs/1.6/org/identityconnectors/framework/spi/operations/class-use/ResolveUsernameOp.html @@ -2,10 +2,10 @@ - -Uses of Interface org.identityconnectors.framework.spi.operations.ResolveUsernameOp (ConnId 1.6.0.0-RC1 API) + +Uses of Interface org.identityconnectors.framework.spi.operations.ResolveUsernameOp (ConnId 1.6.0.0-RC2 API) - + @@ -15,14 +15,14 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +