Uses of Class
com.logicaldoc.util.config.ContextProperties
-
Packages that use ContextProperties Package Description com.logicaldoc.core.communication com.logicaldoc.core.conversion Machinery for converting documents to different formats.com.logicaldoc.core.document com.logicaldoc.core.document.dao com.logicaldoc.core.job API to define jobs you can schedule to run at a given date or on a given cron expressioncom.logicaldoc.core.lock com.logicaldoc.core.searchengine The core of the search engine.com.logicaldoc.core.security.dao com.logicaldoc.core.stats com.logicaldoc.core.store The store sub-system responsible for persisting the binaries of the documents.com.logicaldoc.core.system com.logicaldoc.core.task API to define the basics for the scheduled tasks that are long-running operations you can schedule in several wayscom.logicaldoc.core.threading Some utility objects for threads and executionscom.logicaldoc.core.ticket com.logicaldoc.util Library that contains classes used among the whole application for simple and recurrent tasks.com.logicaldoc.webservice -
-
Uses of ContextProperties in com.logicaldoc.core.communication
Methods in com.logicaldoc.core.communication that return ContextProperties Modifier and Type Method Description ContextPropertiesEventCollector. getConfig()Methods in com.logicaldoc.core.communication with parameters of type ContextProperties Modifier and Type Method Description voidEventCollector. setConfig(ContextProperties config) -
Uses of ContextProperties in com.logicaldoc.core.conversion
Methods in com.logicaldoc.core.conversion with parameters of type ContextProperties Modifier and Type Method Description voidFormatConverterManager. setConfig(ContextProperties config) -
Uses of ContextProperties in com.logicaldoc.core.document
Methods in com.logicaldoc.core.document with parameters of type ContextProperties Modifier and Type Method Description voidDocumentManagerImpl. setConfig(ContextProperties config) -
Uses of ContextProperties in com.logicaldoc.core.document.dao
Methods in com.logicaldoc.core.document.dao with parameters of type ContextProperties Modifier and Type Method Description voidHibernateDocumentDAO. setConfig(ContextProperties config) -
Uses of ContextProperties in com.logicaldoc.core.job
Methods in com.logicaldoc.core.job with parameters of type ContextProperties Modifier and Type Method Description voidJobManager. setConfig(ContextProperties config) -
Uses of ContextProperties in com.logicaldoc.core.lock
Methods in com.logicaldoc.core.lock with parameters of type ContextProperties Modifier and Type Method Description voidLockManager. setConfig(ContextProperties config) -
Uses of ContextProperties in com.logicaldoc.core.searchengine
Methods in com.logicaldoc.core.searchengine with parameters of type ContextProperties Modifier and Type Method Description voidStandardSearchEngine. setConfig(ContextProperties config) -
Uses of ContextProperties in com.logicaldoc.core.security.dao
Methods in com.logicaldoc.core.security.dao with parameters of type ContextProperties Modifier and Type Method Description voidHibernateTenantDAO. setConf(ContextProperties conf)voidHibernateUserDAO. setConfig(ContextProperties config) -
Uses of ContextProperties in com.logicaldoc.core.stats
Methods in com.logicaldoc.core.stats that return ContextProperties Modifier and Type Method Description ContextPropertiesStatsCollector. getConfig()Methods in com.logicaldoc.core.stats with parameters of type ContextProperties Modifier and Type Method Description voidStatsCollector. setConfig(ContextProperties config) -
Uses of ContextProperties in com.logicaldoc.core.store
Methods in com.logicaldoc.core.store that return ContextProperties Modifier and Type Method Description ContextPropertiesAbstractStorer. getConfig()Methods in com.logicaldoc.core.store with parameters of type ContextProperties Modifier and Type Method Description voidAbstractStorer. setConfig(ContextProperties config)voidStorerManager. setConfig(ContextProperties config) -
Uses of ContextProperties in com.logicaldoc.core.system
Methods in com.logicaldoc.core.system with parameters of type ContextProperties Modifier and Type Method Description voidSystemLoadMonitor. setConfig(ContextProperties config) -
Uses of ContextProperties in com.logicaldoc.core.task
Methods in com.logicaldoc.core.task that return ContextProperties Modifier and Type Method Description ContextPropertiesTask. getConfig()Methods in com.logicaldoc.core.task with parameters of type ContextProperties Modifier and Type Method Description voidTask. setConfig(ContextProperties config)voidTaskTrigger. setConfig(ContextProperties config) -
Uses of ContextProperties in com.logicaldoc.core.threading
Methods in com.logicaldoc.core.threading with parameters of type ContextProperties Modifier and Type Method Description voidThreadPools. setConfig(ContextProperties config) -
Uses of ContextProperties in com.logicaldoc.core.ticket
Methods in com.logicaldoc.core.ticket with parameters of type ContextProperties Modifier and Type Method Description voidHibernateTicketDAO. setContextProperties(ContextProperties contextProperties) -
Uses of ContextProperties in com.logicaldoc.util
Methods in com.logicaldoc.util that return ContextProperties Modifier and Type Method Description ContextPropertiesContext. getProperties()Gets the registry with all the configuration properties for this context -
Uses of ContextProperties in com.logicaldoc.webservice
Methods in com.logicaldoc.webservice with parameters of type ContextProperties Modifier and Type Method Description voidWebserviceInterceptor. setSettings(ContextProperties settings)
-