Package | Description |
---|---|
com.evolveum.midpoint.model.api | |
com.evolveum.midpoint.xml.ns._public.common.common_3 | |
com.evolveum.midpoint.xml.ns._public.model.model_3 |
Modifier and Type | Method and Description |
---|---|
ModelExecuteOptionsType |
ModelExecuteOptions.toModelExecutionOptionsType() |
Modifier and Type | Method and Description |
---|---|
static ModelExecuteOptions |
ModelExecuteOptions.fromModelExecutionOptionsType(ModelExecuteOptionsType type) |
Modifier and Type | Method and Description |
---|---|
ModelExecuteOptionsType |
ModelExecuteOptionsType.clone()
Creates and returns a deep copy of this object.
|
ModelExecuteOptionsType |
ObjectFactory.createModelExecuteOptionsType()
Create an instance of
ModelExecuteOptionsType |
ModelExecuteOptionsType |
LensContextType.getOptions() |
Modifier and Type | Method and Description |
---|---|
void |
LensContextType.setOptions(ModelExecuteOptionsType value) |
Constructor and Description |
---|
ModelExecuteOptionsType(ModelExecuteOptionsType o)
Creates a new
ModelExecuteOptionsType instance by deeply copying a given ModelExecuteOptionsType instance. |
Modifier and Type | Field and Description |
---|---|
protected ModelExecuteOptionsType |
ExecuteChangesType.options |
Modifier and Type | Method and Description |
---|---|
ModelExecuteOptionsType |
ExecuteChangesType.getOptions()
Gets the value of the options property.
|
Modifier and Type | Method and Description |
---|---|
ObjectDeltaOperationListType |
ModelPortType.executeChanges(ObjectDeltaListType deltaList,
ModelExecuteOptionsType options)
Faults:
any SystemFaultType
TODO reword to FaultTypes
ObjectAlreadyExistsException: object with specified identifiers already exists, cannot add
ObjectNotFoundException: object required to complete the operation was not found (e.g.
|
ObjectDeltaOperationListType |
ModelPortImpl.executeChanges(ObjectDeltaListType deltaList,
ModelExecuteOptionsType options) |
void |
ExecuteChangesType.setOptions(ModelExecuteOptionsType value)
Sets the value of the options property.
|
Copyright © 2016 Evolveum. All rights reserved.