-
- 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 AddCandidateGroupsCommand extends UpdateAssignmentTaskCommand
Assignment command to add one or more candidate groups.
-
-
Constructor Summary
Constructors Constructor Description AddCandidateGroupsCommand(String id, Set<String> candidateGroups)
-
Method Summary
Modifier and Type Method Description StringgetId()Task id. Set<String>getCandidateGroups()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>getCandidateUsers()-
-
Method Detail
-
getCandidateGroups
Set<String> getCandidateGroups()
-
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.
-
getCandidateUsers
Set<String> getCandidateUsers()
-
-
-
-