Uses of Class
com.logicaldoc.core.automation.AutomationException
Package
Description
Automation subsystem that allows you to program your own logic inside the
platform.
The automation engine can be accessed through the class
Please note the special annotation
The automation engine can be accessed through the class
Automation
Please note the special annotation
AutomationDictionary
that is used to
automatically put in the Dictionary whatever bean you need.Classes that model emails and messages and the machinery to work with them.
Package that contains classes used to validate extensible objects metadata,
ExtensibleObject
.-
Uses of AutomationException in com.logicaldoc.core.automation
Modifier and TypeClassDescriptionclass
Exception raised when suspicious code has been detected -
Uses of AutomationException in com.logicaldoc.core.communication
Modifier and TypeMethodDescriptionMessageTemplate.getFormattedBody
(Map<String, Object> dictionary) MessageTemplate.getFormattedSubject
(Map<String, Object> dictionary) void
Sends an email by using a given template -
Uses of AutomationException in com.logicaldoc.core.metadata.validation
Modifier and TypeMethodDescriptionvoid
Validator.validate
(ExtensibleObject object, Template template, History transaction) Validates an object instance taking the validation logic from a given template