Interface ICCEEConstants

All Known Implementing Classes:
AppLog, CCEEJobLogic, Config, DBAccess, DBAction, DBConnectionPasswordProviderManager, DBConnectionPool, DBConnectionProviderManager, DBCreateTables, DialogSessionAnnotationApplicationContext, DialogSessionAnnotationApplicationContext, DialogSessionXMLApplicationContext, DialogSessionXMLApplicationContext, DispatcherByAnnotationSpringAccess, DispatcherBySpringAccess, DispatcherByXMLSpringAccess, DOFWDialect, DOFWMapper, DOFWSql, DOFWUtils, DynDataMap, DynDataReader, DynDataUtil, FacadeServer, HttpCommunicationChatGPT, JDBCSql, JDBCUtils, LoggerBridge, QuartzJobAdapter, QuartzSchedulerManager, QueryUtils, SOLRAccess, SpringApplicationContextFinder, SpringDispatcherInfo, SpringDispatcherInfo, SpringXmlParser, SpringXmlParser, Trace, UsageVariantManager

public interface ICCEEConstants
Central constants to be used within the CCEE framework.

Please pay attention: though all constants are defined as string you must always use the constants not directly - and not via their string representation. All comparisons within CCEE are done via "==" and not via ".equals(...)".

Use method DOFWUtils.parseICCEEConstant(String) in order to transfer string values into their constant representation.