public class CreateImpl extends ConnectorAPIOperationRunner implements org.identityconnectors.framework.api.operations.CreateApiOp
| Constructor and Description |
|---|
CreateImpl(ConnectorOperationalContext context,
org.identityconnectors.framework.spi.Connector connector)
Initializes the operation works.
|
| Modifier and Type | Method and Description |
|---|---|
org.identityconnectors.framework.common.objects.Uid |
create(org.identityconnectors.framework.common.objects.ObjectClass objectClass,
Set<org.identityconnectors.framework.common.objects.Attribute> createAttributes,
org.identityconnectors.framework.common.objects.OperationOptions options)
Calls the create method on the Connector side.
|
getConnector, getNormalizer, getOperationalContextpublic CreateImpl(ConnectorOperationalContext context, org.identityconnectors.framework.spi.Connector connector)
public org.identityconnectors.framework.common.objects.Uid create(org.identityconnectors.framework.common.objects.ObjectClass objectClass,
Set<org.identityconnectors.framework.common.objects.Attribute> createAttributes,
org.identityconnectors.framework.common.objects.OperationOptions options)
create in interface org.identityconnectors.framework.api.operations.CreateApiOpCreateOp.create(org.identityconnectors.framework.common.objects.ObjectClass,
java.util.Set,
org.identityconnectors.framework.common.objects.OperationOptions)Copyright © 2018. All rights reserved.