Class GetTaskFormModelCmd
- java.lang.Object
-
- org.flowable.cmmn.engine.impl.cmd.GetTaskFormModelCmd
-
- All Implemented Interfaces:
Serializable,Command<FormInfo>
public class GetTaskFormModelCmd extends Object implements Command<FormInfo>, Serializable
- Author:
- Tijs Rademakers
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanignoreVariablesprotected StringtaskId
-
Constructor Summary
Constructors Constructor Description GetTaskFormModelCmd(String taskId, boolean ignoreVariables)
-
-
-
Field Detail
-
taskId
protected String taskId
-
ignoreVariables
protected boolean ignoreVariables
-
-
Constructor Detail
-
GetTaskFormModelCmd
public GetTaskFormModelCmd(String taskId, boolean ignoreVariables)
-
-
Method Detail
-
execute
public FormInfo execute(CommandContext commandContext)
-
-