Tabnine Logo
AuthorizationManager.configureActivityStatisticsQuery
Code IndexAdd Tabnine to your IDE (free)

How to use
configureActivityStatisticsQuery
method
in
org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager

Best Java code snippets using org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager.configureActivityStatisticsQuery (Showing top 3 results out of 315)

origin: camunda/camunda-bpm-platform

protected void configureQuery(ActivityStatisticsQueryImpl query) {
 checkReadProcessDefinition(query);
 getAuthorizationManager().configureActivityStatisticsQuery(query);
 getTenantManager().configureQuery(query);
}
origin: camunda/camunda-bpm-platform

protected void configureQuery(ActivityStatisticsQueryImpl query) {
 checkReadProcessDefinition(query);
 getAuthorizationManager().configureActivityStatisticsQuery(query);
 getTenantManager().configureQuery(query);
}
origin: org.camunda.bpm/camunda-engine

protected void configureQuery(ActivityStatisticsQueryImpl query) {
 checkReadProcessDefinition(query);
 getAuthorizationManager().configureActivityStatisticsQuery(query);
 getTenantManager().configureQuery(query);
}
org.camunda.bpm.engine.impl.persistence.entityAuthorizationManagerconfigureActivityStatisticsQuery

Popular methods of AuthorizationManager

  • configureQuery
  • filterAuthenticatedGroupIds
  • isAuthorized
  • addPermissionCheck
  • checkAuthorization
  • checkCamundaAdmin
    Checks if the current authentication contains the group Groups#CAMUNDA_ADMIN. The check is ignored i
  • configureBatchQuery
  • configureBatchStatisticsQuery
  • configureConditionalEventSubscriptionQuery
  • configureDecisionDefinitionQuery
  • configureDecisionRequirementsDefinitionQuery
  • configureDeploymentQuery
  • configureDecisionRequirementsDefinitionQuery,
  • configureDeploymentQuery,
  • configureDeploymentStatisticsQuery,
  • configureEventSubscriptionQuery,
  • configureExecutionQuery,
  • configureExternalTaskFetch,
  • configureExternalTaskQuery,
  • configureHistoricActivityInstanceQuery,
  • configureHistoricBatchQuery

Popular in Java

  • Finding current android device location
  • findViewById (Activity)
  • startActivity (Activity)
  • getSupportFragmentManager (FragmentActivity)
  • Pointer (com.sun.jna)
    An abstraction for a native pointer data type. A Pointer instance represents, on the Java side, a na
  • BorderLayout (java.awt)
    A border layout lays out a container, arranging and resizing its components to fit in five regions:
  • Thread (java.lang)
    A thread is a thread of execution in a program. The Java Virtual Machine allows an application to ha
  • SecureRandom (java.security)
    This class generates cryptographically secure pseudo-random numbers. It is best to invoke SecureRand
  • DateFormat (java.text)
    Formats or parses dates and times.This class provides factories for obtaining instances configured f
  • JOptionPane (javax.swing)
  • Top plugins for WebStorm
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