Constructor and Description |
---|
CreateBatchTask(ObjectClass objectClass,
Set<Attribute> createAttributes,
OperationOptions options)
Create a target object based on the specified attributes.
|
Modifier and Type | Method and Description |
---|---|
Uid |
execute(BatchTaskExecutor executor) |
Set<Attribute> |
getCreateAttributes() |
ObjectClass |
getObjectClass()
Return the ObjectClass used for this task.
|
OperationOptions |
getOptions() |
public CreateBatchTask(ObjectClass objectClass, Set<Attribute> createAttributes, OperationOptions options)
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
.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.public Uid execute(BatchTaskExecutor executor)
public ObjectClass getObjectClass()
BatchTask
getObjectClass
in interface BatchTask<Uid>
public OperationOptions getOptions()
Copyright © 2018–2025. All rights reserved.