public class MidpointFormValidatorImpl extends Object implements MidpointFormValidator
Constructor and Description |
---|
MidpointFormValidatorImpl() |
Modifier and Type | Method and Description |
---|---|
Collection<SimpleValidationError> |
validateAssignment(com.evolveum.midpoint.xml.ns._public.common.common_3.AssignmentType assignment)
Performs a validation on an instance of AssignmentType that represents
an assignment in midPoint.
|
Collection<SimpleValidationError> |
validateObject(PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> object,
Collection<ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>> deltas)
Performs a validation on an instance of object.
|
public Collection<SimpleValidationError> validateObject(PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> object, Collection<ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>> deltas)
MidpointFormValidator
validateObject
in interface MidpointFormValidator
object
- An object to validatedeltas
- A collection of ObjectDelta instances - a representation of changes made by userpublic Collection<SimpleValidationError> validateAssignment(com.evolveum.midpoint.xml.ns._public.common.common_3.AssignmentType assignment)
MidpointFormValidator
validateAssignment
in interface MidpointFormValidator
assignment
- An object to validateCopyright © 2016 evolveum. All rights reserved.