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

java.lang.Object
  extended by org.identityconnectors.framework.impl.api.local.operations.GetImpl
All Implemented Interfaces:
APIOperation, GetApiOp

public class GetImpl
extends Object
implements GetApiOp

Uses SearchOp to find the object that is referenced by the Uid provided.


Field Summary
 
Fields inherited from interface org.identityconnectors.framework.api.operations.APIOperation
NO_TIMEOUT
 
Constructor Summary
GetImpl(SearchApiOp search)
           
 
Method Summary
 ConnectorObject getObject(ObjectClass objClass, Uid uid, OperationOptions options)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetImpl

public GetImpl(SearchApiOp search)
Method Detail

getObject

public ConnectorObject getObject(ObjectClass objClass,
                                 Uid uid,
                                 OperationOptions options)
Specified by:
getObject in interface GetApiOp


Copyright © 2011. All Rights Reserved.