Tabnine Logo
Expression.setValue
Code IndexAdd Tabnine to your IDE (free)

How to use
setValue
method
in
org.activiti.engine.delegate.Expression

Best Java code snippets using org.activiti.engine.delegate.Expression.setValue (Showing top 5 results out of 315)

origin: Activiti/Activiti

 public void evaluate(DelegateExecution execution) {
  VariableScope variableScope = (VariableScope) execution;
  Object value = this.fromExpression.getValue(variableScope);
  this.toExpression.setValue(value, variableScope);
 }
}
origin: org.activiti/activiti-engine

 public void evaluate(DelegateExecution execution) {
  VariableScope variableScope = (VariableScope) execution;
  Object value = this.fromExpression.getValue(variableScope);
  this.toExpression.setValue(value, variableScope);
 }
}
origin: com.bbossgroups.activiti/activiti-engine

 public void evaluate(ActivityExecution execution) {
  VariableScope variableScope = (VariableScope) execution;
  Object value = this.fromExpression.getValue(variableScope);
  this.toExpression.setValue(value, variableScope);
 }
}
origin: org.activiti/activiti-engine

 execution.setVariable(variableName, modelValue);
} else if (variableExpression != null) {
 variableExpression.setValue(modelValue, execution);
} else {
 execution.setVariable(id, modelValue);
origin: com.bbossgroups.activiti/activiti-engine

 execution.setVariable(variableName, modelValue);
} else if (variableExpression != null) {
 variableExpression.setValue(modelValue, execution);
} else {
 execution.setVariable(id, modelValue);
org.activiti.engine.delegateExpressionsetValue

Popular methods of Expression

  • getValue
  • getExpressionText

Popular in Java

  • Parsing JSON documents to java classes using gson
  • getSystemService (Context)
  • setRequestProperty (URLConnection)
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • ArrayList (java.util)
    ArrayList is an implementation of List, backed by an array. All optional operations including adding
  • Hashtable (java.util)
    A plug-in replacement for JDK1.5 java.util.Hashtable. This version is based on org.cliffc.high_scale
  • TimeZone (java.util)
    TimeZone represents a time zone offset, and also figures out daylight savings. Typically, you get a
  • TreeMap (java.util)
    Walk the nodes of the tree left-to-right or right-to-left. Note that in descending iterations, next
  • Executors (java.util.concurrent)
    Factory and utility methods for Executor, ExecutorService, ScheduledExecutorService, ThreadFactory,
  • Notification (javax.management)
  • Top PhpStorm plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now