Class SentinelExpressionManager

java.lang.Object
org.activiti.engine.impl.el.ExpressionManager
org.activiti.spring.SpringExpressionManager
com.qfs.snl.activiti.SentinelExpressionManager

public class SentinelExpressionManager extends org.activiti.spring.SpringExpressionManager
Override for ActiveMonitor project.

For this project, we don't plan to use properties files. Moreover, we target a good performance of workflows, so they are able to run fast.
Therefore, we override this class to create an instance with no properties, avoid looking for a file.

Author:
ActiveViam
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
    SentinelExpressionManager(org.springframework.context.ApplicationContext applicationContext, Map<Object,Object> beans)
    Constructor.
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    org.activiti.engine.impl.javax.el.ELContext
    getElContext(org.activiti.engine.delegate.VariableScope variableScope)
     

    Methods inherited from class org.activiti.engine.impl.el.ExpressionManager Link icon

    createElResolver, createExpression, getBeans, setBeans, setExpressionFactory

    Methods inherited from class java.lang.Object Link icon

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details Link icon

    • SentinelExpressionManager Link icon

      public SentinelExpressionManager(org.springframework.context.ApplicationContext applicationContext, Map<Object,Object> beans)
      Constructor.
      Parameters:
      applicationContext - the applicationContext to use. Ignored when 'beans' parameter is not null.
      beans - a map of custom beans to expose. If null, all beans in the application-context will be exposed.
  • Method Details Link icon

    • getElContext Link icon

      public org.activiti.engine.impl.javax.el.ELContext getElContext(org.activiti.engine.delegate.VariableScope variableScope)
      Overrides:
      getElContext in class org.activiti.engine.impl.el.ExpressionManager