org.camunda.bpm.engine.impl.core.model
Class DefaultCallableElementTenantIdProvider
java.lang.Object
org.camunda.bpm.engine.impl.core.model.DefaultCallableElementTenantIdProvider
- All Implemented Interfaces:
- ParameterValueProvider
public class DefaultCallableElementTenantIdProvider
- extends Object
- implements ParameterValueProvider
Default implementation for BaseCallableElement.getTenantIdProvider().
Uses the tenant id of the calling definition.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultCallableElementTenantIdProvider
public DefaultCallableElementTenantIdProvider()
getValue
public Object getValue(VariableScope execution)
- Specified by:
getValue in interface ParameterValueProvider
- Parameters:
execution - the scope in which the value is to be resolved.
- Returns:
- the value
getProcessDefinitionTenantId
protected String getProcessDefinitionTenantId(ExecutionEntity execution)
getCaseDefinitionTenantId
protected String getCaseDefinitionTenantId(CaseExecutionEntity caseExecution)
Copyright © 2017 camunda services GmbH. All rights reserved.