-
- All Implemented Interfaces:
-
io.holunda.camunda.taskpool.api.task.CamundaTaskEventType,io.holunda.camunda.taskpool.api.task.EngineTaskCommand,io.holunda.camunda.taskpool.api.task.WithTaskId
public final class AddCandidateUsersCommand extends UpdateAssignmentTaskCommand
Assignment command to add one or more candidate users.
-
-
Constructor Summary
Constructors Constructor Description AddCandidateUsersCommand(String id, Set<String> candidateUsers)
-
Method Summary
Modifier and Type Method Description StringgetId()Task id. Set<String>getCandidateUsers()IntegergetOrder()Used to order commands before sending in case multiple events are received from the engine for the same task in the same transaction. StringgetEventName()Event classification. Set<String>getCandidateGroups()-
-
Method Detail
-
getCandidateUsers
Set<String> getCandidateUsers()
-
getOrder
Integer getOrder()
Used to order commands before sending in case multiple events are received from the engine for the same task in the same transaction. Commands with lower order value are sent before commands with higher order value.
-
getEventName
String getEventName()
Event classification.
-
getCandidateGroups
Set<String> getCandidateGroups()
-
-
-
-