Uses of Class
org.apache.syncope.common.lib.types.EntityViolationType
-
-
Uses of EntityViolationType in org.apache.syncope.common.lib.types
Methods in org.apache.syncope.common.lib.types that return EntityViolationType Modifier and Type Method Description static EntityViolationTypeEntityViolationType. valueOf(String name)Returns the enum constant of this type with the specified name.static EntityViolationType[]EntityViolationType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EntityViolationType in org.apache.syncope.core.persistence.api.attrvalue.validation
Methods in org.apache.syncope.core.persistence.api.attrvalue.validation that return types with arguments of type EntityViolationType Modifier and Type Method Description Map<Class<?>,Set<EntityViolationType>>InvalidEntityException. getViolations()Methods in org.apache.syncope.core.persistence.api.attrvalue.validation with parameters of type EntityViolationType Modifier and Type Method Description booleanInvalidEntityException. hasViolation(EntityViolationType type)Constructors in org.apache.syncope.core.persistence.api.attrvalue.validation with parameters of type EntityViolationType Constructor Description InvalidEntityException(Class<?> entityClass, EntityViolationType entityViolationType, String message)Constructs a singleton map of violations from given parameters. -
Uses of EntityViolationType in org.apache.syncope.core.persistence.jpa.validation.entity
Methods in org.apache.syncope.core.persistence.jpa.validation.entity with parameters of type EntityViolationType Modifier and Type Method Description protected static StringAbstractValidator. getTemplate(EntityViolationType type, String message)
-