public class CreateImpl extends ConnectorAPIOperationRunner implements CreateApiOp
NO_TIMEOUT| Constructor and Description |
|---|
CreateImpl(ConnectorOperationalContext context,
Connector connector)
Initializes the operation works.
|
| Modifier and Type | Method and Description |
|---|---|
Uid |
create(ObjectClass objectClass,
Set<Attribute> createAttributes,
OperationOptions options)
Calls the create method on the Connector side.
|
getConnector, getNormalizer, getOperationalContextpublic CreateImpl(ConnectorOperationalContext context, Connector connector)
public Uid create(ObjectClass objectClass, Set<Attribute> createAttributes, OperationOptions options)
create in interface CreateApiOpobjectClass - the type of object to create. Must not be null.createAttributes - includes all the attributes necessary to create the target
object (including the ObjectClass attribute).options - additional options that impact the way this operation is run.
May be null.CreateOp.create(org.identityconnectors.framework.common.objects.ObjectClass,
java.util.Set,
org.identityconnectors.framework.common.objects.OperationOptions)Copyright © 2019. All rights reserved.