Package org.flowable.engine.impl.cmd
Class GetEnabledActivitiesForAdhocSubProcessCmd
- java.lang.Object
-
- org.flowable.engine.impl.cmd.GetEnabledActivitiesForAdhocSubProcessCmd
-
- All Implemented Interfaces:
Serializable,Command<List<org.flowable.bpmn.model.FlowNode>>
public class GetEnabledActivitiesForAdhocSubProcessCmd extends Object implements Command<List<org.flowable.bpmn.model.FlowNode>>, Serializable
- Author:
- Tijs Rademakers
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringexecutionId
-
Constructor Summary
Constructors Constructor Description GetEnabledActivitiesForAdhocSubProcessCmd(String executionId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.flowable.bpmn.model.FlowNode>execute(CommandContext commandContext)
-
-
-
Field Detail
-
executionId
protected String executionId
-
-
Constructor Detail
-
GetEnabledActivitiesForAdhocSubProcessCmd
public GetEnabledActivitiesForAdhocSubProcessCmd(String executionId)
-
-
Method Detail
-
execute
public List<org.flowable.bpmn.model.FlowNode> execute(CommandContext commandContext)
-
-