-
- 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 DeleteCandidateUsersCommand extends UpdateAssignmentTaskCommand
Assignment command to delete one or more candidate users.
-
-
Constructor Summary
Constructors Constructor Description DeleteCandidateUsersCommand(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()
-
-
-
-