Uses of Class
com.logicaldoc.util.config.ContextProperties
Packages that use ContextProperties
Package
Description
The core of the search engine.
Definition of the User object and ancillary objects
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
Library that contains classes used among the whole application for simple and recurrent tasks.
-
Uses of ContextProperties in com.logicaldoc.core.searchengine
Methods in com.logicaldoc.core.searchengine with parameters of type ContextProperties -
Uses of ContextProperties in com.logicaldoc.core.security.user
Methods in com.logicaldoc.core.security.user with parameters of type ContextProperties -
Uses of ContextProperties in com.logicaldoc.core.store
Methods in com.logicaldoc.core.store that return ContextPropertiesMethods in com.logicaldoc.core.store with parameters of type ContextProperties -
Uses of ContextProperties in com.logicaldoc.core.task
Methods in com.logicaldoc.core.task that return ContextProperties -
Uses of ContextProperties in com.logicaldoc.core.ticket
Methods in com.logicaldoc.core.ticket with parameters of type ContextPropertiesConstructors in com.logicaldoc.core.ticket with parameters of type ContextPropertiesModifierConstructorDescriptionHibernateTicketDAO
(DocumentDAO documentDAO, ContextProperties config) -
Uses of ContextProperties in com.logicaldoc.util
Methods in com.logicaldoc.util that return ContextPropertiesModifier and TypeMethodDescriptionContext.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 ContextPropertiesModifier and TypeMethodDescriptionvoid
WebserviceInterceptor.setSettings
(ContextProperties settings)