Uses of Class
com.logicaldoc.util.plugin.PluginException
-
Packages that use PluginException Package Description com.logicaldoc.cmis com.logicaldoc.core Core plug-in that contains the most important domain objectscom.logicaldoc.dropbox com.logicaldoc.util.plugin Base classes to build the LogicalDOC's plugin systemcom.logicaldoc.webdav com.logicaldoc.webservice com.logicaldoc.webservicedoc -
-
Uses of PluginException in com.logicaldoc.cmis
Methods in com.logicaldoc.cmis that throw PluginException Modifier and Type Method Description void
CmisPlugin. install()
-
Uses of PluginException in com.logicaldoc.core
Methods in com.logicaldoc.core that throw PluginException Modifier and Type Method Description void
CorePlugin. install()
-
Uses of PluginException in com.logicaldoc.dropbox
Methods in com.logicaldoc.dropbox that throw PluginException Modifier and Type Method Description void
DropboxPlugin. install()
-
Uses of PluginException in com.logicaldoc.util.plugin
Methods in com.logicaldoc.util.plugin that throw PluginException Modifier and Type Method Description void
LogicalDOCPlugin. install()
Concrete implementations of this method must insert first installation logic such as database initialization. -
Uses of PluginException in com.logicaldoc.webdav
Methods in com.logicaldoc.webdav that throw PluginException Modifier and Type Method Description void
WebDAVPlugin. install()
-
Uses of PluginException in com.logicaldoc.webservice
Methods in com.logicaldoc.webservice that throw PluginException Modifier and Type Method Description void
WebservicePlugin. install()
-
Uses of PluginException in com.logicaldoc.webservicedoc
Methods in com.logicaldoc.webservicedoc that throw PluginException Modifier and Type Method Description void
WebserviceDocPlugin. install()
-