Uses of Class
com.logicaldoc.core.automation.AutomationException
Packages that use 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.automationSubclasses of AutomationException in com.logicaldoc.core.automationModifier and TypeClassDescriptionclassException raised when suspicious code has been detectedMethods in com.logicaldoc.core.automation that throw AutomationException
- 
Uses of AutomationException in com.logicaldoc.core.communicationMethods in com.logicaldoc.core.communication that throw AutomationExceptionModifier and TypeMethodDescriptionMessageTemplate.getFormattedBody(Map<String, Object> dictionary) MessageTemplate.getFormattedSubject(Map<String, Object> dictionary) voidSends an email by using a given template
- 
Uses of AutomationException in com.logicaldoc.core.metadata.validationMethods in com.logicaldoc.core.metadata.validation that throw AutomationExceptionModifier and TypeMethodDescriptionvoidValidator.validate(ExtensibleObject object, Template template, History transaction) Validates an object instance taking the validation logic from a given template