Uses of Class
com.evolveum.midpoint.schema.processor.PropertyModification

Packages that use PropertyModification
com.evolveum.midpoint.schema.processor   
com.evolveum.midpoint.task.api   
com.evolveum.midpoint.task.impl   
 

Uses of PropertyModification in com.evolveum.midpoint.schema.processor
 

Methods in com.evolveum.midpoint.schema.processor that return PropertyModification
 PropertyModification Property.createModification(PropertyModification.ModificationType modificationType, PropertyValue<java.lang.Object> modifyValue)
           
 PropertyModification Property.createModification(PropertyModification.ModificationType modificationType, java.util.Set<PropertyValue<java.lang.Object>> modifyValues)
           
 

Methods in com.evolveum.midpoint.schema.processor with parameters of type PropertyModification
 void PropertyContainer.applyModification(PropertyModification modification)
           
 

Method parameters in com.evolveum.midpoint.schema.processor with type arguments of type PropertyModification
 void PropertyContainer.applyModifications(java.util.List<PropertyModification> modifications)
           
 

Uses of PropertyModification in com.evolveum.midpoint.task.api
 

Method parameters in com.evolveum.midpoint.task.api with type arguments of type PropertyModification
 void Task.modifyExtension(java.util.List<PropertyModification> modifications, OperationResult parentResult)
          TODO The modification path is relative to the extension, therefore it will almost always be "." (or null).
 

Uses of PropertyModification in com.evolveum.midpoint.task.impl
 

Method parameters in com.evolveum.midpoint.task.impl with type arguments of type PropertyModification
 void TaskImpl.modifyExtension(java.util.List<PropertyModification> modifications, OperationResult parentResult)
           
 



Copyright © 2012 evolveum. All Rights Reserved.