Platform SDK Java 8.5 API Reference

com.genesyslab.platform.configuration.protocol.types
Class CfgBorErrorType

java.lang.Object
  extended by com.genesyslab.platform.commons.GEnum
      extended by com.genesyslab.platform.configuration.protocol.types.CfgBorErrorType

public class CfgBorErrorType
extends GEnum


Field Summary
static CfgBorErrorType CFG_BOR__DAY
          day
static CfgBorErrorType CFG_BOR__HOUR
          hour
static CfgBorErrorType CFG_BOR__MINUTS
          minutes
static CfgBorErrorType CFG_BOR_ACCOUNT_EXPIRED_SINCE_
          Account has been expired since
static CfgBorErrorType CFG_BOR_ACCOUNT_LOCKED
          Account has been locked out
static CfgBorErrorType CFG_BOR_ACCOUNT_LOCKED_BY_ADMIN
          account unlocked by administrator
static CfgBorErrorType CFG_BOR_AGENTSPROHIBITED
          Explicit agents are prohibited when script expression is set
static CfgBorErrorType CFG_BOR_ALPHABETIC_ABSENCE
          At least one ASCII alphabetic character is required
static CfgBorErrorType CFG_BOR_APPTENANT
          Application can not refer to more than Tenant in a Single-Tenant mode
static CfgBorErrorType CFG_BOR_AUTH_FAILED
          Authentication failed, user name or password is incorrect
static CfgBorErrorType CFG_BOR_DELOBJECTIDS
          Direct removing object from the Folder prohibited
static CfgBorErrorType CFG_BOR_DELTENANT
          Can not remove Tenant because of the dependent objects
static CfgBorErrorType CFG_BOR_EMPTY_PASSWORD_DENIED
          Empty password is prohibited
static CfgBorErrorType CFG_BOR_EXPIRATION_TIME_
          expiration time [ in days ] :
static CfgBorErrorType CFG_BOR_EXTAUTHPASSWODRCHANGEPRHIBIT
          External authentication is enforced.
static CfgBorErrorType CFG_BOR_HAS_BEING_EXPAIRED
          has being expired
static CfgBorErrorType CFG_BOR_IN_
          in
static CfgBorErrorType CFG_BOR_INTERN_ERROR
          Internal error
static CfgBorErrorType CFG_BOR_LINKCONDITION
          Object does not satisfy link condition
static CfgBorErrorType CFG_BOR_LINKNOTFOUND
          Link object not found
static CfgBorErrorType CFG_BOR_LINKSINGULARITY
          Link is a singular.
static CfgBorErrorType CFG_BOR_LISTITEM
          List element could not be located for this object
static CfgBorErrorType CFG_BOR_LOCKOUT_TIMER_EXPIRY_OF
          lockout timer expiry of
static CfgBorErrorType CFG_BOR_MIXCASE_ABSENCE
          At least one upper and one lower case ASCII character is required
static CfgBorErrorType CFG_BOR_NAMECHANGE
          Can not change name at running server
static CfgBorErrorType CFG_BOR_NEW_PSWD_REJECTED_
          New password is rejected:
static CfgBorErrorType CFG_BOR_NOERROR
          Success
static CfgBorErrorType CFG_BOR_NOPERMISSIONS
          Insufficient permissions to perform this operation
static CfgBorErrorType CFG_BOR_NUMBERS_ABSENCE
          At least one numeric character is required
static CfgBorErrorType CFG_BOR_OBJNOTFOUND
          Object not found
static CfgBorErrorType CFG_BOR_OLDPASSWORDNOTCORRECT
          Old password is not correct
static CfgBorErrorType CFG_BOR_ONLYSUPERCANCHANGEPASSWORD
          Only supervisor person can change configuration in emergency mode
static CfgBorErrorType CFG_BOR_OPTIONCHANGE
          Can not change options at the Primary Server object
static CfgBorErrorType CFG_BOR_PASSWORD_EXPIRED
          Password has being expired.
static CfgBorErrorType CFG_BOR_PASSWORD_NO_REPEATS
          This password has been used not long ago
static CfgBorErrorType CFG_BOR_PASSWORDREJECTED_
          Password is rejected:
static CfgBorErrorType CFG_BOR_PERSON_NOT_FOUND
          Person not found.
static CfgBorErrorType CFG_BOR_PSWD_INCONSIST_
          Password is inconsistent:
static CfgBorErrorType CFG_BOR_PUNCTUATION_ABSENCE
          At least one punctuation character is required
static CfgBorErrorType CFG_BOR_REQUIREDATTR
          Required attribute is missing
