Uses of Class
com.evolveum.midpoint.gui.impl.page.self.requestAccess.ConflictState
-
Packages that use ConflictState Package Description com.evolveum.midpoint.gui.impl.page.self.requestAccess -
-
Uses of ConflictState in com.evolveum.midpoint.gui.impl.page.self.requestAccess
Methods in com.evolveum.midpoint.gui.impl.page.self.requestAccess that return ConflictState Modifier and Type Method Description ConflictState
Conflict. getState()
static ConflictState
ConflictState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ConflictState[]
ConflictState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.evolveum.midpoint.gui.impl.page.self.requestAccess with parameters of type ConflictState Modifier and Type Method Description void
Conflict. setState(ConflictState state)
-