congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
TaskEventDeleteBuilder
Code IndexAdd Tabnine to your IDE (free)

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

Best Java code snippets using org.kie.internal.task.query.TaskEventDeleteBuilder (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-executor

.dateRangeEnd(olderThan==null?null:formatToUse.parse(olderThan))        
.build()
.execute();
logger.info("TaskEventLogRemoved {}", teLogsRemoved);
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());
  }        
}
org.kie.internal.task.queryTaskEventDeleteBuilder

Most used methods

  • build
  • dateRangeEnd

Popular in Java

  • Parsing JSON documents to java classes using gson
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • getApplicationContext (Context)
  • onCreateOptionsMenu (Activity)
  • InputStream (java.io)
    A readable source of bytes.Most clients will use input streams that read data from the file system (
  • KeyStore (java.security)
    KeyStore is responsible for maintaining cryptographic keys and their owners. The type of the syste
  • NumberFormat (java.text)
    The abstract base class for all number formats. This class provides the interface for formatting and
  • BitSet (java.util)
    The BitSet class implements abit array [http://en.wikipedia.org/wiki/Bit_array]. Each element is eit
  • HashMap (java.util)
    HashMap is an implementation of Map. All optional operations are supported.All elements are permitte
  • SAXParseException (org.xml.sax)
    Encapsulate an XML parse error or warning.> This module, both source code and documentation, is in t
  • Top 12 Jupyter Notebook extensions
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