static CfgBorErrorType CFG_BOR_S_PLURAL
          s
static CfgBorErrorType CFG_BOR_SCRIPTEXPR
          Script expression is not valid
static CfgBorErrorType CFG_BOR_SINGLETENANT
          Can not create a Tenant in Single-Tenant mode
static CfgBorErrorType CFG_BOR_TODAY
          today
static CfgBorErrorType CFG_BOR_TRANSACTION_REJECTED
          Transaction rejected.
static CfgBorErrorType CFG_BOR_UNCHANGEATTR
          The attribute could not be changed
static CfgBorErrorType CFG_BOR_UNCHANGEOBJ
          The object can not be changed because of the dependent objects
static CfgBorErrorType CFG_BOR_UNCHANGEOBJECT
          The object cannot be changed
static CfgBorErrorType CFG_BOR_UNIQUECONSTR
          Uniqueness constraint violated
static CfgBorErrorType CFG_BOR_UNIQUEDBID
          Object with the same DBID already exists
static CfgBorErrorType CFG_BOR_UNREMOVEOBJ
          The object can not be removed because of the dependent objects
static CfgBorErrorType CFG_BOR_USER_MUST_CHANGE_PSWD
          User must change password
static CfgBorErrorType CFG_BOR_USERNOTALLOWCHANGRPASSWOD
          User is not allowed to change the password at this account
static CfgBorErrorType CFG_BOR_USERNOTFOUND
          User not found
static CfgBorErrorType CFG_BOR_VALUEATTR
          The value of the attribute is incorrect
static CfgBorErrorType CFG_BOR_WILL_BE_EXPIRED_
          will be expired
static CfgBorErrorType CFG_BOR_WRONGACCOUNT
          Account object not found
static CfgBorErrorType CFG_BOR_WRONGACL
          Access object not found for this access list
static CfgBorErrorType CFG_BOR_WRONGFOLDER
          No permissions to create an object under this Folder
static CfgBorErrorType CFG_BOR_WRONGLISTITEM
          Wrong list element property for this object
static CfgBorErrorType CFG_BOR_WRONGPASSWORDLENGTH
          Password length does not satisfied security conf iguration
static CfgBorErrorType CFG_BOR_WRONGPROP
          The property is not supported in this object
static CfgBorErrorType CFG_CfgMaxBorErrorType
           
 
Fields inherited from class com.genesyslab.platform.commons.GEnum
LOCALE_ENGLISH
 
Method Summary
static CfgBorErrorType valueOf(int ordinal)
          Returns enumeration value by given ordinal number.
static CfgBorErrorType valueOf(java.lang.String name)
          Returns enumeration value with specified name or null if no such value exists.
static java.util.Collection<CfgBorErrorType> values()
          Returns all values of the enumeration.
 
Methods inherited from class com.genesyslab.platform.commons.GEnum
asInteger, enumSize, equals, equals, getEnumMap, getEnumValues, getValue, getValue, getValue, hashCode, name, ordinal, toString, valueOf, valueOf, values, valuesBy
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

CFG_BOR_NOERROR

public static final CfgBorErrorType CFG_BOR_NOERROR
Success


CFG_BOR_INTERN_ERROR

public static final CfgBorErrorType CFG_BOR_INTERN_ERROR
Internal error


CFG_BOR_PERSON_NOT_FOUND

public static final CfgBorErrorType CFG_BOR_PERSON_NOT_FOUND
Person not found.


CFG_BOR_UNIQUEDBID

public static final CfgBorErrorType CFG_BOR_UNIQUEDBID
Object with the same DBID already exists


CFG_BOR_UNIQUECONSTR

public static final CfgBorErrorType CFG_BOR_UNIQUECONSTR
Uniqueness constraint violated


CFG_BOR_REQUIREDATTR

public static final CfgBorErrorType CFG_BOR_REQUIREDATTR
Required attribute is missing


CFG_BOR_VALUEATTR

public static final CfgBorErrorType CFG_BOR_VALUEATTR
The value of the attribute is incorrect


CFG_BOR_UNCHANGEATTR

public static final CfgBorErrorType CFG_BOR_UNCHANGEATTR
The attribute could not be changed


CFG_BOR_UNCHANGEOBJECT

public static final CfgBorErrorType CFG_BOR_UNCHANGEOBJECT
The object cannot be changed


CFG_BOR_WRONGPROP

public static final CfgBorErrorType CFG_BOR_WRONGPROP
The property is not supported in this object


CFG_BOR_WRONGFOLDER

