Constant Field Values

Contents

co.ecg.*

  • co.ecg.alpaca.core.model.AlpacaArchiveMetadata 
    Modifier and Type Constant Field Value
    public static final String FILE_NAME "metadata.json"
  • co.ecg.alpaca.core.model.ModelConstants 
    Modifier and Type Constant Field Value
    public static final String BW_ANNOUNCEMENT_FILE_MESSAGE "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 BW_ANNOUNCEMENT_FILE_REGEX "^[^%+\\\\/]{1,80}$"
    public static final String BW_CALLING_LINE_ID_MESSAGE "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 BW_CALLING_LINE_ID_REGEX "(?=[ -~])^[^\\\\%+\"]{1,30}$"
    public static final String BW_DEPARTMENT_ID_MESSAGE "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 BW_DEPARTMENT_ID_REGEX "[^\\\\%+()\"]{1,50}$"
    public static final String BW_EMAIL_ADDRESS_MESSAGE "The email address can contain only one @ and A-Z, a-z, 0-9, ! # $ % & * + - / = _ { } | ~ ` . ? ^ or single quotes."
    public static final String BW_EMAIL_ADDRESS_REGEX ""
    public static final String BW_ENTERPRISE_MESSAGE "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 BW_ENTERPRISE_REGEX "(?=[ -~])(?!.*::)^[\\w\\-]{1,1}[^%+\\\\/#\'\"]{0,29}$"
    public static final String BW_GROUP_MESSAGE "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 BW_GROUP_REGEX "(?=[ -~])(?!.*::)^[\\w\\-]{1,1}[^%+\\\\/;\'\"]{0,29}$"
    public static final String BW_PHONE_NUMBER_MESSAGE "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 BW_PHONE_NUMBER_REGEX ""
    public static final String BW_REGISTRATION_CONTACT_REGEX ""
    public static final String BW_SIPURI_MESSAGE "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 BW_SIPURI_REGEX ""
    public static final String BW_USER_ALIAS_MESSAGE "The user alias cannot contain any characters except A-Z, a-z, 0-9, - _ . ! ~ * ( ) or single quotes."
    public static final String BW_USER_ALIAS_REGEX ""
    public static final String BW_USER_MESSAGE "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 BW_USER_REGEX "^[\\w\\-%+\\/$;#&=?.|~!`^{}\']{1,80}@{0,1}[A-Za-z0-9\\[\\]:.-]{0,80}$"
    public static final String CLUSTER_MESSAGE "Nickname can only contain hyphens, periods, underscores, spaces, and alphanumeric characters."
    public static final String CLUSTER_REGEX "^[ _.A-Za-z0-9-]*$"
    public static final String LOGIN_MESSAGE "Username may only contain underscores, single quotes, periods, at signs, and alphanumeric characters."
    public static final String LOGIN_REGEX "^[_\'.@A-Za-z0-9-]*$"
    public static final String NAME_MESSAGE "Name can only contain letters, spaces, periods, single quotes, and dashes."
    public static final String NAME_REGEX "^[\\p{L} .\'-]+$"
    public static final String REGISTRATION_CONTACT "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 ROLE_MESSAGE "Name can only contain hyphens, periods, underscores, spaces, and alphanumeric characters."
    public static final String ROLE_REGEX "^[ _.A-Za-z0-9-]*$"