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

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.CreateImpl
All Implemented Interfaces:
APIOperation, CreateApiOp

public class CreateImpl
extends ConnectorAPIOperationRunner
implements CreateApiOp


Field Summary
 
Fields inherited from interface org.identityconnectors.framework.api.operations.APIOperation
NO_TIMEOUT
 
Constructor Summary
CreateImpl(ConnectorOperationalContext context, Connector connector)
          Initializes the operation works.
 
Method Summary
 Uid create(ObjectClass oclass, Set<Attribute> attributes, OperationOptions options)
          Calls the create method on the Connector side.
 
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

CreateImpl

public CreateImpl(ConnectorOperationalContext context,
                  Connector connector)
Initializes the operation works.

Method Detail

create

public Uid create(ObjectClass oclass,
                  Set<Attribute> attributes,
                  OperationOptions options)
Calls the create method on the Connector side.

Specified by:
create in interface CreateApiOp
See Also:
CreateApiOp#create(Set)


Copyright © 2011. All Rights Reserved.