public static final CfgBorErrorType CFG_BOR_WRONGFOLDER
No permissions to create an object under this Folder


CFG_BOR_UNCHANGEOBJ

public static final CfgBorErrorType CFG_BOR_UNCHANGEOBJ
The object can not be changed because of the dependent objects


CFG_BOR_UNREMOVEOBJ

public static final CfgBorErrorType CFG_BOR_UNREMOVEOBJ
The object can not be removed because of the dependent objects


CFG_BOR_NOPERMISSIONS

public static final CfgBorErrorType CFG_BOR_NOPERMISSIONS
Insufficient permissions to perform this operation


CFG_BOR_LISTITEM

public static final CfgBorErrorType CFG_BOR_LISTITEM
List element could not be located for this object


CFG_BOR_WRONGLISTITEM

public static final CfgBorErrorType CFG_BOR_WRONGLISTITEM
Wrong list element property for this object


CFG_BOR_WRONGACL

public static final CfgBorErrorType CFG_BOR_WRONGACL
Access object not found for this access list


CFG_BOR_WRONGACCOUNT

public static final CfgBorErrorType CFG_BOR_WRONGACCOUNT
Account object not found


CFG_BOR_LINKCONDITION

public static final CfgBorErrorType CFG_BOR_LINKCONDITION
Object does not satisfy link condition


CFG_BOR_LINKSINGULARITY

public static final CfgBorErrorType CFG_BOR_LINKSINGULARITY
Link is a singular. Can not accomodate additional object


CFG_BOR_LINKNOTFOUND

public static final CfgBorErrorType CFG_BOR_LINKNOTFOUND
Link object not found


CFG_BOR_OBJNOTFOUND

public static final CfgBorErrorType CFG_BOR_OBJNOTFOUND
Object not found


CFG_BOR_APPTENANT

public static final CfgBorErrorType CFG_BOR_APPTENANT
Application can not refer to more than Tenant in a Single-Tenant mode


CFG_BOR_OPTIONCHANGE

public static final CfgBorErrorType CFG_BOR_OPTIONCHANGE
Can not change options at the Primary Server object


CFG_BOR_DELTENANT

public static final CfgBorErrorType CFG_BOR_DELTENANT
Can not remove Tenant because of the dependent objects


CFG_BOR_DELOBJECTIDS

public static final CfgBorErrorType CFG_BOR_DELOBJECTIDS
Direct removing object from the Folder prohibited


CFG_BOR_NAMECHANGE

public static final CfgBorErrorType CFG_BOR_NAMECHANGE
Can not change name at running server


CFG_BOR_SINGLETENANT

public static final CfgBorErrorType CFG_BOR_SINGLETENANT
Can not create a Tenant in Single-Tenant mode


CFG_BOR_SCRIPTEXPR

public static final CfgBorErrorType CFG_BOR_SCRIPTEXPR
Script expression is not valid


CFG_BOR_AGENTSPROHIBITED

public static final CfgBorErrorType CFG_BOR_AGENTSPROHIBITED
Explicit agents are prohibited when script expression is set


CFG_BOR_WRONGPASSWORDLENGTH

public static final CfgBorErrorType CFG_BOR_WRONGPASSWORDLENGTH
Password length does not satisfied security conf iguration


CFG_BOR_EMPTY_PASSWORD_DENIED

public static final CfgBorErrorType CFG_BOR_EMPTY_PASSWORD_DENIED
Empty password is prohibited


CFG_BOR_ALPHABETIC_ABSENCE

public static final CfgBorErrorType CFG_BOR_ALPHABETIC_ABSENCE
At least one ASCII alphabetic character is required


CFG_BOR_MIXCASE_ABSENCE

public static final CfgBorErrorType CFG_BOR_MIXCASE_ABSENCE
At least one upper and one lower case ASCII character is required


CFG_BOR_NUMBERS_ABSENCE

public static final CfgBorErrorType CFG_BOR_NUMBERS_ABSENCE
At least one numeric character is required


CFG_BOR_PUNCTUATION_ABSENCE

public static final CfgBorErrorType CFG_BOR_PUNCTUATION_ABSENCE
At least one punctuation character is required


CFG_BOR_PASSWORD_EXPIRED

public static final CfgBorErrorType CFG_BOR_PASSWORD_EXPIRED
Password has being expired. Please change password to continue


CFG_BOR_PASSWORD_NO_REPEATS

public static final CfgBorErrorType CFG_BOR_PASSWORD_NO_REPEATS
This password has been used not long ago


CFG_BOR_AUTH_FAILED

