Class AttributesToGetResultsHandler

java.lang.Object
org.identityconnectors.framework.impl.api.local.operations.AttributesToGetResultsHandler
Direct Known Subclasses:
LiveSyncImpl.AttributesToGetLiveSyncResultsHandler, SearchImpl.AttributesToGetSearchResultsHandler, SyncImpl.AttributesToGetSyncResultsHandler

public abstract class AttributesToGetResultsHandler extends Object
Simple class for common results handler components that involve OperationOptions.OP_ATTRIBUTES_TO_GET.
  • Constructor Details

    • AttributesToGetResultsHandler

      public AttributesToGetResultsHandler(String[] attributesToGet)
      Keep the attribute to get..
  • Method Details