Tabnine Logo
HistoricVariableInstanceEntity.getTenantId
Code IndexAdd Tabnine to your IDE (free)

How to use
getTenantId
method
in
org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity

Best Java code snippets using org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity.getTenantId (Showing top 2 results out of 315)

origin: camunda/camunda-bpm-platform

@Override
public void checkDeleteHistoricVariableInstance(HistoricVariableInstanceEntity variable) {
 if (variable != null && !getTenantManager().isAuthenticatedTenant(variable.getTenantId())) {
  throw LOG.exceptionCommandWithUnauthorizedTenant("delete the historic variable instance '" + variable.getId() + "'");
 }
}

origin: camunda/camunda-bpm-platform

@Override
public void checkDeleteHistoricVariableInstance(HistoricVariableInstanceEntity variable) {
 if (variable != null && !getTenantManager().isAuthenticatedTenant(variable.getTenantId())) {
  throw LOG.exceptionCommandWithUnauthorizedTenant("delete the historic variable instance '" + variable.getId() + "'");
 }
}

org.camunda.bpm.engine.impl.persistence.entityHistoricVariableInstanceEntitygetTenantId

Popular methods of HistoricVariableInstanceEntity

  • getByteArrayId
  • getTypeName
  • <init>
  • delete
  • getCaseInstanceId
  • getId
  • getProcessDefinitionKey
  • getProcessInstanceId
  • getSerializer
  • getSerializerName
  • getTypedValue
  • setByteArrayValue
  • getTypedValue,
  • setByteArrayValue,
  • setSerializerName,
  • setState,
  • updateFromEvent,
  • getByteArrayValue,
  • getByteArrayValueId,
  • getName,
  • getRevision

Popular in Java

  • Finding current android device location
  • scheduleAtFixedRate (Timer)
  • requestLocationUpdates (LocationManager)
  • onRequestPermissionsResult (Fragment)
  • Connection (java.sql)
    A connection represents a link from a Java application to a database. All SQL statements and results
  • ResultSet (java.sql)
    An interface for an object which represents a database table entry, returned as the result of the qu
  • Dictionary (java.util)
    Note: Do not use this class since it is obsolete. Please use the Map interface for new implementatio
  • TimeZone (java.util)
    TimeZone represents a time zone offset, and also figures out daylight savings. Typically, you get a
  • Executor (java.util.concurrent)
    An object that executes submitted Runnable tasks. This interface provides a way of decoupling task s
  • Modifier (javassist)
    The Modifier class provides static methods and constants to decode class and member access modifiers
  • Top Vim plugins
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