Modifier and Type | Method and Description |
---|---|
static <T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
CryptoUtil.checkEncrypted(ObjectDelta<T> delta) |
static <T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
CryptoUtil.encryptValues(Protector protector,
ObjectDelta<T> delta)
Encrypts all encryptable values in delta.
|
Modifier and Type | Class and Description |
---|---|
class |
ShadowDiscriminatorObjectDelta<T extends Objectable> |
Modifier and Type | Method and Description |
---|---|
Collection<ObjectDeltaOperation<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>> |
ModelService.executeChanges(Collection<ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>> deltas,
ModelExecuteOptions options,
Task task,
Collection<ProgressListener> listeners,
OperationResult parentResult) |
Collection<ObjectDeltaOperation<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>> |
ModelService.executeChanges(Collection<ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>> deltas,
ModelExecuteOptions options,
Task task,
OperationResult parentResult)
Execute the provided object deltas.
|
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ModelInteractionService.previewChanges(Collection<ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>> deltas,
ModelExecuteOptions options,
Task task,
OperationResult result)
Computes the most likely changes triggered by the provided delta.
|
Modifier and Type | Method and Description |
---|---|
ObjectDelta<O> |
ModelElementContext.getPrimaryDelta() |
ObjectDelta<O> |
ModelElementContext.getSecondaryDelta() |
ObjectDelta<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
ModelProjectionContext.getSyncDelta()
Returns synchronization delta.
|
Modifier and Type | Method and Description |
---|---|
void |
ModelElementContext.setPrimaryDelta(ObjectDelta<O> primaryDelta) |
void |
ModelElementContext.setSecondaryDelta(ObjectDelta<O> secondaryDelta) |
void |
ModelProjectionContext.setSyncDelta(ObjectDelta<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> syncDelta) |
Modifier and Type | Method and Description |
---|---|
void |
MidpointFunctions.executeChanges(ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>... deltas)
Execute the provided object deltas.
|
String |
MidpointFunctions.getPlaintextAccountPasswordFromDelta(ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> delta) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MidpointFunctions.modifyObject(ObjectDelta<T> modifyDelta) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MidpointFunctions.modifyObject(ObjectDelta<T> modifyDelta,
ModelExecuteOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
MidpointFunctions.executeChanges(Collection<ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>> deltas)
Execute the provided object deltas.
|
void |
MidpointFunctions.executeChanges(Collection<ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>> deltas,
ModelExecuteOptions options)
Execute the provided object deltas.
|
String |
MidpointFunctions.getPlaintextUserPasswordFromDeltas(List<ObjectDelta<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType>> deltas) |
Modifier and Type | Method and Description |
---|---|
ObjectDelta<O> |
ObjectDeltaObject.getObjectDelta() |
Modifier and Type | Method and Description |
---|---|
static <T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ObjectDeltaObject.create(PrismObject<T> oldObject,
ObjectDelta<T> delta) |
Constructor and Description |
---|
ObjectDeltaObject(PrismObject<O> oldObject,
ObjectDelta<O> delta,
PrismObject<O> newObject) |
Modifier and Type | Method and Description |
---|---|
static <O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ModelUtils.getOperationUrlFromDelta(ObjectDelta<O> delta) |
Modifier and Type | Method and Description |
---|---|
Collection<ObjectDeltaOperation<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>> |
ModelController.executeChanges(Collection<ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>> deltas,
ModelExecuteOptions options,
Task task,
Collection<ProgressListener> statusListeners,
OperationResult parentResult) |
Collection<ObjectDeltaOperation<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>> |
ModelController.executeChanges(Collection<ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>> deltas,
ModelExecuteOptions options,
Task task,
OperationResult parentResult) |
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ModelInteractionServiceImpl.previewChanges(Collection<ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>> deltas,
ModelExecuteOptions options,
Task task,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
void |
MidpointFunctionsImpl.executeChanges(ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>... deltas) |
String |
MidpointFunctionsImpl.getPlaintextAccountPasswordFromDelta(ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> delta) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MidpointFunctionsImpl.modifyObject(ObjectDelta<T> modifyDelta) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MidpointFunctionsImpl.modifyObject(ObjectDelta<T> modifyDelta,
ModelExecuteOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
MidpointFunctionsImpl.executeChanges(Collection<ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>> deltas) |
void |
MidpointFunctionsImpl.executeChanges(Collection<ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>> deltas,
ModelExecuteOptions options) |
String |
MidpointFunctionsImpl.getPlaintextUserPasswordFromDeltas(List<ObjectDelta<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType>> objectDeltas) |
Modifier and Type | Method and Description |
---|---|
protected ObjectDelta<O> |
LensElementContext.cloneDelta(ObjectDelta<O> thisDelta) |
static <F extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType,T> |
LensUtil.findAPrioriDelta(LensContext<F> context,
LensProjectionContext projCtx)
Extracts the delta from this projection context and also from all other projection contexts that have
equivalent discriminator.
|
ObjectDelta<O> |
ObjectDeltaWaves.get(int index) |
ObjectDelta<O> |
LensFocusContext.getAggregatedWaveDelta(int wave) |
ObjectDelta<O> |
LensElementContext.getDelta()
Returns user delta, both primary and secondary (merged together).
|
ObjectDelta<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
LensProjectionContext.getExecutableDelta()
Returns delta suitable for execution.
|
ObjectDelta<O> |
LensElementContext.getFixedDelta() |
ObjectDelta<O> |
LensElementContext.getFixedPrimaryDelta()
As getPrimaryDelta() but caters for the possibility that an object already exists.
|
ObjectDelta<O> |
ObjectDeltaWaves.getMergedDeltas()
Get merged deltas from all the waves.
|
ObjectDelta<O> |
ObjectDeltaWaves.getMergedDeltas(ObjectDelta<O> initialDelta,
int maxWave)
Get merged deltas from the waves up to maxWave (including).
|
ObjectDelta<O> |
LensElementContext.getPrimaryDelta() |
ObjectDelta<O> |
LensFocusContext.getProjectionWaveDelta()
Returns user delta, both primary and secondary (merged together) for a current wave.
|
ObjectDelta<O> |
LensFocusContext.getProjectionWavePrimaryDelta() |
ObjectDelta<O> |
LensFocusContext.getProjectionWaveSecondaryDelta() |
ObjectDelta<O> |
LensFocusContext.getSecondaryDelta() |
ObjectDelta<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
LensProjectionContext.getSecondaryDelta() |
ObjectDelta<O> |
LensFocusContext.getSecondaryDelta(int wave) |
ObjectDelta<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
LensProjectionContext.getSyncDelta() |
ObjectDelta<O> |
LensFocusContext.getWaveDelta(int wave) |
ObjectDelta<O> |
LensFocusContext.getWaveExecutableDelta(int wave) |
ObjectDelta<O> |
LensFocusContext.getWaveSecondaryDelta(int wave) |
ObjectDelta<O> |
ObjectDeltaWaves.remove(int index) |
ObjectDelta<O> |
ObjectDeltaWaves.set(int index,
ObjectDelta<O> element) |
Modifier and Type | Method and Description |
---|---|
Collection<ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>> |
LensContext.getAllChanges()
Returns all changes, user and all accounts.
|
Collection<ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>> |
LensContext.getPrimaryChanges() |
Iterator<ObjectDelta<O>> |
ObjectDeltaWaves.iterator() |
ListIterator<ObjectDelta<O>> |
ObjectDeltaWaves.listIterator() |
ListIterator<ObjectDelta<O>> |
ObjectDeltaWaves.listIterator(int index) |
List<ObjectDelta<O>> |
ObjectDeltaWaves.subList(int fromIndex,
int toIndex) |
Modifier and Type | Method and Description |
---|---|
void |
ObjectDeltaWaves.add(int index,
ObjectDelta<O> element) |
boolean |
ObjectDeltaWaves.add(ObjectDelta<O> e) |
void |
LensProjectionContext.addAccountSyncDelta(ObjectDelta<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> delta) |
void |
LensElementContext.addPrimaryDelta(ObjectDelta<O> delta) |
void |
LensProjectionContext.addSecondaryDelta(ObjectDelta<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> delta) |
protected void |
LensElementContext.checkConsistence(ObjectDelta<O> delta,
boolean requireOid,
String contextDesc) |
protected ObjectDelta<O> |
LensElementContext.cloneDelta(ObjectDelta<O> thisDelta) |
static <F extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
LensUtil.createObjectDeltaOperation(ObjectDelta<F> focusDelta,
OperationResult result,
LensElementContext<F> focusContext,
LensProjectionContext projCtx) |
static <T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
LensUtil.createObjectDeltaOperation(ObjectDelta<T> objectDelta,
OperationResult result,
LensElementContext<T> objectContext,
LensProjectionContext projCtx,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resource) |
protected void |
LensElementContext.fixProvisioningTypeInDelta(ObjectDelta<O> delta,
Objectable object,
OperationResult result) |
protected void |
LensContext.fixProvisioningTypeInDelta(ObjectDelta delta,
OperationResult result) |
ObjectDelta<O> |
ObjectDeltaWaves.getMergedDeltas(ObjectDelta<O> initialDelta,
int maxWave)
Get merged deltas from the waves up to maxWave (including).
|
void |
LensContext.replacePrimaryFocusDelta(ObjectDelta<F> newDelta) |
ObjectDelta<O> |
ObjectDeltaWaves.set(int index,
ObjectDelta<O> element) |
static <O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
LensUtil.setDeltaOldValue(LensElementContext<O> ctx,
ObjectDelta<O> objectDelta) |
void |
LensElementContext.setPrimaryDelta(ObjectDelta<O> primaryDelta) |
void |
LensFocusContext.setProjectionWaveSecondaryDelta(ObjectDelta<O> secondaryDelta) |
void |
LensFocusContext.setSecondaryDelta(ObjectDelta<O> secondaryDelta) |
void |
LensFocusContext.setSecondaryDelta(ObjectDelta<O> secondaryDelta,
int wave) |
void |
LensProjectionContext.setSecondaryDelta(ObjectDelta<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> secondaryDelta) |
void |
LensProjectionContext.setSyncDelta(ObjectDelta<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> syncDelta) |
Modifier and Type | Method and Description |
---|---|
boolean |
ObjectDeltaWaves.addAll(Collection<? extends ObjectDelta<O>> c) |
boolean |
ObjectDeltaWaves.addAll(int index,
Collection<? extends ObjectDelta<O>> c) |
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ContextFactory.createContext(Collection<ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>> deltas,
ModelExecuteOptions options,
Task task,
OperationResult result) |
void |
LensContext.replacePrimaryFocusDeltas(List<ObjectDelta<F>> deltas) |
Constructor and Description |
---|
LensObjectDeltaOperation(ObjectDelta<T> objectDelta) |
Modifier and Type | Method and Description |
---|---|
ObjectDelta<T> |
MappingEvaluatorParams.getAPrioriTargetDelta() |
Modifier and Type | Method and Description |
---|---|
void |
MappingEvaluatorParams.setAPrioriTargetDelta(ObjectDelta<T> aPrioriTargetDelta) |
Modifier and Type | Method and Description |
---|---|
void |
OperationsHelper.applyDelta(ObjectDelta delta,
ExecutionContext context,
OperationResult result) |
void |
OperationsHelper.applyDelta(ObjectDelta delta,
ModelExecuteOptions options,
ExecutionContext context,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
static <T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
Utils.resolveReferences(ObjectDelta<T> objectDelta,
RepositoryService repository,
boolean enforceReferentialIntegrity,
boolean forceFilterReevaluation,
PrismContext prismContext,
OperationResult result)
Resolves references contained in ADD and REPLACE value sets for item modifications in a given ObjectDelta.
|
Modifier and Type | Method and Description |
---|---|
static void |
Utils.encrypt(Collection<ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>> deltas,
Protector protector,
ModelExecuteOptions options,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
protected ObjectDelta<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> |
AbstractModelIntegrationTest.createAccountAssignmentUserDelta(String userOid,
String resourceOid,
String intent,
boolean add) |
protected <F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
AbstractModelIntegrationTest.createAssignmentDelta(Class<F> type,
String focusOid,
String resourceOid,
com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowKindType kind,
String intent,
boolean add) |
protected ObjectDelta<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> |
AbstractModelIntegrationTest.createAssignmentUserDelta(String userOid,
String roleOid,
QName refType,
QName relation,
PrismContainer<?> extension,
com.evolveum.midpoint.xml.ns._public.common.common_3.ActivationType activationType,
boolean add) |
protected ObjectDelta<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> |
AbstractModelIntegrationTest.createAssignmentUserDelta(String userOid,
String roleOid,
QName refType,
QName relation,
PrismContainer<?> extension,
boolean add) |
protected ObjectDelta<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
AbstractModelIntegrationTest.createModifyAccountShadowAddDelta(String accountOid,
ItemPath propertyName,
Object... newRealValue) |
protected ObjectDelta<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
AbstractModelIntegrationTest.createModifyAccountShadowEmptyDelta(String accountOid) |
protected ObjectDelta<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
AbstractModelIntegrationTest.createModifyAccountShadowReplaceAttributeDelta(String accountOid,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource,
QName attributeName,
Object... newRealValue) |
protected ObjectDelta<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
AbstractModelIntegrationTest.createModifyAccountShadowReplaceAttributeDelta(String accountOid,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource,
String attributeName,
Object... newRealValue) |
protected ObjectDelta<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
AbstractModelIntegrationTest.createModifyAccountShadowReplaceDelta(String accountOid,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource,
ItemPath itemPath,
Object... newRealValue) |
protected ObjectDelta<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> |
AbstractModelIntegrationTest.createModifyUserAddAccount(String userOid,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource) |
protected ObjectDelta<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> |
AbstractModelIntegrationTest.createModifyUserAddDelta(String userOid,
ItemPath propertyName,
Object... newRealValue) |
protected ObjectDelta<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> |
AbstractModelIntegrationTest.createModifyUserDeleteAccount(String userOid,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource) |
protected ObjectDelta<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> |
AbstractModelIntegrationTest.createModifyUserDeleteDelta(String userOid,
ItemPath propertyName,
Object... newRealValue) |
protected ObjectDelta<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> |
AbstractModelIntegrationTest.createModifyUserReplaceDelta(String userOid,
ItemPath propertyName,
Object... newRealValue) |
protected ObjectDelta<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> |
AbstractModelIntegrationTest.createModifyUserReplaceDelta(String userOid,
QName propertyName,
Object... newRealValue) |
protected ObjectDelta<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> |
AbstractModelIntegrationTest.createModifyUserUnlinkAccount(String userOid,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource) |
protected ObjectDelta<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> |
AbstractModelIntegrationTest.createReplaceAccountConstructionUserDelta(String userOid,
Long id,
com.evolveum.midpoint.xml.ns._public.common.common_3.ConstructionType newValue) |
Modifier and Type | Method and Description |
---|---|
protected <F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
AbstractModelIntegrationTest.assertEffectualDeltas(ObjectDelta<F> focusDelta,
String desc,
com.evolveum.midpoint.xml.ns._public.common.common_3.ActivationStatusType expectedEfficientActivation,
int expectedEffectualModifications) |
protected void |
AbstractModelIntegrationTest.assertIterationDelta(ObjectDelta<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadowDelta,
Integer expectedIteration,
String expectedIterationToken) |
protected <F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
AbstractModelIntegrationTest.assertSideEffectiveDeltasOnly(ObjectDelta<F> focusDelta,
String desc,
com.evolveum.midpoint.xml.ns._public.common.common_3.ActivationStatusType expectedEfficientActivation) |
protected <F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
AbstractModelIntegrationTest.assertSideEffectiveDeltasOnly(String desc,
ObjectDelta<F> focusDelta) |
protected <F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
AbstractModelIntegrationTest.breakAssignmentDelta(ObjectDelta<F> userDelta)
Breaks user assignment delta in the context by inserting some empty value.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractModelIntegrationTest.breakAssignmentDelta(Collection<ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>> deltas)
Breaks user assignment delta in the context by inserting some empty value.
|
Modifier and Type | Method and Description |
---|---|
ObjectDelta<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
ResourceObjectEvent.getShadowDelta() |
ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
ModelEvent.getSummarizedFocusDeltas() |
Modifier and Type | Method and Description |
---|---|
List<ObjectDelta<com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType>> |
ModelEvent.getFocusDeltas() |
Modifier and Type | Method and Description |
---|---|
<O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
BaseEvent.containsItem(ObjectDelta<O> delta,
ItemPath itemPath) |
Modifier and Type | Method and Description |
---|---|
boolean |
BaseEvent.containsItem(List<ObjectDelta<com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType>> deltas,
ItemPath itemPath) |
Modifier and Type | Method and Description |
---|---|
String |
TextFormatter.formatObjectModificationDelta(ObjectDelta<? extends Objectable> objectDelta,
List<ItemPath> hiddenPaths,
boolean showOperationalAttributes) |
String |
TextFormatter.formatObjectModificationDelta(ObjectDelta<? extends Objectable> objectDelta,
List<ItemPath> hiddenPaths,
boolean showOperationalAttributes,
PrismObject objectOld,
PrismObject objectNew) |
Modifier and Type | Method and Description |
---|---|
protected void |
GeneralNotifier.appendModifications(StringBuilder body,
ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> delta,
List<ItemPath> hiddenPaths,
Boolean showValuesBoolean) |
protected boolean |
GeneralNotifier.deltaContainsOtherPathsThan(ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> delta,
List<ItemPath> paths) |
Modifier and Type | Method and Description |
---|---|
ObjectDelta<O> |
PrismObject.createAddDelta() |
ObjectDelta<O> |
PrismObject.createDeleteDelta() |
ObjectDelta<O> |
PrismObject.createDelta(ChangeType changeType) |
ObjectDelta<O> |
PrismObject.createModifyDelta() |
ObjectDelta<O> |
PrismObject.diff(PrismObject<O> other) |
ObjectDelta<O> |
PrismObject.diff(PrismObject<O> other,
boolean ignoreMetadata,
boolean isLiteral) |
Modifier and Type | Method and Description |
---|---|
<T extends Objectable> |
PrismContext.adopt(ObjectDelta<T> delta) |
Modifier and Type | Method and Description |
---|---|
ObjectDelta<T> |
ObjectDelta.clone()
Deep clone.
|
static <O extends Objectable> |
ObjectDelta.createAddDelta(PrismObject<O> objectToAdd) |
static <O extends Objectable> |
ObjectDelta.createDeleteDelta(Class<O> type,
String oid,
PrismContext prismContext) |
static <O extends Objectable> |
ObjectDelta.createEmptyAddDelta(Class<O> type,
String oid,
PrismContext prismContext) |
static <O extends Objectable> |
ObjectDelta.createEmptyDeleteDelta(Class<O> type,
String oid,
PrismContext prismContext) |
static <O extends Objectable> |
ObjectDelta.createEmptyDelta(Class<O> type,
String oid,
PrismContext prismContext,
ChangeType changeType) |
static <O extends Objectable> |
ObjectDelta.createEmptyModifyDelta(Class<O> type,
String oid,
PrismContext prismContext) |
static <O extends Objectable,C extends Containerable> |
ObjectDelta.createModificationAddContainer(Class<O> type,
String oid,
ItemPath propertyPath,
PrismContext prismContext,
C... containerValues) |
static <O extends Objectable,C extends Containerable> |
ObjectDelta.createModificationAddContainer(Class<O> type,
String oid,
ItemPath propertyPath,
PrismContext prismContext,
PrismContainerValue<C>... containerValues) |
static <O extends Objectable,C extends Containerable> |
ObjectDelta.createModificationAddContainer(Class<O> type,
String oid,
QName propertyName,
PrismContext prismContext,
C... containerValues) |
static <O extends Objectable,C extends Containerable> |
ObjectDelta.createModificationAddContainer(Class<O> type,
String oid,
QName propertyName,
PrismContext prismContext,
PrismContainerValue<C>... containerValues) |
static <O extends Objectable,X> |
ObjectDelta.createModificationAddProperty(Class<O> type,
String oid,
ItemPath propertyPath,
PrismContext prismContext,
X... propertyValues) |
static <O extends Objectable,X> |
ObjectDelta.createModificationAddProperty(Class<O> type,
String oid,
QName propertyName,
PrismContext prismContext,
X... propertyValues) |
static <O extends Objectable> |
ObjectDelta.createModificationAddReference(Class<O> type,
String oid,
QName propertyName,
PrismContext prismContext,
PrismObject<?>... referenceObjects)
Convenience method for quick creation of object deltas that replace a single object property.
|
static <O extends Objectable> |
ObjectDelta.createModificationAddReference(Class<O> type,
String oid,
QName propertyName,
PrismContext prismContext,
PrismReferenceValue... referenceValues)
Convenience method for quick creation of object deltas that replace a single object property.
|
static <O extends Objectable> |
ObjectDelta.createModificationAddReference(Class<O> type,
String oid,
QName propertyName,
PrismContext prismContext,
String... targetOids) |
static <O extends Objectable,C extends Containerable> |
ObjectDelta.createModificationDeleteContainer(Class<O> type,
String oid,
ItemPath propertyPath,
PrismContext prismContext,
C... containerValues) |
static <O extends Objectable,C extends Containerable> |
ObjectDelta.createModificationDeleteContainer(Class<O> type,
String oid,
ItemPath containerPath,
PrismContext prismContext,
PrismContainerValue<C>... containerValues) |
static <O extends Objectable,C extends Containerable> |
ObjectDelta.createModificationDeleteContainer(Class<O> type,
String oid,
QName containerName,
PrismContext prismContext,
C... containerValues) |
static <O extends Objectable,C extends Containerable> |
ObjectDelta.createModificationDeleteContainer(Class<O> type,
String oid,
QName containerName,
PrismContext prismContext,
PrismContainerValue<C>... containerValues) |
static <O extends Objectable,X> |
ObjectDelta.createModificationDeleteProperty(Class<O> type,
String oid,
ItemPath propertyPath,
PrismContext prismContext,
X... propertyValues) |
static <O extends Objectable,X> |
ObjectDelta.createModificationDeleteProperty(Class<O> type,
String oid,
QName propertyName,
PrismContext prismContext,
X... propertyValues) |
static <O extends Objectable> |
ObjectDelta.createModificationDeleteReference(Class<O> type,
String oid,
QName propertyName,
PrismContext prismContext,
PrismReferenceValue... referenceValues)
Convenience method for quick creation of object deltas that replace a single object property.
|
static <O extends Objectable> |
ObjectDelta.createModificationDeleteReference(Class<O> type,
String oid,
QName propertyName,
PrismContext prismContext,
String... targetOids) |
static <O extends Objectable,C extends Containerable> |
ObjectDelta.createModificationReplaceContainer(Class<O> type,
String oid,
ItemPath propertyPath,
PrismContext prismContext,
C... containerValues) |
static <O extends Objectable,C extends Containerable> |
ObjectDelta.createModificationReplaceContainer(Class<O> type,
String oid,
ItemPath containerPath,
PrismContext prismContext,
PrismContainerValue<C>... containerValues) |
static <O extends Objectable,C extends Containerable> |
ObjectDelta.createModificationReplaceContainer(Class<O> type,
String oid,
QName propertyName,
PrismContext prismContext,
C... containerValues) |
static <O extends Objectable,C extends Containerable> |
ObjectDelta.createModificationReplaceContainer(Class<O> type,
String oid,
QName containerName,
PrismContext prismContext,
PrismContainerValue<C>... containerValues) |
static <O extends Objectable,X> |
ObjectDelta.createModificationReplaceProperty(Class<O> type,
String oid,
ItemPath propertyPath,
PrismContext prismContext,
X... propertyValues)
Convenience method for quick creation of object deltas that replace a single object property.
|
static <O extends Objectable,X> |
ObjectDelta.createModificationReplaceProperty(Class<O> type,
String oid,
QName propertyName,
PrismContext prismContext,
X... propertyValues)
Convenience method for quick creation of object deltas that replace a single object property.
|
static <T extends Objectable> |
ObjectDelta.createModifyDelta(String oid,
Collection<? extends ItemDelta> modifications,
Class<T> objectTypeClass,
PrismContext prismContext) |
static <T extends Objectable> |
ObjectDelta.createModifyDelta(String oid,
ItemDelta modification,
Class<T> objectTypeClass,
PrismContext prismContext) |
static <T extends Objectable> |
DiffUtil.diff(File oldXmlFile,
File newXmlFile,
Class<T> type,
PrismContext prismContext) |
static <T extends Objectable> |
DiffUtil.diff(PrismObject<T> oldObject,
PrismObject<T> newObject) |
static <T extends Objectable> |
DiffUtil.diff(String oldXml,
String newXml,
Class<T> type,
PrismContext prismContext) |
static <T extends Objectable> |
DiffUtil.diff(T oldObjectType,
T newObjectType) |
static <T extends Objectable> |
ObjectDelta.summarize(List<ObjectDelta<T>> deltas)
Returns a delta that is a "sum" of all the deltas in the collection.
|
static <T extends Objectable> |
ObjectDelta.summarize(ObjectDelta<T>... deltas)
Returns a delta that is a "sum" of all the deltas in the collection.
|
static <T extends Objectable> |
ObjectDelta.union(ObjectDelta<T>... deltas)
Union of several object deltas.
|
Modifier and Type | Method and Description |
---|---|
protected static <O extends Objectable,C extends Containerable> |
ObjectDelta.fillInModificationAddContainer(ObjectDelta<O> objectDelta,
ItemPath propertyPath,
PrismContainerValue<C>... containerValues) |
protected static <O extends Objectable,C extends Containerable> |
ObjectDelta.fillInModificationAddContainer(ObjectDelta<O> objectDelta,
ItemPath propertyPath,
PrismContext prismContext,
C... containerables) |
protected static <O extends Objectable,X> |
ObjectDelta.fillInModificationAddProperty(ObjectDelta<O> objectDelta,
ItemPath propertyPath,
X... propertyValues) |
protected static <O extends Objectable,C extends Containerable> |
ObjectDelta.fillInModificationDeleteContainer(ObjectDelta<O> objectDelta,
ItemPath propertyPath,
PrismContainerValue<C>... containerValues) |
protected static <O extends Objectable,C extends Containerable> |
ObjectDelta.fillInModificationDeleteContainer(ObjectDelta<O> objectDelta,
ItemPath propertyPath,
PrismContext prismContext,
C... containerables) |
protected static <O extends Objectable,X> |
ObjectDelta.fillInModificationDeleteProperty(ObjectDelta<O> objectDelta,
ItemPath propertyPath,
X... propertyValues) |
protected static <O extends Objectable,C extends Containerable> |
ObjectDelta.fillInModificationReplaceContainer(ObjectDelta<O> objectDelta,
ItemPath propertyPath,
C... containerValues) |
protected static <O extends Objectable,C extends Containerable> |
ObjectDelta.fillInModificationReplaceContainer(ObjectDelta<O> objectDelta,
ItemPath propertyPath,
PrismContainerValue<C>... containerValues) |
protected static <O extends Objectable,X> |
ObjectDelta.fillInModificationReplaceProperty(ObjectDelta<O> objectDelta,
ItemPath propertyPath,
X... propertyValues) |
protected static <O extends Objectable> |
ObjectDelta.fillInModificationReplaceReference(ObjectDelta<O> objectDelta,
ItemPath refPath,
PrismReferenceValue... refValues) |
static boolean |
ObjectDelta.isAdd(ObjectDelta<?> objectDelta) |
static boolean |
ObjectDelta.isDelete(ObjectDelta<?> objectDelta) |
static boolean |
ObjectDelta.isModify(ObjectDelta<?> objectDelta) |
void |
ObjectDelta.merge(ObjectDelta<T> deltaToMerge)
Merge provided delta into this delta.
|
static <T extends Objectable> |
ObjectDelta.summarize(ObjectDelta<T>... deltas)
Returns a delta that is a "sum" of all the deltas in the collection.
|
static <T extends Objectable> |
ObjectDelta.union(ObjectDelta<T>... deltas)
Union of several object deltas.
|
Modifier and Type | Method and Description |
---|---|
static void |
ObjectDelta.checkConsistence(Collection<? extends ObjectDelta<?>> deltas) |
static <T extends Objectable> |
ObjectDelta.summarize(List<ObjectDelta<T>> deltas)
Returns a delta that is a "sum" of all the deltas in the collection.
|
Modifier and Type | Method and Description |
---|---|
<T extends Objectable> |
SchemaRegistry.applyDefinition(ObjectDelta<T> objectDelta,
Class<T> type,
boolean force)
This method will try to locate the appropriate object definition and apply it.
|
Modifier and Type | Method and Description |
---|---|
static void |
PrismAsserts.assertClass(String message,
Class<?> expectedClass,
ObjectDelta<?> actualDelta) |
static ContainerDelta<?> |
PrismAsserts.assertContainerAdd(ObjectDelta<?> objectDelta,
ItemPath propertyPath) |
static ContainerDelta<?> |
PrismAsserts.assertContainerAdd(ObjectDelta<?> objectDelta,
QName name) |
static ContainerDelta<?> |
PrismAsserts.assertContainerDelete(ObjectDelta<?> objectDelta,
ItemPath propertyPath) |
static ContainerDelta<?> |
PrismAsserts.assertContainerDelete(ObjectDelta<?> objectDelta,
QName name) |
static void |
PrismAsserts.assertIsAdd(ObjectDelta<?> objectDelta) |
static void |
PrismAsserts.assertIsDelete(ObjectDelta<?> objectDelta) |
static void |
PrismAsserts.assertIsModify(ObjectDelta<?> objectDelta) |
static void |
PrismAsserts.assertModifications(ObjectDelta<?> objectDelta,
int expectedNumberOfModifications) |
static void |
PrismAsserts.assertModifications(String message,
ObjectDelta<?> objectDelta,
int expectedNumberOfModifications) |
static void |
PrismAsserts.assertNoDelta(String message,
ObjectDelta<?> delta) |
static void |
PrismAsserts.assertNoItemDelta(ObjectDelta<?> userDelta,
ItemPath propertyPath) |
static void |
PrismAsserts.assertOrigin(ObjectDelta<?> objectDelta,
Objectable expectedOriginObject,
OriginType... expectedOriginTypes) |
static <T> void |
PrismAsserts.assertOrigin(ObjectDelta<?> objectDelta,
OriginType... expectedOriginTypes) |
static void |
PrismAsserts.assertPropertyAdd(ObjectDelta<?> userDelta,
ItemPath propertyPath,
Object... expectedValues) |
static void |
PrismAsserts.assertPropertyAdd(ObjectDelta<?> objectDelta,
QName propertyName,
Object... expectedValues) |
static void |
PrismAsserts.assertPropertyDelete(ObjectDelta<?> userDelta,
ItemPath propertyPath,
Object... expectedValues) |
static void |
PrismAsserts.assertPropertyDelete(ObjectDelta<?> objectDelta,
QName propertyName,
Object... expectedValues) |
static <T> void |
PrismAsserts.assertPropertyReplace(ObjectDelta<?> userDelta,
ItemPath propertyPath,
T... expectedValues) |
static void |
PrismAsserts.assertPropertyReplace(ObjectDelta<?> objectDelta,
QName propertyName,
Object... expectedValues) |
static void |
PrismAsserts.assertPropertyReplaceSimple(ObjectDelta<?> objectDelta,
QName propertyName) |
Modifier and Type | Method and Description |
---|---|
static void |
PrismAsserts.asserHasDelta(String message,
Collection<? extends ObjectDelta<? extends Objectable>> deltas,
ChangeType expectedChangeType,
Class<?> expectedClass) |
Modifier and Type | Method and Description |
---|---|
ObjectDelta |
ResourceEventDescription.getDelta() |
ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
ResourceOperationDescription.getObjectDelta()
The operation that was about to execute and that has failed.
|
ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
ResourceObjectShadowChangeDescription.getObjectDelta() |
Modifier and Type | Method and Description |
---|---|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ProvisioningService.applyDefinition(ObjectDelta<T> delta,
Objectable object,
OperationResult parentResult)
Applies appropriate definition to the shadow/resource delta (uses provided object to get necessary information)
|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ProvisioningService.applyDefinition(ObjectDelta<T> delta,
OperationResult parentResult)
Applies appropriate definition to the shadow/resource delta.
|
void |
ResourceEventDescription.setDelta(ObjectDelta delta) |
void |
ResourceOperationDescription.setObjectDelta(ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> objectDelta) |
void |
ResourceObjectShadowChangeDescription.setObjectDelta(ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> objectDelta) |
Modifier and Type | Method and Description |
---|---|
protected ResourceOperationDescription |
ErrorHandler.createOperationDescription(com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType shadowType,
Exception ex,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resource,
ObjectDelta delta,
Task task,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
void |
ResourceManager.applyDefinition(ObjectDelta<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> delta,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resourceWhenNoOid,
OperationResult objectResult) |
void |
ShadowCache.applyDefinition(ObjectDelta<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> delta,
com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType shadowTypeWhenNoOid,
OperationResult parentResult) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ProvisioningServiceImpl.applyDefinition(ObjectDelta<T> delta,
Objectable object,
OperationResult parentResult) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ProvisioningServiceImpl.applyDefinition(ObjectDelta<T> delta,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
Change.getObjectDelta() |
Modifier and Type | Method and Description |
---|---|
void |
Change.setObjectDelta(ObjectDelta<T> change) |
Constructor and Description |
---|
Change(Collection<ResourceAttribute<?>> identifiers,
ObjectDelta<T> change,
PrismProperty<?> token) |
Change(Collection<ResourceAttribute<?>> identifiers,
PrismObject<T> currentShadow,
PrismObject<T> oldStadow,
ObjectDelta<T> objectDetla) |
Change(ObjectDelta<T> change,
PrismProperty<?> token) |
Modifier and Type | Method and Description |
---|---|
static <T extends Objectable> |
DeltaConvertor.createObjectDelta(ObjectDeltaType objectDeltaType,
PrismContext prismContext) |
static <T extends Objectable> |
DeltaConvertor.createObjectDelta(ObjectDeltaType objectDeltaType,
PrismContext prismContext,
boolean allowRawValues) |
static <T extends Objectable> |
DeltaConvertor.createObjectDelta(com.evolveum.midpoint.xml.ns._public.common.api_types_3.ObjectModificationType objectModification,
Class<T> type,
PrismContext prismContext) |
static <T extends Objectable> |
DeltaConvertor.createObjectDelta(com.evolveum.midpoint.xml.ns._public.common.api_types_3.ObjectModificationType objectModification,
PrismObjectDefinition<T> objDef) |
ObjectDelta<T> |
ObjectDeltaOperation.getObjectDelta() |
Modifier and Type | Method and Description |
---|---|
static Collection<ObjectDelta> |
DeltaConvertor.createObjectDeltas(com.evolveum.midpoint.xml.ns._public.common.api_types_3.ObjectDeltaListType deltaList,
PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
static <T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ObjectDeltaOperation.containsDelta(Collection<? extends ObjectDeltaOperation<T>> deltaOps,
ObjectDelta<T> delta) |
boolean |
ObjectDeltaOperation.containsDelta(ObjectDelta<T> delta) |
void |
ObjectDeltaOperation.setObjectDelta(ObjectDelta<T> objectDelta) |
static ObjectDeltaType |
DeltaConvertor.toObjectDeltaType(ObjectDelta<? extends ObjectType> objectDelta) |
static ObjectDeltaType |
DeltaConvertor.toObjectDeltaType(ObjectDelta<? extends ObjectType> objectDelta,
DeltaConversionOptions options) |
static String |
DeltaConvertor.toObjectDeltaTypeXml(ObjectDelta<? extends ObjectType> delta) |
static String |
DeltaConvertor.toObjectDeltaTypeXml(ObjectDelta<? extends ObjectType> delta,
DeltaConversionOptions options) |
static <T extends Objectable> |
DeltaConvertor.toObjectModificationType(ObjectDelta<T> delta)
Converts this delta to ObjectModificationType (XML).
|
Modifier and Type | Method and Description |
---|---|
static Collection<ObjectDeltaOperation<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>> |
ObjectDeltaOperation.cloneDeltaCollection(Collection<ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>> origCollection) |
Constructor and Description |
---|
ObjectDeltaOperation(ObjectDelta<T> objectDelta) |
ObjectDeltaOperation(ObjectDelta<T> objectDelta,
OperationResult executionResult) |
Modifier and Type | Method and Description |
---|---|
static Collection<ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>> |
MiscSchemaUtil.cloneObjectDeltaCollection(Collection<ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>> origCollection) |
static Collection<ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>> |
MiscSchemaUtil.createCollection(ObjectDelta<?>... deltas)
Convenience method that helps avoid some compiler warnings.
|
Modifier and Type | Method and Description |
---|---|
static void |
ReportTypeUtil.applyConfigurationDefinition(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ReportType> report,
ObjectDelta delta,
PrismContext prismContext) |
static Collection<ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>> |
MiscSchemaUtil.createCollection(ObjectDelta<?>... deltas)
Convenience method that helps avoid some compiler warnings.
|
Modifier and Type | Method and Description |
---|---|
static Collection<ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>> |
MiscSchemaUtil.cloneObjectDeltaCollection(Collection<ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>> origCollection) |
Modifier and Type | Method and Description |
---|---|
<O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType,T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
SecurityEnforcer.authorize(String operationUrl,
com.evolveum.midpoint.xml.ns._public.common.common_3.AuthorizationPhaseType phase,
PrismObject<O> object,
ObjectDelta<O> delta,
PrismObject<T> target,
OwnerResolver ownerResolver,
OperationResult result)
Evaluates authorization: simply returns if the currently logged it user is authorized for a
specified action.
|
<O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType,T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
SecurityEnforcer.isAuthorized(String operationUrl,
com.evolveum.midpoint.xml.ns._public.common.common_3.AuthorizationPhaseType phase,
PrismObject<O> object,
ObjectDelta<O> delta,
PrismObject<T> target,
OwnerResolver ownerResolver)
Returns true if the currently logged-in user is authorized for specified action, returns false otherwise.
|
Modifier and Type | Method and Description |
---|---|
<O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType,T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
SecurityEnforcerImpl.authorize(String operationUrl,
com.evolveum.midpoint.xml.ns._public.common.common_3.AuthorizationPhaseType phase,
PrismObject<O> object,
ObjectDelta<O> delta,
PrismObject<T> target,
OwnerResolver ownerResolver,
OperationResult result) |
<O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType,T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
SecurityEnforcerImpl.isAuthorized(String operationUrl,
com.evolveum.midpoint.xml.ns._public.common.common_3.AuthorizationPhaseType phase,
PrismObject<O> object,
ObjectDelta<O> delta,
PrismObject<T> target,
OwnerResolver ownerResolver) |
Modifier and Type | Method and Description |
---|---|
static ObjectDelta<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
IntegrationTestTools.createDetitleDelta(String accountOid,
QName associationName,
String groupOid,
PrismContext prismContext) |
static ObjectDelta<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
IntegrationTestTools.createEntitleDelta(String accountOid,
QName associationName,
String groupOid,
PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractIntegrationTest.assertNoChanges(ObjectDelta<?> delta) |
protected void |
AbstractIntegrationTest.assertNoChanges(String desc,
ObjectDelta<?> delta) |
Modifier and Type | Method and Description |
---|---|
ContainerDelta |
AssignmentTablePanel.handleAssignmentDeltas(ObjectDelta<T> userDelta,
PrismContainerDefinition def,
QName assignmentPath) |
Constructor and Description |
---|
DeltaDto(ObjectDelta delta) |
Modifier and Type | Method and Description |
---|---|
ObjectDelta |
ObjectWrapper.getObjectDelta() |
ObjectDelta<O> |
ObjectWrapper.getOldDelta() |
Modifier and Type | Method and Description |
---|---|
void |
ObjectWrapper.setOldDelta(ObjectDelta<O> oldDelta) |
Modifier and Type | Method and Description |
---|---|
void |
ProgressReporter.executeChanges(Collection<ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>> deltas,
ModelExecuteOptions options,
Task task,
OperationResult result,
org.apache.wicket.ajax.AjaxRequestTarget target)
Executes changes on behalf of the parent page.
|
Modifier and Type | Method and Description |
---|---|
protected ContainerDelta |
PageAdminFocus.handleAssignmentDeltas(ObjectDelta<T> focusDelta,
List<AssignmentEditorDto> assignments,
PrismContainerDefinition def) |
protected void |
PageAdminFocus.prepareFocusDeltaForModify(ObjectDelta<T> focusDelta) |
protected void |
PageAdminAbstractRole.prepareFocusDeltaForModify(ObjectDelta<T> focusDelta) |
Modifier and Type | Method and Description |
---|---|
protected void |
PageRole.prepareFocusDeltaForModify(ObjectDelta<com.evolveum.midpoint.xml.ns._public.common.common_3.RoleType> focusDelta) |
Modifier and Type | Method and Description |
---|---|
<O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType,T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MidPointGuiAuthorizationEvaluator.authorize(String operationUrl,
com.evolveum.midpoint.xml.ns._public.common.common_3.AuthorizationPhaseType phase,
PrismObject<O> object,
ObjectDelta<O> delta,
PrismObject<T> target,
OwnerResolver ownerResolver,
OperationResult result) |
<O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType,T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MidPointGuiAuthorizationEvaluator.isAuthorized(String operationUrl,
com.evolveum.midpoint.xml.ns._public.common.common_3.AuthorizationPhaseType phase,
PrismObject<O> object,
ObjectDelta<O> delta,
PrismObject<T> target,
OwnerResolver ownerResolver) |
Modifier and Type | Method and Description |
---|---|
static <T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
WebModelUtils.createActivationAdminStatusDelta(Class<T> type,
String oid,
boolean enabled,
PrismContext context) |
Modifier and Type | Method and Description |
---|---|
static Collection<ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>> |
WebMiscUtil.createDeltaCollection(ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>... deltas) |
Modifier and Type | Method and Description |
---|---|
static Collection<ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>> |
WebMiscUtil.createDeltaCollection(ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>... deltas) |
static void |
WebMiscUtil.encryptCredentials(ObjectDelta delta,
boolean encrypt,
MidPointApplication app) |
static void |
WebModelUtils.save(ObjectDelta delta,
ModelExecuteOptions options,
OperationResult result,
PageBase page) |
static void |
WebModelUtils.save(ObjectDelta delta,
OperationResult result,
PageBase page) |
Modifier and Type | Method and Description |
---|---|
static void |
WebModelUtils.save(Collection<ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>> deltas,
ModelExecuteOptions options,
OperationResult result,
PageBase page) |
Modifier and Type | Method and Description |
---|---|
Collection<SimpleValidationError> |
MidpointFormValidatorImpl.validateObject(PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> object,
Collection<ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>> deltas) |
Collection<SimpleValidationError> |
MidpointFormValidator.validateObject(PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> object,
Collection<ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>> deltas)
Performs a validation on an instance of object.
|
Modifier and Type | Method and Description |
---|---|
List<ObjectDelta<Objectable>> |
WfTaskUtil.retrieveDeltasToProcess(Task task) |
List<ObjectDelta<Objectable>> |
Job.retrieveResultingDeltas() |
List<ObjectDelta<Objectable>> |
WfTaskUtil.retrieveResultingDeltas(Task task) |
Modifier and Type | Method and Description |
---|---|
void |
JobCreationInstruction.addTaskDeltasVariable(PrismPropertyDefinition<ObjectDeltaType> definition,
ObjectDelta delta) |
Modifier and Type | Method and Description |
---|---|
void |
JobCreationInstruction.addTaskDeltasVariable(PrismPropertyDefinition<ObjectDeltaType> definition,
Collection<ObjectDelta> deltas) |
void |
WfTaskUtil.storeDeltasToProcess(List<ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>> deltas,
Task task) |
void |
WfTaskUtil.storeResultingDeltas(List<ObjectDelta<Objectable>> deltas,
Task task) |
Modifier and Type | Method and Description |
---|---|
ObjectDelta |
PcpRepoAccessHelper.getObjectDelta(Map<String,Object> variables) |
ObjectDelta |
PcpRepoAccessHelper.getObjectDelta(Map<String,Object> variables,
boolean mayBeNull) |
Modifier and Type | Method and Description |
---|---|
List<ObjectDelta<Objectable>> |
PcpJob.retrieveDeltasToProcess() |
Modifier and Type | Method and Description |
---|---|
void |
PcpChildJobCreationInstruction.setDeltaProcessAndTaskVariables(ObjectDelta delta) |
Modifier and Type | Method and Description |
---|---|
void |
PcpJob.storeResultingDeltas(List<ObjectDelta<Objectable>> deltas) |
Modifier and Type | Method and Description |
---|---|
List<ObjectDelta<Objectable>> |
BasePrimaryChangeAspect.prepareDeltaOut(ProcessEvent event,
PcpJob pcpJob,
OperationResult result) |
List<ObjectDelta<Objectable>> |
PrimaryChangeAspectHelper.prepareDeltaOut(ProcessEvent event,
PcpJob pcpJob,
OperationResult result)
Prepares deltaOut from deltaIn, based on process instance variables.
|
List<ObjectDelta<Objectable>> |
PrimaryChangeAspect.prepareDeltaOut(ProcessEvent event,
PcpJob job,
OperationResult result)
On process instance end, prepares deltaOut based in deltaIn and information gathered during approval process.
|
Modifier and Type | Method and Description |
---|---|
List<PcpChildJobCreationInstruction> |
PrimaryChangeAspect.prepareJobCreationInstructions(ModelContext<?> modelContext,
com.evolveum.midpoint.xml.ns._public.common.common_3.WfConfigurationType wfConfigurationType,
ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> change,
Task taskFromModel,
OperationResult result)
Examines the change and determines whether there are pieces that require (change type specific)
approval, for example, if there are roles added.
|
Modifier and Type | Method and Description |
---|---|
List<PcpChildJobCreationInstruction> |
AddAssignmentAspect.prepareJobCreationInstructions(ModelContext<?> modelContext,
com.evolveum.midpoint.xml.ns._public.common.common_3.WfConfigurationType wfConfigurationType,
ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> change,
Task taskFromModel,
OperationResult result) |
List<PcpChildJobCreationInstruction> |
ModifyAssignmentAspect.prepareJobCreationInstructions(ModelContext<?> modelContext,
com.evolveum.midpoint.xml.ns._public.common.common_3.WfConfigurationType wfConfigurationType,
ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> change,
Task taskFromModel,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
List<PcpChildJobCreationInstruction> |
AddObjectAspect.prepareJobCreationInstructions(ModelContext<?> modelContext,
com.evolveum.midpoint.xml.ns._public.common.common_3.WfConfigurationType wfConfigurationType,
ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> change,
Task taskFromModel,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
List<PcpChildJobCreationInstruction> |
ChangePasswordAspect.prepareJobCreationInstructions(ModelContext<?> modelContext,
com.evolveum.midpoint.xml.ns._public.common.common_3.WfConfigurationType wfConfigurationType,
ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> change,
Task taskFromModel,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
ObjectDelta |
MiscDataUtil.getObjectDelta(Map<String,Object> variables) |
ObjectDelta |
MiscDataUtil.getObjectDelta(Map<String,Object> variables,
boolean mayBeNull) |
Copyright © 2015 evolveum. All rights reserved.