Constant Field Values

Contents

co.ecg.*

  • co.ecg.alpaca.core.model.AlpacaArchiveMetadata
    Modifier and Type
    Constant Field
    Value
    public static final String
    "metadata.json"
  • co.ecg.alpaca.core.model.ModelConstants
    Modifier and Type
    Constant Field
    Value
    public static final String
    "The announcement name must be between 1 and 80 characters long and is not allowed to contain the following characters: /, \\, % and +"
    public static final String
    "^[^%+\\\\/]{1,80}$"
    public static final String
    "The Calling Line ID must be between 1 and 30 characters long and is not allowed to contain the following characters: %, +, backslash, double quotes, or extended ascii characters."
    public static final String
    "(?=[ -~])^[^\\\\%+\"]{1,30}$"
    public static final String
    "The Department ID must be between 1 and 50 characters long and is not allowed to contain the following characters: %, +, backslash, parenthesis, or double quotes."
    public static final String
    "[^\\\\%+()\"]{1,50}$"
    public static final String
    "The email address can contain only one @ and A-Z, a-z, 0-9, ! # $ % & * + - / = _ { } | ~ ` . ? ^ or single quotes."
    public static final String
    ""
    public static final String
    "BroadWorks Service Provider ID must begin with a -, _, 0-9, a-z or A-Z; is not allowed to contain % \\ + / # :: single quote, double quote, or unicode characters; and must be between 1 and 30 characters long."
    public static final String
    "(?=[ -~])(?!.*::)^[\\w\\-]{1,1}[^%+\\\\/#\'\"]{0,29}$"
    public static final String
    "BroadWorks Group ID must begin with a -, _, 0-9, a-z or A-Z; is not allowed to contain % + / ; :: \\ single quote, double quote, or unicode characters; and must be between 1 and 30 characters long."
    public static final String
    "(?=[ -~])(?!.*::)^[\\w\\-]{1,1}[^%+\\\\/;\'\"]{0,29}$"
    public static final String
    "A phone number used for outgoing calls must contain only -, 0-9 or a E.164 formatted number. Additional spaces and dashes are allowed but will not be included in the number."
    public static final String
    ""
    public static final String
    ""
    public static final String
    "The SIP URI must be between 3 and 161 characters and cannot contain any characters except a leading +, A-Z, a-z, 0-9, -_.!~*() or single quotes. (IF A DOMAIN IS ENTERED) Domain Name may only contain letter, digit, ., -, :(IF USING A PHONE NUMBER) A phone number used for outgoing calls needs to be 2 to 30 digits. Spaces and dashes are not included in this length. An E.164 number used for outgoing calls must contain only characters +, - and 0-9. Only the leading character may be a +"
    public static final String
    ""
    public static final String
    "The user alias cannot contain any characters except A-Z, a-z, 0-9, - _ . ! ~ * ( ) or single quotes."
    public static final String
    ""
    public static final String
    "The User ID must be between the clusters configured minimum user id length and 80 characters long containing either a letter, a digit, a single quote, or one of the following characters: # $ % & + - / = ? ; . | _ ~ ! ` ^ { }. And The Domain must be between 1 and 80 characters long and may only contain the following characters: colons, hyphens, periods, square brackets, and alphanumeric characters."
    public static final String
    "^[\\w\\-%+\\/$;#&=?.|~!`^{}\']{1,80}@{0,1}[A-Za-z0-9\\[\\]:.-]{0,80}$"
    public static final String
    "Nickname can only contain hyphens, periods, underscores, spaces, and alphanumeric characters."
    public static final String
    "^[ _.A-Za-z0-9-]*$"
    public static final String
    "Username may only contain underscores, single quotes, periods, at signs, and alphanumeric characters."
    public static final String
    "^[_\'.@A-Za-z0-9-]*$"
    public static final String
    "Name can only contain letters, spaces, periods, single quotes, and dashes."
    public static final String
    "^[\\p{L} .\'-]+$"
    public static final String
    "The static registration contact must be between 1 and 1020 characters and cannot contain any characters except A-Z, a-z, 0-9, -_.!~*()&=+$,;?/ or single quotes."
    public static final String
    "Name can only contain hyphens, periods, underscores, spaces, and alphanumeric characters."
    public static final String
    "^[ _.A-Za-z0-9-]*$"