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.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 com.logicaldoc.core.ticket com.logicaldoc.util Library that contains classes used among the whole application for simple and recurrent tasks.com.logicaldoc.webdav.web 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 ContextProperties
EventCollector. getConfig()
Methods in com.logicaldoc.core.communication with parameters of type ContextProperties Modifier and Type Method Description void
EventCollector. 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 void
FormatConverterManager. 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 void
DocumentManagerImpl. 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 void
HibernateDocumentDAO. 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 void
LockManager. 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 void
StandardSearchEngine. 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 void
HibernateTenantDAO. setConf(ContextProperties conf)
void
HibernateUserDAO. 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 ContextProperties
StatsCollector. getConfig()
Methods in com.logicaldoc.core.stats with parameters of type ContextProperties Modifier and Type Method Description void
StatsCollector. 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 ContextProperties
AbstractStorer. getConfig()
Methods in com.logicaldoc.core.store with parameters of type ContextProperties Modifier and Type Method Description void
AbstractStorer. setConfig(ContextProperties config)
void
StorerManager. 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 void
SystemLoadMonitor. 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 ContextProperties
Task. getConfig()
Methods in com.logicaldoc.core.task with parameters of type ContextProperties Modifier and Type Method Description void
Task. setConfig(ContextProperties config)
void
TaskTrigger. 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 void
HibernateTicketDAO. setContextProperties(ContextProperties contextProperties)
-
Uses of ContextProperties in com.logicaldoc.util
Methods in com.logicaldoc.util that return ContextProperties Modifier and Type Method Description ContextProperties
Context. getProperties()
Gets the registry with all the configuration properties for this context -
Uses of ContextProperties in com.logicaldoc.webdav.web
Methods in com.logicaldoc.webdav.web that return ContextProperties Modifier and Type Method Description ContextProperties
WebdavServlet. getSettings()
-
Uses of ContextProperties in com.logicaldoc.webservice
Methods in com.logicaldoc.webservice that return ContextProperties Modifier and Type Method Description ContextProperties
WebserviceServlet. getSettings()
-