Uses of Interface
org.experlog.base.ESAction

Packages that use ESAction
org.experlog.actions   
org.experlog.openeas.api   
org.experlog.openeas.api.demo   
 

Uses of ESAction in org.experlog.actions
 

Classes in org.experlog.actions that implement ESAction
 class CheckParams
          Check parameters Input parameters: Mandatory (a list of mandatory params) (MANDATORY) All (OPTIONAL): if true, the list of all missing params is returned (comma-separated).
 class LogOff
          Log Off the current session: no chance of return!
 class MessageDigest
          Generate a message digest (using MD5 or other algorithms) Input parameters: MDMessage (mandatory): the message MDAlgorithm (optional): the algorithm - default MD5 Output parameters: MDDigest: The message digest
 class SendMail
          Send an e-mail Input parameters: Template: an e-mail template file path, relative to the shop's root dir (MANDATORY) From: an e-mail address (OPTIONAL if email.From is defined) To: an e-mail address (OPTIONAL if email.ManagerEmail is defined) Subject: the subject (OPTIONAL, default "(No Subject)") Content_type: the content type & charset (OPTIONAL) Output parameters:
 class SendMailMP
           
 class TableInsert
          Input parameters: Table (MANDATORY) Output parameters:
 class Validate
           
 class WriteFile
          Write to a file on the server disk Input parameters: Template: a template file path, relative to the shop's root dir (MANDATORY) File: the output file (MANDATORY) Charset: a charset name (OPTIONAL) - eg.
 class XslTransform
          XSLT transformation Input parameters: Xslt (MANDATORY): URL of the XSL stylesheet Xml (MANDATORY): URL of the XML to transform XsltCache (OPTIONAL, default false): if true, the compiled XSL stylesheet will be cached XsltTimeout (OPTIONAL): max amount of time this action should take (seconds).
 

Uses of ESAction in org.experlog.openeas.api
 

Classes in org.experlog.openeas.api that implement ESAction
 class Action
          An Expershop Action.
 

Uses of ESAction in org.experlog.openeas.api.demo
 

Classes in org.experlog.openeas.api.demo that implement ESAction
 class DemoAction