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 |
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 |
modelPortImpl.executeChanges(ObjectDeltaListType deltaList,
ModelExecuteOptionsType options) |
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.
|
void |
ExecuteChangesType.setOptions(ModelExecuteOptionsType value)
Sets the value of the options property.
|
Modifier and Type | Method and Description |
---|---|
ModelExecuteOptionsType |
LensContextType.getOptions() |
Modifier and Type | Method and Description |
---|---|
void |
LensContextType.setOptions(ModelExecuteOptionsType value) |
Copyright © 2014 Evolveum. All rights reserved.