- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<Map<String,Object>>
public class GetTenantVariablesCmd
extends Object
implements org.flowable.common.engine.impl.interceptor.Command<Map<String,Object>>
- Author:
- Christopher Welsch
-
-
Constructor Summary
Constructors
-
Method Summary
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Details
-
GetTenantVariablesCmd
public GetTenantVariablesCmd(String tenantId)
-
Method Details
-
execute
public Map<String,Object> execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
- Specified by:
execute
in interface org.flowable.common.engine.impl.interceptor.Command<Map<String,Object>>