public class DefaultCallableElementTenantIdProvider extends Object implements ParameterValueProvider
BaseCallableElement.getTenantIdProvider().
Uses the tenant id of the calling definition.| Constructor and Description |
|---|
DefaultCallableElementTenantIdProvider() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getCaseDefinitionTenantId(CaseExecutionEntity caseExecution) |
protected String |
getProcessDefinitionTenantId(ExecutionEntity execution) |
Object |
getValue(VariableScope execution) |
public DefaultCallableElementTenantIdProvider()
public Object getValue(VariableScope execution)
getValue in interface ParameterValueProviderexecution - the scope in which the value is to be resolved.protected String getProcessDefinitionTenantId(ExecutionEntity execution)
protected String getCaseDefinitionTenantId(CaseExecutionEntity caseExecution)
Copyright © 2013–2021 camunda services GmbH. All rights reserved.