java.lang.Object
org.identityconnectors.framework.api.operations.batch.CreateBatchTask
All Implemented Interfaces:
BatchTask<Uid>

public class CreateBatchTask extends Object implements BatchTask<Uid>
  • Constructor Details

    • CreateBatchTask

      public CreateBatchTask(ObjectClass objectClass, Set<Attribute> createAttributes, OperationOptions options)
      Create a target object based on the specified attributes. The Connector framework always requires attribute ObjectClass. The Connector itself may require additional attributes. The API will confirm that the set contains the ObjectClass attribute and that no two attributes in the set have the same name.
      Parameters:
      objectClass - 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.
  • Method Details