Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.LimitationsType
-
Packages that use LimitationsType Package Description com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of LimitationsType in com.evolveum.midpoint.xml.ns._public.common.common_3
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return LimitationsType Modifier and Type Method Description LimitationsType
StringPolicyType. beginLimitations()
LimitationsType
LimitationsType. checkAgainstDictionary(Boolean value)
LimitationsType
LimitationsType. checkExpression(CheckExpressionType value)
LimitationsType
LimitationsType. checkPattern(String value)
LimitationsType
LimitationsType. clone()
Creates and returns a deep copy of this object.LimitationsType
ObjectFactory. createLimitationsType()
Create an instance ofLimitationsType
LimitationsType
StringPolicyType. getLimitations()
LimitationsType
LimitationsType. limit(StringLimitType value)
LimitationsType
LimitationsType. maxAttempts(Integer value)
LimitationsType
LimitationsType. maxLength(Integer value)
LimitationsType
LimitationsType. minLength(Integer value)
LimitationsType
LimitationsType. minUniqueChars(Integer value)
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type LimitationsType Modifier and Type Method Description StringPolicyType
StringPolicyType. limitations(LimitationsType value)
void
StringPolicyType. setLimitations(LimitationsType value)
Constructors in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type LimitationsType Constructor Description LimitationsType(LimitationsType o)
Creates a newLimitationsType
instance by deeply copying a givenLimitationsType
instance.
-