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

  • Finding current android device location
  • getApplicationContext (Context)
  • getSharedPreferences (Context)
  • getSupportFragmentManager (FragmentActivity)
  • MalformedURLException (java.net)
    This exception is thrown when a program attempts to create an URL from an incorrect specification.
  • URLEncoder (java.net)
    This class is used to encode a string using the format required by application/x-www-form-urlencoded
  • Modifier (javassist)
    The Modifier class provides static methods and constants to decode class and member access modifiers
  • HttpServlet (javax.servlet.http)
    Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site. A sub
  • JButton (javax.swing)
  • SAXParseException (org.xml.sax)
    Encapsulate an XML parse error or warning.> This module, both source code and documentation, is in t
  • Top 15 Vim 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