org.identityconnectors.framework.impl.api.local.operations
Class CreateImpl
java.lang.Object
org.identityconnectors.framework.impl.api.local.operations.APIOperationRunner
org.identityconnectors.framework.impl.api.local.operations.ConnectorAPIOperationRunner
org.identityconnectors.framework.impl.api.local.operations.CreateImpl
- All Implemented Interfaces:
- APIOperation, CreateApiOp
public class CreateImpl
- extends ConnectorAPIOperationRunner
- implements CreateApiOp
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreateImpl
public CreateImpl(ConnectorOperationalContext context,
Connector connector)
- Initializes the operation works.
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.