Package org.flowable.engine.impl.cmd
Class GetRenderedStartFormCmd
- java.lang.Object
-
- org.flowable.engine.impl.cmd.GetRenderedStartFormCmd
-
- All Implemented Interfaces:
Serializable,Command<Object>
public class GetRenderedStartFormCmd extends Object implements Command<Object>, Serializable
- Author:
- Tom Baeyens, Joram Barrez
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringformEngineNameprotected StringprocessDefinitionId
-
Constructor Summary
Constructors Constructor Description GetRenderedStartFormCmd(String processDefinitionId, String formEngineName)
-
-
-
Method Detail
-
execute
public Object execute(CommandContext commandContext)
-
-