public static final CfgBorErrorType CFG_BOR_AUTH_FAILED
Authentication failed, user name or password is incorrect


CFG_BOR_ACCOUNT_LOCKED

public static final CfgBorErrorType CFG_BOR_ACCOUNT_LOCKED
Account has been locked out


CFG_BOR_TRANSACTION_REJECTED

public static final CfgBorErrorType CFG_BOR_TRANSACTION_REJECTED
Transaction rejected. The configuration server is currently working in read-only mode


CFG_BOR_ONLYSUPERCANCHANGEPASSWORD

public static final CfgBorErrorType CFG_BOR_ONLYSUPERCANCHANGEPASSWORD
Only supervisor person can change configuration in emergency mode


CFG_BOR_USERNOTFOUND

public static final CfgBorErrorType CFG_BOR_USERNOTFOUND
User not found


CFG_BOR_USERNOTALLOWCHANGRPASSWOD

public static final CfgBorErrorType CFG_BOR_USERNOTALLOWCHANGRPASSWOD
User is not allowed to change the password at this account


CFG_BOR_EXTAUTHPASSWODRCHANGEPRHIBIT

public static final CfgBorErrorType CFG_BOR_EXTAUTHPASSWODRCHANGEPRHIBIT
External authentication is enforced. Password change is prohibited


CFG_BOR_PASSWORDREJECTED_

public static final CfgBorErrorType CFG_BOR_PASSWORDREJECTED_
Password is rejected:


CFG_BOR_OLDPASSWORDNOTCORRECT

public static final CfgBorErrorType CFG_BOR_OLDPASSWORDNOTCORRECT
Old password is not correct


CFG_BOR_ACCOUNT_LOCKED_BY_ADMIN

public static final CfgBorErrorType CFG_BOR_ACCOUNT_LOCKED_BY_ADMIN
account unlocked by administrator


CFG_BOR_LOCKOUT_TIMER_EXPIRY_OF

public static final CfgBorErrorType CFG_BOR_LOCKOUT_TIMER_EXPIRY_OF
lockout timer expiry of


CFG_BOR__DAY

public static final CfgBorErrorType CFG_BOR__DAY
day


CFG_BOR__HOUR

public static final CfgBorErrorType CFG_BOR__HOUR
hour


CFG_BOR__MINUTS

public static final CfgBorErrorType CFG_BOR__MINUTS
minutes


CFG_BOR_PSWD_INCONSIST_

public static final CfgBorErrorType CFG_BOR_PSWD_INCONSIST_
Password is inconsistent:


CFG_BOR_NEW_PSWD_REJECTED_

public static final CfgBorErrorType CFG_BOR_NEW_PSWD_REJECTED_
New password is rejected:


CFG_BOR_ACCOUNT_EXPIRED_SINCE_

public static final CfgBorErrorType CFG_BOR_ACCOUNT_EXPIRED_SINCE_
Account has been expired since


CFG_BOR_WILL_BE_EXPIRED_

public static final CfgBorErrorType CFG_BOR_WILL_BE_EXPIRED_
will be expired


CFG_BOR_IN_

public static final CfgBorErrorType CFG_BOR_IN_
in


CFG_BOR_S_PLURAL

public static final CfgBorErrorType CFG_BOR_S_PLURAL
s


CFG_BOR_TODAY

public static final CfgBorErrorType CFG_BOR_TODAY
today


CFG_BOR_HAS_BEING_EXPAIRED

public static final CfgBorErrorType CFG_BOR_HAS_BEING_EXPAIRED
has being expired


CFG_BOR_USER_MUST_CHANGE_PSWD

public static final CfgBorErrorType CFG_BOR_USER_MUST_CHANGE_PSWD
User must change password


CFG_BOR_EXPIRATION_TIME_

public static final CfgBorErrorType CFG_BOR_EXPIRATION_TIME_
expiration time [ in days ] :


CFG_CfgMaxBorErrorType

public static final CfgBorErrorType CFG_CfgMaxBorErrorType
Method Detail

values

public static java.util.Collection<CfgBorErrorType> values()
Returns all values of the enumeration.

Returns:
all enumeration values

valueOf

public static CfgBorErrorType valueOf(int ordinal)
Returns enumeration value by given ordinal number.

Parameters:
ordinal - ordinal number of the enumeration value
Returns:
the enumeration value with given ordinal number or null

valueOf

public static CfgBorErrorType valueOf(java.lang.String name)
Returns enumeration value with specified name or null if no such value exists.

Parameters:
name - name of value in the enumeration
Returns:
enumeration value with specified name or null

Platform SDK Java 8.5 API Reference

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.