Uses of Class
com.evolveum.midpoint.web.model.dto.PropertyChange

Packages that use PropertyChange
com.evolveum.midpoint.web.model   
com.evolveum.midpoint.web.model.impl   
 

Uses of PropertyChange in com.evolveum.midpoint.web.model
 

Methods in com.evolveum.midpoint.web.model that return types with arguments of type PropertyChange
 java.util.Set<PropertyChange> AccountManager.submit(AccountShadowDto changedObject, java.util.List<AccountShadowType> oldAccounts, Task task, OperationResult parentResult)
           
 java.util.Set<PropertyChange> ObjectManager.submit(T changedObject, Task task, OperationResult parentResult)
          Modify the object.
 

Uses of PropertyChange in com.evolveum.midpoint.web.model.impl
 

Methods in com.evolveum.midpoint.web.model.impl that return types with arguments of type PropertyChange
 java.util.Set<PropertyChange> AccountManagerImpl.submit(AccountShadowDto changedObject, java.util.List<AccountShadowType> oldAccounts, Task task, OperationResult parentResult)
           
 java.util.Set<PropertyChange> AccountManagerImpl.submit(AccountShadowDto changedObject, Task task, OperationResult parentResult)
           
 java.util.Set<PropertyChange> ResourceManagerImpl.submit(GuiResourceDto changedObject, Task task, OperationResult parentResult)
           
 java.util.Set<PropertyChange> UserManagerImpl.submit(GuiUserDto changedObject, Task task, OperationResult parentResult)
           
 java.util.Set<PropertyChange> BasicObjectManagerImpl.submit(ObjectDto<ObjectType> changedObject, Task task, OperationResult parentResult)
           
 java.util.Set<PropertyChange> RoleManagerImpl.submit(RoleDto newRole, Task task, OperationResult parentResult)
           
 java.util.Set<PropertyChange> SystemManagerImpl.submit(SystemConfigurationDto changedObject, Task task, OperationResult parentResult)
           
 



Copyright © 2012 evolveum. All Rights Reserved.