Tabnine Logo
TaskEventDeleteBuilder.build
Code IndexAdd Tabnine to your IDE (free)

How to use
build
method
in
org.kie.internal.task.query.TaskEventDeleteBuilder

Best Java code snippets using org.kie.internal.task.query.TaskEventDeleteBuilder.build (Showing top 3 results out of 315)

origin: kiegroup/jbpm

@Override
public void clear() {
  auditTaskDelete().build().execute();
  taskEventInstanceLogDelete().build().execute();
  try {
    super.clear();
  } catch (Exception e) {
    logger.warn("Unable to clear using {} due to {}", super.getClass().getName(), e.getMessage());
  }        
}
origin: org.jbpm/jbpm-human-task-audit

@Override
public void clear() {
  auditTaskDelete().build().execute();
  taskEventInstanceLogDelete().build().execute();
  try {
    super.clear();
  } catch (Exception e) {
    logger.warn("Unable to clear using {} due to {}", super.getClass().getName(), e.getMessage());
  }        
}
origin: org.jbpm/jbpm-executor

teLogsRemoved = auditLogService.taskEventInstanceLogDelete()
.dateRangeEnd(olderThan==null?null:formatToUse.parse(olderThan))        
.build()
.execute();
logger.info("TaskEventLogRemoved {}", teLogsRemoved);
org.kie.internal.task.queryTaskEventDeleteBuilderbuild

Popular methods of TaskEventDeleteBuilder

  • dateRangeEnd

Popular in Java

  • Running tasks concurrently on multiple threads
  • putExtra (Intent)
  • getExternalFilesDir (Context)
  • setScale (BigDecimal)
  • BigInteger (java.math)
    An immutable arbitrary-precision signed integer.FAST CRYPTOGRAPHY This implementation is efficient f
  • KeyStore (java.security)
    KeyStore is responsible for maintaining cryptographic keys and their owners. The type of the syste
  • Format (java.text)
    The base class for all formats. This is an abstract base class which specifies the protocol for clas
  • Scanner (java.util)
    A parser that parses a text string of primitive types and strings with the help of regular expressio
  • BlockingQueue (java.util.concurrent)
    A java.util.Queue that additionally supports operations that wait for the queue to become non-empty
  • Options (org.apache.commons.cli)
    Main entry-point into the library. Options represents a collection of Option objects, which describ
  • Top plugins for Android Studio
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