Uses of Class
com.logicaldoc.core.automation.AutomationDictionary
-
Packages that use AutomationDictionary Package Description com.logicaldoc.core.automation Automation subsystem that allows you to program your own logic inside the platform.
The automation engine can be accessed through the classAutomation
Please note the special annotationAutomationDictionarythat is used to automatically put in the Dictionary whatever bean you need. -
-
Uses of AutomationDictionary in com.logicaldoc.core.automation
Classes in com.logicaldoc.core.automation with annotations of type AutomationDictionary Modifier and Type Class Description classClassToolUtility functions for manipulating classes and resources.classContextToolUtility methods to access the Application context from inside the AutomationclassDateToolUtility class to handle dates from inside the AutomationclassDocToolUtility methods to handle documents from within AutomationclassFolderToolUtility methods to handle folders from within the AutomationclassI18NToolUtility class to handle translations from inside AutomationclassLogToolSimple utility class to give access to the system's log from within the AutomationclassMailToolUtility functions to handle emails and send messages from within the AutomationclassNumberToolExtension of the standard NumberTool that allows the locale specification as string.classSecurityToolUtility methods to handle some security related operations from within the AutomationclassSystemToolUtility functions for interacting with the Operative System from within the Automation
-