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