Package org.flowable.engine.impl.cmd
Class GetPotentialStarterGroupsCmd
- java.lang.Object
-
- org.flowable.engine.impl.cmd.GetPotentialStarterGroupsCmd
-
- All Implemented Interfaces:
Serializable,Command<List<Group>>
public class GetPotentialStarterGroupsCmd extends Object implements Command<List<Group>>, Serializable
- Author:
- Tijs Rademakers
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringprocessDefinitionId
-
Constructor Summary
Constructors Constructor Description GetPotentialStarterGroupsCmd(String processDefinitionId)
-