congrats Icon
New! Tabnine Pro 14-day free trial
Start a free trial
Tabnine Logo
AbstractQuery.executeList
Code IndexAdd Tabnine to your IDE (free)

How to use
executeList
method
in
org.camunda.bpm.engine.impl.AbstractQuery

Best Java code snippets using org.camunda.bpm.engine.impl.AbstractQuery.executeList (Showing top 3 results out of 315)

origin: camunda/camunda-bpm-platform

public List<U> evaluateExpressionsAndExecuteList(CommandContext commandContext, Page page) {
 validate();
 evaluateExpressions();
 return !hasExcludingConditions() ? executeList(commandContext, page) : new ArrayList<U>();
}
origin: camunda/camunda-bpm-platform

public List<U> evaluateExpressionsAndExecuteList(CommandContext commandContext, Page page) {
 validate();
 evaluateExpressions();
 return !hasExcludingConditions() ? executeList(commandContext, page) : new ArrayList<U>();
}
origin: org.camunda.bpm/camunda-engine

public List<U> evaluateExpressionsAndExecuteList(CommandContext commandContext, Page page) {
 validate();
 evaluateExpressions();
 return !hasExcludingConditions() ? executeList(commandContext, page) : new ArrayList<U>();
}
org.camunda.bpm.engine.implAbstractQueryexecuteList

Javadoc

Executes the actual query to retrieve the list of results.

Popular methods of AbstractQuery

  • addValidator
  • checkQueryOk
  • direction
  • evaluateExpressions
  • evaluateExpressionsAndExecuteCount
  • evaluateExpressionsAndExecuteIdsList
  • evaluateExpressionsAndExecuteList
  • executeCount
  • executeIdsList
  • executeSingleResult
  • extend
  • getExpressions
  • extend,
  • getExpressions,
  • getMethod,
  • getOrderingProperties,
  • hasExcludingConditions,
  • orderBy,
  • setExpressions,
  • validate

Popular in Java

  • Finding current android device location
  • getApplicationContext (Context)
  • notifyDataSetChanged (ArrayAdapter)
  • getResourceAsStream (ClassLoader)
  • GridLayout (java.awt)
    The GridLayout class is a layout manager that lays out a container's components in a rectangular gri
  • SimpleDateFormat (java.text)
    Formats and parses dates in a locale-sensitive manner. Formatting turns a Date into a String, and pa
  • ArrayList (java.util)
    ArrayList is an implementation of List, backed by an array. All optional operations including adding
  • List (java.util)
    An ordered collection (also known as a sequence). The user of this interface has precise control ove
  • ResourceBundle (java.util)
    ResourceBundle is an abstract class which is the superclass of classes which provide Locale-specifi
  • Table (org.hibernate.mapping)
    A relational table
  • Top 17 Free Sublime Text Plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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