|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(Collection<ObjectDelta<? extends ObjectType>> deltas,
ModelExecuteOptions options,
Task task,
OperationResult parentResult)
Execute the provided object deltas. |
|
|
ModelInteractionService.previewChanges(Collection<ObjectDelta<? extends ObjectType>> deltas,
ModelExecuteOptions options,
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.controller |
---|
Method parameters in com.evolveum.midpoint.model.controller with type arguments of type ObjectDelta | ||
---|---|---|
void |
ModelController.executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas,
ModelExecuteOptions options,
Task task,
OperationResult parentResult)
|
|
|
ModelController.previewChanges(Collection<ObjectDelta<? extends ObjectType>> deltas,
ModelExecuteOptions options,
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> |
LensElementContext.getSecondaryDelta()
|
ObjectDelta<O> |
LensFocusContext.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 | |
---|---|
Collection<ObjectDelta<? extends ObjectType>> |
LensContext.getAllChanges()
Returns all changes, user and all accounts. |
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)
|
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)
|
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 |
LensElementContext.setSecondaryDelta(ObjectDelta<O> secondaryDelta)
|
void |
LensFocusContext.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(Collection<? extends ObjectDelta<O>> c)
|
|
boolean |
ObjectDeltaWaves.addAll(int index,
Collection<? extends ObjectDelta<O>> c)
|
|
static
|
LensUtil.objectDeltasToContext(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,
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(String userOid,
String resourceOid,
String intent,
boolean add)
|
protected ObjectDelta<UserType> |
AbstractModelIntegrationTest.createAssignmentUserDelta(String userOid,
String roleOid,
QName refType,
QName relation,
boolean add)
|
protected ObjectDelta<AccountShadowType> |
AbstractModelIntegrationTest.createModifyAccountShadowAddDelta(String accountOid,
ItemPath propertyName,
Object... newRealValue)
|
protected ObjectDelta<AccountShadowType> |
AbstractModelIntegrationTest.createModifyAccountShadowEmptyDelta(String accountOid)
|
protected ObjectDelta<AccountShadowType> |
AbstractModelIntegrationTest.createModifyAccountShadowReplaceAttributeDelta(String accountOid,
PrismObject<ResourceType> resource,
QName attributeName,
Object... newRealValue)
|
protected ObjectDelta<AccountShadowType> |
AbstractModelIntegrationTest.createModifyAccountShadowReplaceAttributeDelta(String accountOid,
PrismObject<ResourceType> resource,
String attributeName,
Object... newRealValue)
|
protected ObjectDelta<AccountShadowType> |
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.createModifyUserReplaceDelta(String userOid,
ItemPath propertyName,
Object... newRealValue)
|
protected ObjectDelta<UserType> |
AbstractModelIntegrationTest.createModifyUserReplaceDelta(String userOid,
QName propertyName,
Object... newRealValue)
|
protected ObjectDelta<UserType> |
AbstractModelIntegrationTest.createReplaceAccountConstructionUserDelta(String userOid,
String id,
AccountConstructionType newValue)
|
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(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(Class<O> type,
String oid,
PrismContext prismContext)
|
|
static
|
ObjectDelta.createEmptyAddDelta(Class<O> type,
String oid,
PrismContext prismContext)
|
|
static
|
ObjectDelta.createEmptyDeleteDelta(Class<O> type,
String oid,
PrismContext prismContext)
|
|
static
|
ObjectDelta.createEmptyDelta(Class<O> type,
String oid,
PrismContext prismContext,
ChangeType changeType)
|
|
static
|
ObjectDelta.createEmptyModifyDelta(Class<O> type,
String oid,
PrismContext prismContext)
|
|
static
|
ObjectDelta.createModificationAddContainer(Class<O> type,
String oid,
ItemPath propertyPath,
PrismContext prismContext,
PrismContainerValue<C>... containerValues)
|
|
static
|
ObjectDelta.createModificationAddContainer(Class<O> type,
String oid,
QName propertyName,
PrismContext prismContext,
PrismContainerValue<C>... containerValues)
|
|
static
|
ObjectDelta.createModificationAddProperty(Class<O> type,
String oid,
ItemPath propertyPath,
PrismContext prismContext,
X... propertyValues)
|
|
static
|
ObjectDelta.createModificationAddProperty(Class<O> type,
String oid,
QName propertyName,
PrismContext prismContext,
X... propertyValues)
|
|
static
|
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
|
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
|
ObjectDelta.createModificationAddReference(Class<O> type,
String oid,
QName propertyName,
PrismContext prismContext,
String... targetOids)
|
|
static
|
ObjectDelta.createModificationDeleteContainer(Class<O> type,
String oid,
ItemPath containerPath,
PrismContext prismContext,
PrismContainerValue<C>... containerValues)
|
|
static
|
ObjectDelta.createModificationDeleteContainer(Class<O> type,
String oid,
QName containerName,
PrismContext prismContext,
PrismContainerValue<C>... containerValues)
|
|
static
|
ObjectDelta.createModificationDeleteProperty(Class<O> type,
String oid,
ItemPath propertyPath,
PrismContext prismContext,
X... propertyValues)
|
|
static
|
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
|
ObjectDelta.createModificationDeleteReference(Class<O> type,
String oid,
QName propertyName,
PrismContext prismContext,
String... targetOids)
|
|
static
|
ObjectDelta.createModificationReplaceContainer(Class<O> type,
String oid,
ItemPath containerPath,
PrismContext prismContext,
PrismContainerValue<C>... containerValues)
|
|
static
|
ObjectDelta.createModificationReplaceContainer(Class<O> type,
String oid,
QName containerName,
PrismContext prismContext,
PrismContainerValue<C>... containerValues)
|
|
static
|
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
|
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
|
ObjectDelta.createModifyDelta(String oid,
Collection<? extends ItemDelta> modifications,
Class<T> objectTypeClass,
PrismContext prismContext)
|
|
static
|
ObjectDelta.createModifyDelta(String oid,
ItemDelta modification,
Class<T> objectTypeClass,
PrismContext prismContext)
|
|
static
|
DiffUtil.diff(File oldXmlFile,
File newXmlFile,
Class<T> type,
PrismContext prismContext)
|
|
static
|
DiffUtil.diff(PrismObject<T> oldObject,
PrismObject<T> newObject)
|
|
static
|
DiffUtil.diff(String oldXml,
String newXml,
Class<T> type,
PrismContext prismContext)
|
|
static
|
DiffUtil.diff(T oldObjectType,
T newObjectType,
Class<T> type,
PrismContext prismContext)
|
|
static
|
ObjectDelta.summarize(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(Collection<? extends ObjectDelta<?>> deltas)
|
|
static
|
ObjectDelta.summarize(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,
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(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,
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.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
|
PrismAsserts.assertPropertyReplace(ObjectDelta<?> userDelta,
ItemPath propertyPath,
T... expectedValues)
|
|
static void |
PrismAsserts.assertPropertyReplace(ObjectDelta<?> objectDelta,
QName propertyName,
Object... expectedValues)
|
Method parameters in com.evolveum.midpoint.prism.util with type arguments of type ObjectDelta | |
---|---|
static void |
PrismAsserts.asserHasDelta(String message,
Collection<? extends ObjectDelta<? extends Objectable>> deltas,
ChangeType expectedChangeType,
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> |
ResourceOperationDescription.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 |
ResourceOperationDescription.setObjectDelta(ObjectDelta<? extends ResourceObjectShadowType> objectDelta)
|
Uses of ObjectDelta in com.evolveum.midpoint.provisioning.consistency.api |
---|
Methods in com.evolveum.midpoint.provisioning.consistency.api with parameters of type ObjectDelta | |
---|---|
protected ResourceOperationDescription |
ErrorHandler.createOperationDescription(ResourceObjectShadowType shadowType,
ResourceType resource,
ObjectDelta delta,
Task task,
OperationResult result)
|
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 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(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(ObjectDeltaType objectDeltaType,
PrismContext prismContext)
|
|
static
|
DeltaConvertor.createObjectDelta(ObjectModificationType objectModification,
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). |
Method parameters in com.evolveum.midpoint.schema with type arguments of type ObjectDelta | |
---|---|
static Collection<ObjectDeltaOperation<? extends ObjectType>> |
ObjectDeltaOperation.cloneDeltaCollection(Collection<ObjectDelta<? extends ObjectType>> origCollection)
|
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 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. |
Methods in com.evolveum.midpoint.schema.util with parameters of type ObjectDelta | |
---|---|
static 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 Collection<ObjectDelta<? extends ObjectType>> |
MiscSchemaUtil.cloneObjectDeltaCollection(Collection<ObjectDelta<? extends ObjectType>> origCollection)
|
Uses of ObjectDelta in com.evolveum.midpoint.web.component.prism |
---|
Methods in com.evolveum.midpoint.web.component.prism that return ObjectDelta | |
---|---|
ObjectDelta |
ObjectWrapper.getObjectDelta()
|
ObjectDelta |
ObjectWrapper.getOldDelta()
|
Methods in com.evolveum.midpoint.web.component.prism with parameters of type ObjectDelta | |
---|---|
void |
ObjectWrapper.setOldDelta(ObjectDelta oldDelta)
|
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 | |
---|---|
PageUserPreview(ModelContext previewChanges,
Collection<ObjectDelta<? extends ObjectType>> allDeltas,
ObjectDelta<UserType> userDelta,
ArrayList<PrismObject> accountsBeforeModify,
boolean forceAction)
|
Constructor parameters in com.evolveum.midpoint.web.page.admin.users with type arguments of type ObjectDelta | |
---|---|
PageUser(Collection<ObjectDelta<? extends ObjectType>> deltas,
String oid)
|
|
PageUserPreview(ModelContext previewChanges,
Collection<ObjectDelta<? extends ObjectType>> allDeltas,
ObjectDelta<UserType> userDelta,
ArrayList<PrismObject> accountsBeforeModify,
boolean forceAction)
|
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 Collection<ObjectDelta<? extends ObjectType>> |
WebMiscUtil.createDeltaCollection(ObjectDelta<? extends ObjectType>... deltas)
|
Methods in com.evolveum.midpoint.web.util with parameters of type ObjectDelta | |
---|---|
static 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.processes |
---|
Method parameters in com.evolveum.midpoint.wf.processes with type arguments of type ObjectDelta | |
---|---|
StartProcessInstruction |
AddUserProcessWrapper.startProcessIfNeeded(ModelState state,
Collection<ObjectDelta<? extends ObjectType>> changes,
Task task)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |