Uses of Class
com.evolveum.midpoint.gui.impl.page.self.requestAccess.ConflictItem
Packages that use ConflictItem
-
Uses of ConflictItem in com.evolveum.midpoint.gui.impl.page.self.requestAccess
Methods in com.evolveum.midpoint.gui.impl.page.self.requestAccess that return ConflictItemModifier and TypeMethodDescriptionConflict.getAdded()Conflict.getExclusion()Conflict.getToBeRemoved()Methods in com.evolveum.midpoint.gui.impl.page.self.requestAccess with parameters of type ConflictItemModifier and TypeMethodDescriptionvoidConflict.setToBeRemoved(ConflictItem toBeRemoved) voidRequestAccess.solveConflict(Conflict conflict, ConflictItem toRemove) Method parameters in com.evolveum.midpoint.gui.impl.page.self.requestAccess with type arguments of type ConflictItemModifier and TypeMethodDescriptionprotected voidConflictItemPanel.fixConflictPerformed(org.apache.wicket.ajax.AjaxRequestTarget target, org.apache.wicket.model.IModel<ConflictItem> assignmentToKeep) Constructors in com.evolveum.midpoint.gui.impl.page.self.requestAccess with parameters of type ConflictItemModifierConstructorDescriptionConflict(ObjectReferenceType personOfInterest, ConflictItem added, ConflictItem exclusion, String shortMessage, String message, boolean warning)