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 annotationAutomationDictionary
that 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 class
ClassTool
Utility functions for manipulating classes and resources.class
ContextTool
Utility methods to access the Application context from inside the Automationclass
DateTool
Utility class to handle dates from inside the Automationclass
DocTool
Utility methods to handle documents from within Automationclass
FolderTool
Utility methods to handle folders from within the Automationclass
I18NTool
Utility class to handle translations from inside Automationclass
LogTool
Simple utility class to give access to the system's log from within the Automationclass
MailTool
Utility functions to handle emails and send messages from within the Automationclass
NumberTool
Extension of the standard NumberTool that allows the locale specification as string.class
SecurityTool
Utility methods to handle some security related operations from within the Automationclass
SystemTool
Utility functions for interacting with the Operative System from within the Automation
-