|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ObjectDelta in com.evolveum.midpoint.audit.api |
---|
Methods in com.evolveum.midpoint.audit.api that return types with arguments of type ObjectDelta | |
---|---|
java.util.Collection<ObjectDelta<? extends ObjectType>> |
AuditEventRecord.getDeltas()
|
Methods in com.evolveum.midpoint.audit.api with parameters of type ObjectDelta | |
---|---|
void |
AuditEventRecord.addDelta(ObjectDelta<? extends ObjectType> delta)
|
Method parameters in com.evolveum.midpoint.audit.api with type arguments of type ObjectDelta | |
---|---|
void |
AuditEventRecord.addDeltas(java.util.Collection<ObjectDelta<? extends ObjectType>> deltasToAdd)
|
Uses of ObjectDelta in com.evolveum.midpoint.common.expression |
---|
Methods in com.evolveum.midpoint.common.expression that return ObjectDelta | |
---|---|
ObjectDelta<T> |
ObjectDeltaObject.getObjectDelta()
|
Methods in com.evolveum.midpoint.common.expression with parameters of type ObjectDelta | ||
---|---|---|
static
|
ObjectDeltaObject.create(PrismObject<T> oldObject,
ObjectDelta<T> delta)
|
Constructors in com.evolveum.midpoint.common.expression with parameters of type ObjectDelta | |
---|---|
ObjectDeltaObject(PrismObject<T> oldObject,
ObjectDelta<T> delta,
PrismObject<T> newObject)
|
Uses of ObjectDelta in com.evolveum.midpoint.common.refinery |
---|
Subclasses of ObjectDelta in com.evolveum.midpoint.common.refinery | |
---|---|
class |
ShadowDiscriminatorObjectDelta<T extends Objectable>
|
Uses of ObjectDelta in com.evolveum.midpoint.model.api |
---|
Method parameters in com.evolveum.midpoint.model.api with type arguments of type ObjectDelta | ||
---|---|---|
void |
ModelService.executeChanges(java.util.Collection<ObjectDelta<? extends ObjectType>> deltas,
java.util.Collection<ObjectOperationOption> options,
Task task,
OperationResult parentResult)
Execute the provided object deltas. |
|
|
ModelInteractionService.previewChanges(java.util.Collection<ObjectDelta<? extends ObjectType>> deltas,
Task task,
OperationResult result)
Computes the most likely changes triggered by the provided delta. |
Uses of ObjectDelta in com.evolveum.midpoint.model.api.context |
---|
Methods in com.evolveum.midpoint.model.api.context that return ObjectDelta | |
---|---|
ObjectDelta<O> |
ModelElementContext.getPrimaryDelta()
|
ObjectDelta<O> |
ModelElementContext.getSecondaryDelta()
|
ObjectDelta<O> |
ModelProjectionContext.getSyncDelta()
Returns synchronization delta. |
Methods in com.evolveum.midpoint.model.api.context with parameters of type ObjectDelta | |
---|---|
void |
ModelElementContext.setPrimaryDelta(ObjectDelta<O> primaryDelta)
|
void |
ModelElementContext.setSecondaryDelta(ObjectDelta<O> secondaryDelta)
|
void |
ModelProjectionContext.setSyncDelta(ObjectDelta<O> syncDelta)
|
Uses of ObjectDelta in com.evolveum.midpoint.model.api.hooks |
---|
Method parameters in com.evolveum.midpoint.model.api.hooks with type arguments of type ObjectDelta | |
---|---|
void |
ChangeHook.postChange(java.util.Collection<ObjectDelta<? extends ObjectType>> changes,
Task task,
OperationResult result)
Deprecated. |
Uses of ObjectDelta in com.evolveum.midpoint.model.controller |
---|
Method parameters in com.evolveum.midpoint.model.controller with type arguments of type ObjectDelta | ||
---|---|---|
void |
ModelController.executeChanges(java.util.Collection<ObjectDelta<? extends ObjectType>> deltas,
java.util.Collection<ObjectOperationOption> options,
Task task,
OperationResult parentResult)
|
|
void |
SystemConfigurationHandler.postChange(java.util.Collection<ObjectDelta<? extends ObjectType>> changes,
Task task,
OperationResult parentResult)
Deprecated. |
|
|
ModelController.previewChanges(java.util.Collection<ObjectDelta<? extends ObjectType>> deltas,
Task task,
OperationResult parentResult)
|
Uses of ObjectDelta in com.evolveum.midpoint.model.lens |
---|
Methods in com.evolveum.midpoint.model.lens that return ObjectDelta | |
---|---|
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)
|
Methods in com.evolveum.midpoint.model.lens that return types with arguments of type ObjectDelta | |
---|---|
java.util.Collection<ObjectDelta<? extends ObjectType>> |
LensContext.getAllChanges()
Returns all changes, user and all accounts. |
java.util.List<ObjectDelta<O>> |
LensElementContext.getExecutedDeltas()
|
java.util.Collection<ObjectDelta<? extends ObjectType>> |
LensContext.getExecutedDeltas()
Returns all executed deltas, user and all accounts. |
java.util.Iterator<ObjectDelta<O>> |
ObjectDeltaWaves.iterator()
|
java.util.ListIterator<ObjectDelta<O>> |
ObjectDeltaWaves.listIterator()
|
java.util.ListIterator<ObjectDelta<O>> |
ObjectDeltaWaves.listIterator(int index)
|
java.util.List<ObjectDelta<O>> |
ObjectDeltaWaves.subList(int fromIndex,
int toIndex)
|
Methods in com.evolveum.midpoint.model.lens with parameters of type ObjectDelta | |
---|---|
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)
|
void |
LensElementContext.addToExecutedDeltas(ObjectDelta<O> executedDelta)
|
ObjectDelta<O> |
ObjectDeltaWaves.getMergedDeltas(ObjectDelta<O> initialDelta,
int maxWave)
Get merged deltas from the waves up to maxWave (including). |
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)
|
Method parameters in com.evolveum.midpoint.model.lens with type arguments of type ObjectDelta | ||
---|---|---|
boolean |
ObjectDeltaWaves.addAll(java.util.Collection<? extends ObjectDelta<O>> c)
|
|
boolean |
ObjectDeltaWaves.addAll(int index,
java.util.Collection<? extends ObjectDelta<O>> c)
|
|
static
|
LensUtil.objectDeltasToContext(java.util.Collection<ObjectDelta<? extends ObjectType>> deltas,
ProvisioningService provisioningService,
PrismContext prismContext,
Task task,
OperationResult result)
|
Uses of ObjectDelta in com.evolveum.midpoint.model.sync.action |
---|
Methods in com.evolveum.midpoint.model.sync.action with parameters of type ObjectDelta | |
---|---|
protected void |
BaseAction.createActivationPropertyDelta(ObjectDelta<?> objectDelta,
com.evolveum.midpoint.model.sync.action.ActivationDecision activationDecision,
java.lang.Boolean oldValue)
|
Uses of ObjectDelta in com.evolveum.midpoint.model.test |
---|
Methods in com.evolveum.midpoint.model.test that return ObjectDelta | |
---|---|
protected ObjectDelta<UserType> |
AbstractModelIntegrationTest.createAccountAssignmentUserDelta(java.lang.String userOid,
java.lang.String resourceOid,
java.lang.String intent,
boolean add)
|
protected ObjectDelta<UserType> |
AbstractModelIntegrationTest.createAssignmentUserDelta(java.lang.String userOid,
java.lang.String roleOid,
javax.xml.namespace.QName refType,
javax.xml.namespace.QName relation,
boolean add)
|
protected ObjectDelta<AccountShadowType> |
AbstractModelIntegrationTest.createModifyAccountShadowAddDelta(java.lang.String accountOid,
ItemPath propertyName,
java.lang.Object... newRealValue)
|
protected ObjectDelta<AccountShadowType> |
AbstractModelIntegrationTest.createModifyAccountShadowEmptyDelta(java.lang.String accountOid)
|
protected ObjectDelta<AccountShadowType> |
AbstractModelIntegrationTest.createModifyAccountShadowReplaceAttributeDelta(java.lang.String accountOid,
PrismObject<ResourceType> resource,
javax.xml.namespace.QName attributeName,
java.lang.Object... newRealValue)
|
protected ObjectDelta<AccountShadowType> |
AbstractModelIntegrationTest.createModifyAccountShadowReplaceAttributeDelta(java.lang.String accountOid,
PrismObject<ResourceType> resource,
java.lang.String attributeName,
java.lang.Object... newRealValue)
|
protected ObjectDelta<AccountShadowType> |
AbstractModelIntegrationTest.createModifyAccountShadowReplaceDelta(java.lang.String accountOid,
PrismObject<ResourceType> resource,
ItemPath itemPath,
java.lang.Object... newRealValue)
|
protected ObjectDelta<UserType> |
AbstractModelIntegrationTest.createModifyUserAddAccount(java.lang.String userOid,
PrismObject<ResourceType> resource)
|
protected ObjectDelta<UserType> |
AbstractModelIntegrationTest.createModifyUserAddDelta(java.lang.String userOid,
ItemPath propertyName,
java.lang.Object... newRealValue)
|
protected ObjectDelta<UserType> |
AbstractModelIntegrationTest.createModifyUserReplaceDelta(java.lang.String userOid,
ItemPath propertyName,
java.lang.Object... newRealValue)
|
protected ObjectDelta<UserType> |
AbstractModelIntegrationTest.createModifyUserReplaceDelta(java.lang.String userOid,
javax.xml.namespace.QName propertyName,
java.lang.Object... newRealValue)
|
Methods in com.evolveum.midpoint.model.test with parameters of type ObjectDelta | |
---|---|
protected void |
AbstractModelIntegrationTest.breakAssignmentDelta(ObjectDelta<UserType> userDelta)
Breaks user assignment delta in the context by inserting some empty value. |
Method parameters in com.evolveum.midpoint.model.test with type arguments of type ObjectDelta | |
---|---|
protected void |
AbstractModelIntegrationTest.breakAssignmentDelta(java.util.Collection<ObjectDelta<? extends ObjectType>> deltas)
Breaks user assignment delta in the context by inserting some empty value. |
Uses of ObjectDelta in com.evolveum.midpoint.model.util |
---|
Methods in com.evolveum.midpoint.model.util with parameters of type ObjectDelta | ||
---|---|---|
static
|
Utils.encryptValues(Protector protector,
ObjectDelta<T> object,
OperationResult objectResult)
|
Uses of ObjectDelta in com.evolveum.midpoint.prism |
---|
Methods in com.evolveum.midpoint.prism that return ObjectDelta | |
---|---|
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)
|
Methods in com.evolveum.midpoint.prism with parameters of type ObjectDelta | ||
---|---|---|
|
PrismContext.adopt(ObjectDelta<T> delta)
|
Uses of ObjectDelta in com.evolveum.midpoint.prism.delta |
---|
Methods in com.evolveum.midpoint.prism.delta that return ObjectDelta | ||
---|---|---|
ObjectDelta<T> |
ObjectDelta.clone()
Deep clone. |
|
static
|
ObjectDelta.createAddDelta(PrismObject<O> objectToAdd)
|
|
static
|
ObjectDelta.createDeleteDelta(java.lang.Class<O> type,
java.lang.String oid,
PrismContext prismContext)
|
|
static
|
ObjectDelta.createEmptyAddDelta(java.lang.Class<O> type,
java.lang.String oid,
PrismContext prismContext)
|
|
static
|
ObjectDelta.createEmptyDeleteDelta(java.lang.Class<O> type,
java.lang.String oid,
PrismContext prismContext)
|
|
static
|
ObjectDelta.createEmptyDelta(java.lang.Class<O> type,
java.lang.String oid,
PrismContext prismContext,
ChangeType changeType)
|
|
static
|
ObjectDelta.createEmptyModifyDelta(java.lang.Class<O> type,
java.lang.String oid,
PrismContext prismContext)
|
|
static
|
ObjectDelta.createModificationAddContainer(java.lang.Class<O> type,
java.lang.String oid,
ItemPath propertyPath,
PrismContext prismContext,
PrismContainerValue<C>... containerValues)
|
|
static
|
ObjectDelta.createModificationAddContainer(java.lang.Class<O> type,
java.lang.String oid,
javax.xml.namespace.QName propertyName,
PrismContext prismContext,
PrismContainerValue<C>... containerValues)
|
|
static
|
ObjectDelta.createModificationAddProperty(java.lang.Class<O> type,
java.lang.String oid,
ItemPath propertyPath,
PrismContext prismContext,
X... propertyValues)
|
|
static
|
ObjectDelta.createModificationAddProperty(java.lang.Class<O> type,
java.lang.String oid,
javax.xml.namespace.QName propertyName,
PrismContext prismContext,
X... propertyValues)
|
|
static
|
ObjectDelta.createModificationAddReference(java.lang.Class<O> type,
java.lang.String oid,
javax.xml.namespace.QName propertyName,
PrismContext prismContext,
PrismObject<?>... referenceObjects)
Convenience method for quick creation of object deltas that replace a single object property. |
|
static
|
ObjectDelta.createModificationAddReference(java.lang.Class<O> type,
java.lang.String oid,
javax.xml.namespace.QName propertyName,
PrismContext prismContext,
PrismReferenceValue... referenceValues)
Convenience method for quick creation of object deltas that replace a single object property. |
|
static
|
ObjectDelta.createModificationAddReference(java.lang.Class<O> type,
java.lang.String oid,
javax.xml.namespace.QName propertyName,
PrismContext prismContext,
java.lang.String... targetOids)
|
|
static
|
ObjectDelta.createModificationDeleteContainer(java.lang.Class<O> type,
java.lang.String oid,
ItemPath containerPath,
PrismContext prismContext,
PrismContainerValue<C>... containerValues)
|
|
static
|
ObjectDelta.createModificationDeleteContainer(java.lang.Class<O> type,
java.lang.String oid,
javax.xml.namespace.QName containerName,
PrismContext prismContext,
PrismContainerValue<C>... containerValues)
|
|
static
|
ObjectDelta.createModificationDeleteProperty(java.lang.Class<O> type,
java.lang.String oid,
ItemPath propertyPath,
PrismContext prismContext,
X... propertyValues)
|
|
static
|
ObjectDelta.createModificationDeleteReference(java.lang.Class<O> type,
java.lang.String oid,
javax.xml.namespace.QName propertyName,
PrismContext prismContext,
PrismReferenceValue... referenceValues)
Convenience method for quick creation of object deltas that replace a single object property. |
|
static
|
ObjectDelta.createModificationDeleteReference(java.lang.Class<O> type,
java.lang.String oid,
javax.xml.namespace.QName propertyName,
PrismContext prismContext,
java.lang.String... targetOids)
|
|
static
|
ObjectDelta.createModificationReplaceContainer(java.lang.Class<O> type,
java.lang.String oid,
ItemPath containerPath,
PrismContext prismContext,
PrismContainerValue<C>... containerValues)
|
|
static
|
ObjectDelta.createModificationReplaceContainer(java.lang.Class<O> type,
java.lang.String oid,
javax.xml.namespace.QName containerName,
PrismContext prismContext,
PrismContainerValue<C>... containerValues)
|
|
static
|
ObjectDelta.createModificationReplaceProperty(java.lang.Class<O> type,
java.lang.String oid,
ItemPath propertyPath,
PrismContext prismContext,
X... propertyValues)
Convenience method for quick creation of object deltas that replace a single object property. |
|
static
|
ObjectDelta.createModificationReplaceProperty(java.lang.Class<O> type,
java.lang.String oid,
javax.xml.namespace.QName propertyName,
PrismContext prismContext,
X... propertyValues)
Convenience method for quick creation of object deltas that replace a single object property. |
|
static
|
ObjectDelta.createModifyDelta(java.lang.String oid,
java.util.Collection<? extends ItemDelta> modifications,
java.lang.Class<T> objectTypeClass,
PrismContext prismContext)
|
|
static
|
ObjectDelta.createModifyDelta(java.lang.String oid,
ItemDelta modification,
java.lang.Class<T> objectTypeClass,
PrismContext prismContext)
|
|
static
|
DiffUtil.diff(java.io.File oldXmlFile,
java.io.File newXmlFile,
java.lang.Class<T> type,
PrismContext prismContext)
|
|
static
|
DiffUtil.diff(PrismObject<T> oldObject,
PrismObject<T> newObject)
|
|
static
|
DiffUtil.diff(java.lang.String oldXml,
java.lang.String newXml,
java.lang.Class<T> type,
PrismContext prismContext)
|
|
static
|
DiffUtil.diff(T oldObjectType,
T newObjectType,
java.lang.Class<T> type,
PrismContext prismContext)
|
|
static
|
ObjectDelta.summarize(java.util.List<ObjectDelta<T>> deltas)
Returns a delta that is a "sum" of all the deltas in the collection. |
|
static
|
ObjectDelta.summarize(ObjectDelta<T>... deltas)
Returns a delta that is a "sum" of all the deltas in the collection. |
|
static
|
ObjectDelta.union(ObjectDelta<T>... deltas)
Union of several object deltas. |
Methods in com.evolveum.midpoint.prism.delta with parameters of type ObjectDelta | ||
---|---|---|
protected static
|
ObjectDelta.fillInModificationAddContainer(ObjectDelta<O> objectDelta,
ItemPath propertyPath,
PrismContainerValue<C>... containerValues)
|
|
protected static
|
ObjectDelta.fillInModificationAddProperty(ObjectDelta<O> objectDelta,
ItemPath propertyPath,
X... propertyValues)
|
|
protected static
|
ObjectDelta.fillInModificationDeleteContainer(ObjectDelta<O> objectDelta,
ItemPath propertyPath,
PrismContainerValue<C>... containerValues)
|
|
protected static
|
ObjectDelta.fillInModificationDeleteProperty(ObjectDelta<O> objectDelta,
ItemPath propertyPath,
X... propertyValues)
|
|
protected static
|
ObjectDelta.fillInModificationReplaceContainer(ObjectDelta<O> objectDelta,
ItemPath propertyPath,
PrismContainerValue<C>... containerValues)
|
|
protected static
|
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
|
ObjectDelta.summarize(ObjectDelta<T>... deltas)
Returns a delta that is a "sum" of all the deltas in the collection. |
|
static
|
ObjectDelta.union(ObjectDelta<T>... deltas)
Union of several object deltas. |
Method parameters in com.evolveum.midpoint.prism.delta with type arguments of type ObjectDelta | ||
---|---|---|
static void |
ObjectDelta.checkConsistence(java.util.Collection<? extends ObjectDelta<?>> deltas)
|
|
static
|
ObjectDelta.summarize(java.util.List<ObjectDelta<T>> deltas)
Returns a delta that is a "sum" of all the deltas in the collection. |
Uses of ObjectDelta in com.evolveum.midpoint.prism.schema |
---|
Methods in com.evolveum.midpoint.prism.schema with parameters of type ObjectDelta | ||
---|---|---|
|
SchemaRegistry.applyDefinition(ObjectDelta<T> objectDelta,
java.lang.Class<T> type,
boolean force)
This method will try to locate the appropriate object definition and apply it. |
Uses of ObjectDelta in com.evolveum.midpoint.prism.util |
---|
Methods in com.evolveum.midpoint.prism.util that return ObjectDelta | ||
---|---|---|
static
|
PrismTestUtil.parseDelta(java.io.File file)
|
Methods in com.evolveum.midpoint.prism.util with parameters of type ObjectDelta | ||
---|---|---|
static ContainerDelta<?> |
PrismAsserts.assertContainerAdd(ObjectDelta<?> objectDelta,
ItemPath propertyPath)
|
|
static ContainerDelta<?> |
PrismAsserts.assertContainerAdd(ObjectDelta<?> objectDelta,
javax.xml.namespace.QName name)
|
|
static ContainerDelta<?> |
PrismAsserts.assertContainerDelete(ObjectDelta<?> objectDelta,
ItemPath propertyPath)
|
|
static ContainerDelta<?> |
PrismAsserts.assertContainerDelete(ObjectDelta<?> objectDelta,
javax.xml.namespace.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.assertNoItemDelta(ObjectDelta<?> userDelta,
ItemPath propertyPath)
|
|
static void |
PrismAsserts.assertPropertyAdd(ObjectDelta<?> userDelta,
ItemPath propertyPath,
java.lang.Object... expectedValues)
|
|
static void |
PrismAsserts.assertPropertyAdd(ObjectDelta<?> objectDelta,
javax.xml.namespace.QName propertyName,
java.lang.Object... expectedValues)
|
|
static void |
PrismAsserts.assertPropertyDelete(ObjectDelta<?> userDelta,
ItemPath propertyPath,
java.lang.Object... expectedValues)
|
|
static void |
PrismAsserts.assertPropertyDelete(ObjectDelta<?> objectDelta,
javax.xml.namespace.QName propertyName,
java.lang.Object... expectedValues)
|
|
static
|
PrismAsserts.assertPropertyReplace(ObjectDelta<?> userDelta,
ItemPath propertyPath,
T... expectedValues)
|
|
static void |
PrismAsserts.assertPropertyReplace(ObjectDelta<?> objectDelta,
javax.xml.namespace.QName propertyName,
java.lang.Object... expectedValues)
|
Method parameters in com.evolveum.midpoint.prism.util with type arguments of type ObjectDelta | |
---|---|
static void |
PrismAsserts.asserHasDelta(java.lang.String message,
java.util.Collection<? extends ObjectDelta<? extends Objectable>> deltas,
ChangeType expectedChangeType,
java.lang.Class<?> expectedClass)
|
Uses of ObjectDelta in com.evolveum.midpoint.provisioning.api |
---|
Methods in com.evolveum.midpoint.provisioning.api that return ObjectDelta | |
---|---|
ObjectDelta<? extends ResourceObjectShadowType> |
ResourceObjectShadowChangeDescription.getObjectDelta()
|
ObjectDelta<? extends ResourceObjectShadowType> |
ResourceObjectShadowFailureDescription.getObjectDelta()
The operation that was about to execute and that has failed. |
Methods in com.evolveum.midpoint.provisioning.api with parameters of type ObjectDelta | ||
---|---|---|
|
ProvisioningService.applyDefinition(ObjectDelta<T> delta,
OperationResult parentResult)
Applies appropriate definition to the shadow delta. |
|
void |
ResourceObjectShadowChangeDescription.setObjectDelta(ObjectDelta<? extends ResourceObjectShadowType> objectDelta)
|
|
void |
ResourceObjectShadowFailureDescription.setObjectDelta(ObjectDelta<? extends ResourceObjectShadowType> objectDelta)
|
Uses of ObjectDelta in com.evolveum.midpoint.provisioning.impl |
---|
Methods in com.evolveum.midpoint.provisioning.impl with parameters of type ObjectDelta | ||
---|---|---|
|
ShadowConverter.applyAttributesDefinition(ObjectDelta<T> delta,
PrismObject<T> shadow,
ResourceType resource)
|
|
|
ShadowConverter.applyAttributesDefinition(ObjectDelta<T> delta,
ResourceShadowDiscriminator discriminator,
ResourceType resource)
|
|
void |
ResourceTypeManager.applyDefinition(ObjectDelta<ResourceType> delta,
OperationResult objectResult)
|
|
|
ProvisioningServiceImpl.applyDefinition(ObjectDelta<T> delta,
OperationResult parentResult)
|
|
|
ShadowCache.applyDefinition(ObjectDelta<T> delta,
OperationResult parentResult)
|
Uses of ObjectDelta in com.evolveum.midpoint.provisioning.ucf.api |
---|
Methods in com.evolveum.midpoint.provisioning.ucf.api that return ObjectDelta | |
---|---|
ObjectDelta<? extends ResourceObjectShadowType> |
Change.getObjectDelta()
|
Methods in com.evolveum.midpoint.provisioning.ucf.api with parameters of type ObjectDelta | |
---|---|
void |
Change.setObjectDelta(ObjectDelta<? extends ResourceObjectShadowType> change)
|
Constructors in com.evolveum.midpoint.provisioning.ucf.api with parameters of type ObjectDelta | |
---|---|
Change(java.util.Collection<ResourceAttribute<?>> identifiers,
ObjectDelta<? extends ResourceObjectShadowType> change,
PrismProperty token)
|
|
Change(ObjectDelta<? extends ResourceObjectShadowType> change,
PrismProperty token)
|
Uses of ObjectDelta in com.evolveum.midpoint.schema |
---|
Methods in com.evolveum.midpoint.schema that return ObjectDelta | ||
---|---|---|
static
|
DeltaConvertor.createObjectDelta(ObjectModificationType objectModification,
java.lang.Class<T> type,
PrismContext prismContext)
|
|
static
|
DeltaConvertor.createObjectDelta(ObjectModificationType objectModification,
PrismObjectDefinition<T> objDef)
|
|
ObjectDelta<T> |
ObjectDeltaOperation.getObjectDelta()
|
Methods in com.evolveum.midpoint.schema with parameters of type ObjectDelta | ||
---|---|---|
void |
ObjectDeltaOperation.setObjectDelta(ObjectDelta<T> objectDelta)
|
|
static ObjectDeltaType |
DeltaConvertor.toObjectDeltaType(ObjectDelta<? extends Objectable> objectDelta)
|
|
static
|
DeltaConvertor.toObjectModificationType(ObjectDelta<T> delta)
Converts this delta to ObjectModificationType (XML). |
Constructors in com.evolveum.midpoint.schema with parameters of type ObjectDelta | |
---|---|
ObjectDeltaOperation(ObjectDelta<T> objectDelta)
|
Uses of ObjectDelta in com.evolveum.midpoint.schema.util |
---|
Methods in com.evolveum.midpoint.schema.util that return types with arguments of type ObjectDelta | |
---|---|
static java.util.Collection<ObjectDelta<? extends ObjectType>> |
MiscSchemaUtil.cloneObjectDeltaCollection(java.util.Collection<ObjectDelta<? extends ObjectType>> origCollection)
|
static java.util.Collection<ObjectDelta<? extends ObjectType>> |
MiscSchemaUtil.createCollection(ObjectDelta<?>... deltas)
Convenience method that helps avoid some compiler warnings. |
Methods in com.evolveum.midpoint.schema.util with parameters of type ObjectDelta | |
---|---|
static java.util.Collection<ObjectDelta<? extends ObjectType>> |
MiscSchemaUtil.createCollection(ObjectDelta<?>... deltas)
Convenience method that helps avoid some compiler warnings. |
Method parameters in com.evolveum.midpoint.schema.util with type arguments of type ObjectDelta | |
---|---|
static java.util.Collection<ObjectDelta<? extends ObjectType>> |
MiscSchemaUtil.cloneObjectDeltaCollection(java.util.Collection<ObjectDelta<? extends ObjectType>> origCollection)
|
Uses of ObjectDelta in com.evolveum.midpoint.test |
---|
Methods in com.evolveum.midpoint.test that return ObjectDelta | |
---|---|
ObjectDelta<?> |
DummyAuditService.getExecutionDelta(int index)
|
Methods in com.evolveum.midpoint.test that return types with arguments of type ObjectDelta | |
---|---|
java.util.Collection<ObjectDelta<? extends ObjectType>> |
DummyAuditService.getExecutionDeltas()
|
java.util.Collection<ObjectDelta<? extends ObjectType>> |
DummyAuditService.getExecutionDeltas(int index)
|
Uses of ObjectDelta in com.evolveum.midpoint.web.component.prism |
---|
Methods in com.evolveum.midpoint.web.component.prism that return ObjectDelta | |
---|---|
ObjectDelta |
ObjectWrapper.getObjectDelta()
|
Uses of ObjectDelta in com.evolveum.midpoint.web.page.admin.users |
---|
Constructors in com.evolveum.midpoint.web.page.admin.users with parameters of type ObjectDelta | |
---|---|
PageSubmit(ModelContext previewChanges,
java.util.Collection<ObjectDelta<? extends ObjectType>> allDeltas,
ObjectDelta<UserType> userDelta,
java.util.ArrayList<PrismObject> accountsBeforeModify)
|
Constructor parameters in com.evolveum.midpoint.web.page.admin.users with type arguments of type ObjectDelta | |
---|---|
PageSubmit(ModelContext previewChanges,
java.util.Collection<ObjectDelta<? extends ObjectType>> allDeltas,
ObjectDelta<UserType> userDelta,
java.util.ArrayList<PrismObject> accountsBeforeModify)
|
Uses of ObjectDelta in com.evolveum.midpoint.web.util |
---|
Methods in com.evolveum.midpoint.web.util that return types with arguments of type ObjectDelta | |
---|---|
static java.util.Collection<ObjectDelta<? extends ObjectType>> |
WebMiscUtil.createDeltaCollection(ObjectDelta<? extends ObjectType>... deltas)
|
Methods in com.evolveum.midpoint.web.util with parameters of type ObjectDelta | |
---|---|
static java.util.Collection<ObjectDelta<? extends ObjectType>> |
WebMiscUtil.createDeltaCollection(ObjectDelta<? extends ObjectType>... deltas)
|
static void |
WebMiscUtil.encryptCredentials(ObjectDelta delta,
boolean encrypt,
MidPointApplication app)
|
Uses of ObjectDelta in com.evolveum.midpoint.wf |
---|
Method parameters in com.evolveum.midpoint.wf with type arguments of type ObjectDelta | |
---|---|
void |
WfHook.postChange(java.util.Collection<ObjectDelta<? extends ObjectType>> changes,
Task task,
OperationResult result)
Deprecated. |
Uses of ObjectDelta in com.evolveum.midpoint.wf.processes |
---|
Method parameters in com.evolveum.midpoint.wf.processes with type arguments of type ObjectDelta | |
---|---|
StartProcessInstruction |
ModifyUserSecondaryProcessWrapper.startProcessIfNeeded(ModelOperationStageType stage,
java.util.Collection<ObjectDelta<? extends ObjectType>> changes,
Task task)
|
StartProcessInstruction |
AddUserProcessWrapper.startProcessIfNeeded(ModelState state,
java.util.Collection<ObjectDelta<? extends ObjectType>> changes,
Task task)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |