Uses of Class
com.evolveum.midpoint.web.page.admin.users.dto.SubmitStatus

Packages that use SubmitStatus
com.evolveum.midpoint.web.page.admin.users.dto   
 

Uses of SubmitStatus in com.evolveum.midpoint.web.page.admin.users.dto
 

Methods in com.evolveum.midpoint.web.page.admin.users.dto that return SubmitStatus
 SubmitStatus SubmitPropertiesDto.getStatus()
           
 SubmitStatus SubmitAccountChangesDto.getStatus()
           
static SubmitStatus SubmitStatus.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SubmitStatus[] SubmitStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.evolveum.midpoint.web.page.admin.users.dto with parameters of type SubmitStatus
SubmitAccountChangesDto(PrismPropertyValue submitedValue, SubmitStatus status)
           
SubmitPropertiesDto(PrismPropertyValue submitedPropertie, SubmitStatus status)
           
 



Copyright © 2012 evolveum. All Rights Reserved.