Modifier and Type | Method and Description |
---|---|
static <T extends ObjectType> |
CryptoUtil.checkEncrypted(ObjectDelta<T> delta) |
static <T extends ObjectType> |
CryptoUtil.encryptValues(Protector protector,
ObjectDelta<T> delta)
Encrypts all encryptable values in delta.
|
Modifier and Type | Method and Description |
---|---|
ObjectDelta<T> |
ObjectDeltaObject.getObjectDelta() |
Modifier and Type | Method and Description |
---|---|
static <T extends ObjectType> |
ObjectDeltaObject.create(PrismObject<T> oldObject,
ObjectDelta<T> delta) |
Constructor and Description |
---|
ObjectDeltaObject(PrismObject<T> oldObject,
ObjectDelta<T> delta,
PrismObject<T> newObject) |
Modifier and Type | Class and Description |
---|---|
class |
ShadowDiscriminatorObjectDelta<T extends Objectable> |
Modifier and Type | Method and Description |
---|---|
void |
ModelService.executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas,
ModelExecuteOptions options,
Task task,
OperationResult parentResult)
Execute the provided object deltas.
|
<F extends ObjectType,P extends ObjectType> |
ModelInteractionService.previewChanges(Collection<ObjectDelta<? extends 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<O> |
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<O> syncDelta) |
Modifier and Type | Method and Description |
---|---|
String |
MidpointFunctions.getPlaintextAccountPasswordFromDelta(ObjectDelta<? extends ShadowType> delta) |
Modifier and Type | Method and Description |
---|---|
String |
MidpointFunctions.getPlaintextUserPasswordFromDeltas(List<ObjectDelta<UserType>> deltas) |
Modifier and Type | Method and Description |
---|---|
void |
ModelController.executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas,
ModelExecuteOptions options,
Task task,
OperationResult parentResult) |
<F extends ObjectType,P extends ObjectType> |
ModelController.previewChanges(Collection<ObjectDelta<? extends ObjectType>> deltas,
ModelExecuteOptions options,
Task task,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
String |
MidpointFunctionsImpl.getPlaintextAccountPasswordFromDelta(ObjectDelta<? extends ShadowType> delta) |
Modifier and Type | Method and Description |
---|---|
String |
MidpointFunctionsImpl.getPlaintextUserPasswordFromDeltas(List<ObjectDelta<UserType>> objectDeltas) |
Modifier and Type | Method and Description |
---|---|
ObjectDelta<O> |
ObjectDeltaWaves.get(int index) |
ObjectDelta<O> |
LensElementContext.getDelta()
Returns user delta, both primary and secondary (merged together).
|
ObjectDelta<O> |
LensProjectionContext.getExecutableDelta()
Returns delta suitable for execution.
|
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<O> |
LensElementContext.getSecondaryDelta() |
ObjectDelta<O> |
LensFocusContext.getSecondaryDelta(int wave) |
ObjectDelta<O> |
LensProjectionContext.getSyncDelta() |
ObjectDelta<O> |
LensFocusContext.getWaveDelta(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 ObjectType>> |
LensContext.getAllChanges()
Returns all changes, user and all accounts.
|
Collection<ObjectDelta<? extends 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<O> delta) |
void |
LensElementContext.addPrimaryDelta(ObjectDelta<O> delta) |
void |
LensElementContext.addSecondaryDelta(ObjectDelta<O> delta) |
protected void |
LensElementContext.fixProvisioningTypeInDelta(ObjectDelta<O> delta,
Objectable object,
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) |
void |
LensElementContext.setPrimaryDelta(ObjectDelta<O> primaryDelta) |
void |
LensFocusContext.setProjectionWaveSecondaryDelta(ObjectDelta<O> secondaryDelta) |
void |
LensFocusContext.setSecondaryDelta(ObjectDelta<O> secondaryDelta) |
void |
LensElementContext.setSecondaryDelta(ObjectDelta<O> secondaryDelta) |
void |
LensFocusContext.setSecondaryDelta(ObjectDelta<O> secondaryDelta,
int wave) |
void |
LensProjectionContext.setSyncDelta(ObjectDelta<O> 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 ObjectType,P extends ObjectType> |
ContextFactory.createContext(Collection<ObjectDelta<? extends 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 |
---|---|
protected void |
BaseAction.createActivationPropertyDelta(ObjectDelta<?> objectDelta,
com.evolveum.midpoint.model.sync.action.ActivationDecision activationDecision,
ActivationStatusType oldValue) |
Modifier and Type | Method and Description |
---|---|
protected ObjectDelta<UserType> |
AbstractModelIntegrationTest.createAccountAssignmentUserDelta(String userOid,
String resourceOid,
String intent,
boolean add) |
protected ObjectDelta<UserType> |
AbstractModelIntegrationTest.createAssignmentUserDelta(String userOid,
String roleOid,
QName refType,
QName relation,
PrismContainer<?> extension,
boolean add) |
protected ObjectDelta<ShadowType> |
AbstractModelIntegrationTest.createModifyAccountShadowAddDelta(String accountOid,
ItemPath propertyName,
Object... newRealValue) |
protected ObjectDelta<ShadowType> |
AbstractModelIntegrationTest.createModifyAccountShadowEmptyDelta(String accountOid) |
protected ObjectDelta<ShadowType> |
AbstractModelIntegrationTest.createModifyAccountShadowReplaceAttributeDelta(String accountOid,
PrismObject<ResourceType> resource,
QName attributeName,
Object... newRealValue) |
protected ObjectDelta<ShadowType> |
AbstractModelIntegrationTest.createModifyAccountShadowReplaceAttributeDelta(String accountOid,
PrismObject<ResourceType> resource,
String attributeName,
Object... newRealValue) |
protected ObjectDelta<ShadowType> |
AbstractModelIntegrationTest.createModifyAccountShadowReplaceDelta(String accountOid,
PrismObject<ResourceType> resource,
ItemPath itemPath,
Object... newRealValue) |
protected ObjectDelta<UserType> |
AbstractModelIntegrationTest.createModifyUserAddAccount(String userOid,
PrismObject<ResourceType> resource) |
protected ObjectDelta<UserType> |
AbstractModelIntegrationTest.createModifyUserAddDelta(String userOid,
ItemPath propertyName,
Object... newRealValue) |
protected ObjectDelta<UserType> |
AbstractModelIntegrationTest.createModifyUserDeleteAccount(String userOid,
PrismObject<ResourceType> resource) |
protected ObjectDelta<UserType> |
AbstractModelIntegrationTest.createModifyUserDeleteDelta(String userOid,
ItemPath propertyName,
Object... newRealValue) |
protected ObjectDelta<UserType> |
AbstractModelIntegrationTest.createModifyUserReplaceDelta(String userOid,
ItemPath propertyName,
Object... newRealValue) |
protected ObjectDelta<UserType> |
AbstractModelIntegrationTest.createModifyUserReplaceDelta(String userOid,
QName propertyName,
Object... newRealValue) |
protected ObjectDelta<UserType> |
AbstractModelIntegrationTest.createModifyUserUnlinkAccount(String userOid,
PrismObject<ResourceType> resource) |
protected ObjectDelta<UserType> |
AbstractModelIntegrationTest.createReplaceAccountConstructionUserDelta(String userOid,
Long id,
ConstructionType newValue) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractModelIntegrationTest.assertEffectiveActivationDeltaOnly(ObjectDelta<UserType> userDelta,
String desc,
ActivationStatusType expectedEfficientActivation) |
protected void |
AbstractModelIntegrationTest.assertIterationDelta(ObjectDelta<ShadowType> shadowDelta,
Integer expectedIteration,
String expectedIterationToken) |
protected void |
AbstractModelIntegrationTest.breakAssignmentDelta(ObjectDelta<UserType> 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 ObjectType>> deltas)
Breaks user assignment delta in the context by inserting some empty value.
|
Modifier and Type | Method and Description |
---|---|
ObjectDelta<ShadowType> |
AccountEvent.getShadowDelta() |
ObjectDelta<UserType> |
ModelEvent.getSummarizedUserDeltas() |
Modifier and Type | Method and Description |
---|---|
List<ObjectDelta<UserType>> |
ModelEvent.getUserDeltas() |
Modifier and Type | Method and Description |
---|---|
String |
TextFormatter.formatObjectModificationDelta(ObjectDelta<? extends Objectable> objectDelta,
List<ItemPath> hiddenPaths,
boolean showOperationalAttributes) |
Modifier and Type | Method and Description |
---|---|
protected void |
GeneralNotifier.appendModifications(StringBuilder body,
ObjectDelta<? extends ObjectType> delta,
List<ItemPath> hiddenPaths,
Boolean showValuesBoolean) |
protected boolean |
GeneralNotifier.deltaContainsOtherPathsThan(ObjectDelta<? extends ObjectType> delta,
List<ItemPath> paths) |
Modifier and Type | Method and Description |
---|---|
ObjectDelta<T> |
PrismObject.createAddDelta() |
ObjectDelta<T> |
PrismObject.createDeleteDelta() |
ObjectDelta<T> |
PrismObject.createDelta(ChangeType changeType) |
ObjectDelta<T> |
PrismObject.diff(PrismObject<T> other) |
ObjectDelta<T> |
PrismObject.diff(PrismObject<T> 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,
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,
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 containerPath,
PrismContext prismContext,
PrismContainerValue<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,
Class<T> type,
PrismContext prismContext) |
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,
PrismContainerValue<C>... containerValues) |
protected static <O extends Objectable,X> |
ObjectDelta.fillInModificationReplaceProperty(ObjectDelta<O> objectDelta,
ItemPath propertyPath,
X... propertyValues) |
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 <T extends Objectable> |
PrismTestUtil.parseDelta(File file) |
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.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) |
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<? extends ShadowType> |
ResourceObjectShadowChangeDescription.getObjectDelta() |
ObjectDelta<? extends ShadowType> |
ResourceOperationDescription.getObjectDelta()
The operation that was about to execute and that has failed.
|
Modifier and Type | Method and Description |
---|---|
<T extends 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 ObjectType> |
ProvisioningService.applyDefinition(ObjectDelta<T> delta,
OperationResult parentResult)
Applies appropriate definition to the shadow/resource delta.
|
void |
ResourceObjectShadowChangeDescription.setObjectDelta(ObjectDelta<? extends ShadowType> objectDelta) |
void |
ResourceOperationDescription.setObjectDelta(ObjectDelta<? extends ShadowType> objectDelta) |
Modifier and Type | Method and Description |
---|---|
protected ResourceOperationDescription |
ErrorHandler.createOperationDescription(ShadowType shadowType,
ResourceType resource,
ObjectDelta delta,
Task task,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
ObjectClassComplexTypeDefinition |
ShadowCache.applyAttributesDefinition(ObjectDelta<ShadowType> delta,
PrismObject<ShadowType> shadow,
ResourceType resource) |
ObjectClassComplexTypeDefinition |
ShadowCache.applyAttributesDefinition(ObjectDelta<ShadowType> delta,
ResourceShadowDiscriminator discriminator,
ResourceType resource) |
void |
ResourceManager.applyDefinition(ObjectDelta<ResourceType> delta,
ResourceType resourceWhenNoOid,
OperationResult objectResult) |
void |
ShadowCache.applyDefinition(ObjectDelta<ShadowType> delta,
ShadowType shadowTypeWhenNoOid,
OperationResult parentResult) |
<T extends ObjectType> |
ProvisioningServiceImpl.applyDefinition(ObjectDelta<T> delta,
Objectable object,
OperationResult parentResult) |
<T extends ObjectType> |
ProvisioningServiceImpl.applyDefinition(ObjectDelta<T> delta,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
ObjectDelta<? extends 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(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(ObjectModificationType objectModification,
Class<T> type,
PrismContext prismContext) |
static <T extends Objectable> |
DeltaConvertor.createObjectDelta(ObjectModificationType objectModification,
PrismObjectDefinition<T> objDef) |
ObjectDelta<T> |
ObjectDeltaOperation.getObjectDelta() |
Modifier and Type | Method and Description |
---|---|
static <T extends 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 Objectable> objectDelta) |
static String |
DeltaConvertor.toObjectDeltaTypeXml(ObjectDelta<? extends Objectable> delta) |
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 ObjectType>> |
ObjectDeltaOperation.cloneDeltaCollection(Collection<ObjectDelta<? extends ObjectType>> origCollection) |
Constructor and Description |
---|
ObjectDeltaOperation(ObjectDelta<T> objectDelta) |
Modifier and Type | Method and Description |
---|---|
static Collection<ObjectDelta<? extends ObjectType>> |
MiscSchemaUtil.cloneObjectDeltaCollection(Collection<ObjectDelta<? extends ObjectType>> origCollection) |
static Collection<ObjectDelta<? extends ObjectType>> |
MiscSchemaUtil.createCollection(ObjectDelta<?>... deltas)
Convenience method that helps avoid some compiler warnings.
|
Modifier and Type | Method and Description |
---|---|
static Collection<ObjectDelta<? extends ObjectType>> |
MiscSchemaUtil.createCollection(ObjectDelta<?>... deltas)
Convenience method that helps avoid some compiler warnings.
|
Modifier and Type | Method and Description |
---|---|
static Collection<ObjectDelta<? extends ObjectType>> |
MiscSchemaUtil.cloneObjectDeltaCollection(Collection<ObjectDelta<? extends ObjectType>> origCollection) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractIntegrationTest.assertNoChanges(ObjectDelta<?> delta) |
protected void |
AbstractIntegrationTest.assertNoChanges(String desc,
ObjectDelta<?> delta) |
Constructor and Description |
---|
DeltaDto(ObjectDelta delta) |
Modifier and Type | Method and Description |
---|---|
ObjectDelta |
ObjectWrapper.getObjectDelta() |
ObjectDelta |
ObjectWrapper.getOldDelta() |
Modifier and Type | Method and Description |
---|---|
void |
ObjectWrapper.setOldDelta(ObjectDelta oldDelta) |
Constructor and Description |
---|
PageUserPreview(ModelContext previewChanges,
Collection<ObjectDelta<? extends ObjectType>> allDeltas,
ObjectDelta<UserType> userDelta,
ArrayList<PrismObject> accountsBeforeModify,
ExecuteChangeOptionsDto options) |
Constructor and Description |
---|
PageUser(Collection<ObjectDelta<? extends ObjectType>> deltas,
String oid) |
PageUserPreview(ModelContext previewChanges,
Collection<ObjectDelta<? extends ObjectType>> allDeltas,
ObjectDelta<UserType> userDelta,
ArrayList<PrismObject> accountsBeforeModify,
ExecuteChangeOptionsDto options) |
Modifier and Type | Method and Description |
---|---|
static Collection<ObjectDelta<? extends ObjectType>> |
WebMiscUtil.createDeltaCollection(ObjectDelta<? extends ObjectType>... deltas) |
Modifier and Type | Method and Description |
---|---|
static Collection<ObjectDelta<? extends ObjectType>> |
WebMiscUtil.createDeltaCollection(ObjectDelta<? extends ObjectType>... deltas) |
static void |
WebMiscUtil.encryptCredentials(ObjectDelta delta,
boolean encrypt,
MidPointApplication app) |
Modifier and Type | Method and Description |
---|---|
List<ObjectDelta<Objectable>> |
WfTaskUtil.retrieveDeltasToProcess(Task task) |
List<ObjectDelta<Objectable>> |
WfTaskUtil.retrieveResultingDeltas(Task task) |
Modifier and Type | Method and Description |
---|---|
void |
WfTaskUtil.storeDeltasToProcess(List<ObjectDelta<? extends ObjectType>> deltas,
Task task) |
void |
WfTaskUtil.storeResultingDeltas(List<ObjectDelta<Objectable>> deltas,
Task task) |
Modifier and Type | Method and Description |
---|---|
ObjectDelta |
WorkItemDetailed.getObjectDelta() |
Modifier and Type | Method and Description |
---|---|
void |
WorkItemDetailed.setObjectDelta(ObjectDelta objectDelta) |
Modifier and Type | Method and Description |
---|---|
List<ObjectDelta<? extends ObjectType>> |
StartProcessInstructionForPrimaryStage.getDeltas() |
List<ObjectDelta<Objectable>> |
PrimaryApprovalProcessWrapper.prepareDeltaOut(ProcessEvent event,
Task task,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
List<StartProcessInstructionForPrimaryStage> |
PrimaryApprovalProcessWrapper.prepareProcessesToStart(ModelContext<?,?> modelContext,
ObjectDelta<? extends ObjectType> change,
Task task,
OperationResult result)
Examines the change and determines whether there are pieces that require (change type specific)
approval, for example, if there are roles added.
|
void |
StartProcessInstructionForPrimaryStage.setDelta(ObjectDelta<? extends ObjectType> delta) |
Modifier and Type | Method and Description |
---|---|
void |
StartProcessInstructionForPrimaryStage.setDeltas(List<ObjectDelta<? extends ObjectType>> deltas) |
Modifier and Type | Method and Description |
---|---|
List<ObjectDelta<Objectable>> |
AbstractWrapper.prepareDeltaOut(ProcessEvent event,
Task task,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
List<StartProcessInstructionForPrimaryStage> |
AddRoleAssignmentWrapper.prepareProcessesToStart(ModelContext<?,?> modelContext,
ObjectDelta<? extends ObjectType> change,
Task task,
OperationResult result) |
List<StartProcessInstructionForPrimaryStage> |
ChangePasswordWrapper.prepareProcessesToStart(ModelContext<?,?> modelContext,
ObjectDelta<? extends ObjectType> change,
Task task,
OperationResult result) |
void |
AbstractWrapper.setDeltaProcessVariable(StartProcessInstruction instruction,
ObjectDelta delta) |
Modifier and Type | Method and Description |
---|---|
ObjectDelta |
MiscDataUtil.getObjectDelta(Map<String,Object> variables,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
PrismObject<? extends ObjectType> |
MiscDataUtil.getObjectAfter(Map<String,Object> variables,
ObjectDelta delta,
PrismObject<? extends ObjectType> objectBefore,
PrismContext prismContext,
OperationResult result) |
Copyright © 2013 evolveum. All rights reserved.