Package com.flowable.app.engine.impl.cmd
Class RemoveAppVariablesCmd
- java.lang.Object
-
- com.flowable.app.engine.impl.cmd.RemoveAppVariablesCmd
-
-
Field Summary
Fields Modifier and Type Field Description protected String
appKey
protected String
tenantId
protected Collection<String>
variableNames
-
Constructor Summary
Constructors Constructor Description RemoveAppVariablesCmd(String appKey, String tenantId, Collection<String> variableNames)
RemoveAppVariablesCmd(String appKey, Collection<String> variableNames)
-
-
-
Field Detail
-
appKey
protected String appKey
-
tenantId
protected String tenantId
-
variableNames
protected Collection<String> variableNames
-
-
Constructor Detail
-
RemoveAppVariablesCmd
public RemoveAppVariablesCmd(String appKey, Collection<String> variableNames)
-
RemoveAppVariablesCmd
public RemoveAppVariablesCmd(String appKey, String tenantId, Collection<String> variableNames)
-
-
Method Detail
-
execute
public Void execute(CommandContext commandContext)
-
-