- CARRIAGE_RETURN - Static variable in class com.comtrade.ecm.engine.io.IOConstants
-
- checkAvailability(E, A) - Method in interface com.comtrade.ecm.engine.business.actions.EntityAction
-
- checkAvailability(M, A) - Method in interface com.comtrade.ecm.engine.business.actions.ManagerAction
-
- checkEncryptionProcess() - Method in class com.comtrade.ecm.engine.util.TestEncryptionUtils
-
- checkPermissions(A) - Method in interface com.comtrade.ecm.engine.business.actions.AppplicationAction
-
- checkPermissions(E, A) - Method in interface com.comtrade.ecm.engine.business.actions.EntityAction
-
- checkPermissions(M, A) - Method in interface com.comtrade.ecm.engine.business.actions.ManagerAction
-
- ClassDetectionUtils - Class in com.comtrade.ecm.engine.util
-
- classExtendsClass() - Method in class com.comtrade.ecm.engine.util.TestClassUtils
-
- ClassUtils - Class in com.comtrade.ecm.engine.util
-
- clear() - Method in exception com.comtrade.ecm.engine.exceptions.EcmMultipleException
-
- clearMessages() - Method in exception com.comtrade.ecm.engine.exceptions.EcmSimpleException
-
Clears a collection of submessages, then installs exception's class name as the first
EcmMessagePart.
- clearMessages() - Method in class com.comtrade.ecm.engine.objects.EcmMessage
-
Clears a collection of submessages
- Client - Class in com.comtrade.ecm.engine.system
-
Configuration information regarding a "Client" (company that uses an application)
- Client() - Constructor for class com.comtrade.ecm.engine.system.Client
-
- ClientConfigurationProcessor - Class in com.comtrade.ecm.engine.system
-
Manager which processes configuration data regarding Client-objects.
- ClientConfigurationProcessor() - Constructor for class com.comtrade.ecm.engine.system.ClientConfigurationProcessor
-
- ClientManager - Class in com.comtrade.ecm.engine.system
-
Manager which returns configuration information regarding Client-objects.
- close() - Method in class com.comtrade.ecm.engine.io.FileWriter
-
- com.comtrade.ecm.app.pudms.jobs - package com.comtrade.ecm.app.pudms.jobs
-
- com.comtrade.ecm.engine.business - package com.comtrade.ecm.engine.business
-
- com.comtrade.ecm.engine.business.actions - package com.comtrade.ecm.engine.business.actions
-
- com.comtrade.ecm.engine.business.entity - package com.comtrade.ecm.engine.business.entity
-
- com.comtrade.ecm.engine.business.entity.attributes - package com.comtrade.ecm.engine.business.entity.attributes
-
- com.comtrade.ecm.engine.business.exceptions - package com.comtrade.ecm.engine.business.exceptions
-
- com.comtrade.ecm.engine.business.manager - package com.comtrade.ecm.engine.business.manager
-
- com.comtrade.ecm.engine.config.engine - package com.comtrade.ecm.engine.config.engine
-
Package that implements default-engine loading of configuration data from xml-files.
- com.comtrade.ecm.engine.datatypes - package com.comtrade.ecm.engine.datatypes
-
Additional DataTypes.
All of them must implement DataType interface.
- com.comtrade.ecm.engine.exceptions - package com.comtrade.ecm.engine.exceptions
-
Exceptions used in other parts of a library (or in applications that use this library).
EcmException is an exception that should be used as a base for all other library-specific exceptions.
It should be used in throws-clauses of library-methods whenever such an exception can be propagated to a front-end level.
EcmSimpleException should be used as a base class for creation of other specific exceptions.
EcmMultipleException should be created whenever a method wishes to throw several EcmSimpleExceptions.
- com.comtrade.ecm.engine.i18n.engine - package com.comtrade.ecm.engine.i18n.engine
-
- com.comtrade.ecm.engine.io.mime - package com.comtrade.ecm.engine.io.mime
-
- com.comtrade.ecm.engine.logging.engine - package com.comtrade.ecm.engine.logging.engine
-
Logging-functionalities based on standard Java-library objects (java.util.logging package).
https://docs.oracle.com/javase/8/docs/technotes/guides/logging/overview.html
https://stackoverflow.com/questions/11359187/why-not-use-java-util-logging
- com.comtrade.ecm.engine.logging.logback - package com.comtrade.ecm.engine.logging.logback
-
- com.comtrade.ecm.engine.objects - package com.comtrade.ecm.engine.objects
-
Library-specific classes and interfaces that define independent objects, later to be used in more complex structures.
- com.comtrade.ecm.engine.persistence - package com.comtrade.ecm.engine.persistence
-
- com.comtrade.ecm.engine.persistence.exceptions - package com.comtrade.ecm.engine.persistence.exceptions
-
- com.comtrade.ecm.engine.services - package com.comtrade.ecm.engine.services
-
- com.comtrade.ecm.engine.system - package com.comtrade.ecm.engine.system
-
- com.comtrade.ecm.engine.util - package com.comtrade.ecm.engine.util
-
- com.comtrade.ecm.engine.xml - package com.comtrade.ecm.engine.xml
-
- compareTo(Amount) - Method in class com.comtrade.ecm.engine.datatypes.Amount
-
- compareTo(Date) - Method in class com.comtrade.ecm.engine.datatypes.Date
-
Compares an object with another
Date-object.
- compareTo(DateTime) - Method in class com.comtrade.ecm.engine.datatypes.Date
-
Compares an object with another
DateTime object.
- compareTo(DateTime) - Method in class com.comtrade.ecm.engine.datatypes.DateTime
-
Compares an object with another
DateTime-object.
- compareTo(Date) - Method in class com.comtrade.ecm.engine.datatypes.DateTime
-
Compares an object with another
Date object.
- compareTo(DecimalNumber) - Method in class com.comtrade.ecm.engine.datatypes.DecimalNumber
-
- compareTo(Percentage) - Method in class com.comtrade.ecm.engine.datatypes.Percentage
-
- compareTo() - Method in class com.comtrade.ecm.engine.datatypes.TestAmount
-
- compareTo() - Method in class com.comtrade.ecm.engine.datatypes.TestDecimalNumber
-
- compareTo() - Method in class com.comtrade.ecm.engine.datatypes.TestPercentage
-
- compareTo(Text) - Method in class com.comtrade.ecm.engine.datatypes.Text
-
- compareTo(Time) - Method in class com.comtrade.ecm.engine.datatypes.Time
-
Compares an object with another
Time-object.
- compareToDate() - Method in class com.comtrade.ecm.engine.datatypes.TestDate
-
- compareToDate() - Method in class com.comtrade.ecm.engine.datatypes.TestDateTime
-
- compareToDateTime() - Method in class com.comtrade.ecm.engine.datatypes.TestDate
-
- compareToDateTime() - Method in class com.comtrade.ecm.engine.datatypes.TestDateTime
-
- compareToTime() - Method in class com.comtrade.ecm.engine.datatypes.TestTime
-
- Configurable - Interface in com.comtrade.ecm.engine.config
-
An special kind of object that can be created (and whose state can be loaded) from configuration data.
At the moment of configuration loading, all loaded EcmConfigurable objects will be validated.
- Configuration - Interface in com.comtrade.ecm.engine.config
-
Description of "Configuration", i.
- configurationClient() - Method in class com.comtrade.ecm.engine.config.engine.TestConfigurationEngine
-
- configurationClients() - Method in class com.comtrade.ecm.engine.config.engine.TestConfigurationEngine
-
- ConfigurationEngineReader - Class in com.comtrade.ecm.engine.config.engine
-
An object that reads configuration files and creates ConfigurationEngine.
- ConfigurationEngineReader() - Constructor for class com.comtrade.ecm.engine.config.engine.ConfigurationEngineReader
-
- ConfigurationException - Exception in com.comtrade.ecm.engine.config
-
Specific kind of exception, limited to situations where configuration data are logically invalid.
- ConfigurationException() - Constructor for exception com.comtrade.ecm.engine.config.ConfigurationException
-
- ConfigurationException(String...) - Constructor for exception com.comtrade.ecm.engine.config.ConfigurationException
-
- configurationException() - Method in class com.comtrade.ecm.engine.config.engine.TestConfigurationEngine
-
- configurationLoading() - Method in class com.comtrade.ecm.engine.config.engine.TestConfigurationEngine
-
- ConfigurationManager - Class in com.comtrade.ecm.engine.config
-
Configuration information provider for the rest of the library.
As soon as it receives (any) request for configuration data, it loads them, process them and (later on) just responds on subsequent requests.
- ConfigurationParameter - Interface in com.comtrade.ecm.engine.config
-
- ConfigurationProcessor - Interface in com.comtrade.ecm.engine.config
-
An object that performs processing of configuration data.
ConfigurationProcessors are used after a configuration is loaded,
in order to (if wanted) inject some configuration data into managers, service providers or some other application objects.
- ConfigurationReader - Interface in com.comtrade.ecm.engine.config
-
An object that reads configuration data from the configuration files.
- ConfigurationReaderDefault - Class in com.comtrade.ecm.engine.config
-
- ConfigurationReaderDefault() - Constructor for class com.comtrade.ecm.engine.config.ConfigurationReaderDefault
-
- configurationReaderRegistration() - Method in class com.comtrade.ecm.engine.config.engine.TestConfigurationEngine
-
- convert(Class<T>, Object) - Static method in class com.comtrade.ecm.engine.datatypes.ObjectsConverter
-
- convertPathSeparators(String, char) - Static method in class com.comtrade.ecm.engine.io.IOUtils
-
- convertPathToJavaSeparator(String) - Static method in class com.comtrade.ecm.engine.io.IOUtils
-
- convertPathToNativeSeparator(String) - Static method in class com.comtrade.ecm.engine.io.IOUtils
-
- count(ApplicationUser, Class<T>, QueryParameters) - Method in interface com.comtrade.ecm.engine.persistence.PersistenceEntityManager
-
- create() - Method in class com.comtrade.ecm.engine.datatypes.TestAmount
-
- create() - Method in class com.comtrade.ecm.engine.datatypes.TestDecimalNumber
-
- create() - Method in class com.comtrade.ecm.engine.datatypes.TestPercentage
-
- create() - Method in class com.comtrade.ecm.engine.io.EcmFolder
-
- createEscapedString(String) - Static method in class com.comtrade.ecm.engine.xml.XmlUtils
-
- createExtensionMatcher(String) - Static method in class com.comtrade.ecm.engine.io.IOUtils
-
- createFile(String, String) - Static method in class com.comtrade.ecm.engine.io.IOUtils
-
- createFile(String) - Static method in class com.comtrade.ecm.engine.io.IOUtils
-
- createFolder(String) - Static method in class com.comtrade.ecm.engine.io.IOUtils
-
- createFromDate() - Method in class com.comtrade.ecm.engine.datatypes.TestDateTime
-
- createFromDateAndTime() - Method in class com.comtrade.ecm.engine.datatypes.TestDateTime
-
- createFromDateTime() - Method in class com.comtrade.ecm.engine.datatypes.TestDateTime
-
- createFromFile(String, Class<T>, String) - Static method in class com.comtrade.ecm.engine.xml.XmlUtils
-
- createFromFile(String, Class<T>) - Static method in class com.comtrade.ecm.engine.xml.XmlUtils
-
- createFromJavaUtilDate() - Method in class com.comtrade.ecm.engine.datatypes.TestDateTime
-
- createFromLocalDate() - Method in class com.comtrade.ecm.engine.datatypes.TestDate
-
- createFromLocalDate() - Method in class com.comtrade.ecm.engine.datatypes.TestDateTime
-
- createFromLocalDateTime() - Method in class com.comtrade.ecm.engine.datatypes.TestDate
-
- createFromLocalDateTime() - Method in class com.comtrade.ecm.engine.datatypes.TestDateTime
-
- createFromLocalTime() - Method in class com.comtrade.ecm.engine.datatypes.TestTime
-
- createFromStream(InputStream, Class<T>) - Static method in class com.comtrade.ecm.engine.xml.XmlUtils
-
- createFromString(String, Class<T>) - Static method in class com.comtrade.ecm.engine.xml.XmlUtils
-
- createFromString(String, Class<T>, Charset) - Static method in class com.comtrade.ecm.engine.xml.XmlUtils
-
- createLogger(Class<?>) - Method in class com.comtrade.ecm.engine.logging.engine.LoggingManagerEngine
-
- createLogger(Class<?>) - Method in class com.comtrade.ecm.engine.logging.logback.LoggingManagerLogback
-
- createLogger(Class<?>) - Method in interface com.comtrade.ecm.engine.logging.LoggingManager
-
Creates new
EcmLogger for logging information created inside a class
clazz
- createLogger(Class<?>) - Method in class com.comtrade.ecm.engine.logging.LoggingManagerDefault
-
- createSpecialTimes() - Method in class com.comtrade.ecm.engine.datatypes.TestTime
-
- createXml(Class<? extends Object>, Object) - Static method in class com.comtrade.ecm.engine.xml.XmlUtils
-
- createXml(Object) - Static method in class com.comtrade.ecm.engine.xml.XmlUtils
-
Converts an object into its formatted xml-representation.
If object is null, then an empty nullobject-tag is returned.
- createXsd(String, Class<? extends Object>) - Static method in class com.comtrade.ecm.engine.xml.XmlUtils
-
- CURRENT_FOLDER - Static variable in class com.comtrade.ecm.engine.io.IOConstants
-