Uses of Class
com.logicaldoc.util.config.ContextProperties
Package
Description
Classes that model emails and messages and the machinery to work with them.
Machinery for converting documents to different formats.
API to define jobs you can schedule to run at a given date or on a given cron expression
The core of the search engine.
The store sub-system responsible for persisting the binaries of the
documents.
API to define the basics for the scheduled tasks that are long-running
operations you can schedule in several ways
Some utility objects for threads and executions
Library that contains classes used among the whole application for simple and recurrent tasks.
-
Uses of ContextProperties in com.logicaldoc.core.communication
-
Uses of ContextProperties in com.logicaldoc.core.conversion
Modifier and TypeMethodDescriptionvoid
FormatConverterManager.setConfig
(ContextProperties config) -
Uses of ContextProperties in com.logicaldoc.core.document
-
Uses of ContextProperties in com.logicaldoc.core.document.dao
-
Uses of ContextProperties in com.logicaldoc.core.job
-
Uses of ContextProperties in com.logicaldoc.core.lock
-
Uses of ContextProperties in com.logicaldoc.core.searchengine
-
Uses of ContextProperties in com.logicaldoc.core.security.dao
Modifier and TypeMethodDescriptionvoid
HibernateTenantDAO.setConfig
(ContextProperties config) void
HibernateUserDAO.setConfig
(ContextProperties config) -
Uses of ContextProperties in com.logicaldoc.core.stats
-
Uses of ContextProperties in com.logicaldoc.core.store
-
Uses of ContextProperties in com.logicaldoc.core.system
-
Uses of ContextProperties in com.logicaldoc.core.task
Modifier and TypeMethodDescriptionvoid
Task.setConfig
(ContextProperties config) void
TaskTrigger.setConfig
(ContextProperties config) -
Uses of ContextProperties in com.logicaldoc.core.threading
-
Uses of ContextProperties in com.logicaldoc.core.ticket
-
Uses of ContextProperties in com.logicaldoc.util
Modifier and TypeMethodDescriptionContext.getProperties()
Gets the registry with all the configuration properties for this context -
Uses of ContextProperties in com.logicaldoc.webservice
Modifier and TypeMethodDescriptionvoid
WebserviceInterceptor.setSettings
(ContextProperties settings)