Uses of Class
io.camunda.zeebe.client.protocol.rest.UserTaskItem
Packages that use UserTaskItem
Package
Description
-
Uses of UserTaskItem in io.camunda.zeebe.client.impl.search.response
Constructors in io.camunda.zeebe.client.impl.search.response with parameters of type UserTaskItem -
Uses of UserTaskItem in io.camunda.zeebe.client.protocol.rest
Methods in io.camunda.zeebe.client.protocol.rest that return UserTaskItemModifier and TypeMethodDescriptionUserTaskItem.addCandidateGroupItem(String candidateGroupItem) UserTaskItem.addCandidateUserItem(String candidateUserItem) UserTaskItem.candidateGroup(List<String> candidateGroup) UserTaskItem.candidateUser(List<String> candidateUser) UserTaskItem.completionDate(String completionDate) UserTaskItem.creationDate(String creationDate) UserTaskItem.customHeaders(Map<String, String> customHeaders) UserTaskItem.elementInstanceKey(Long elementInstanceKey) UserTaskItem.externalFormReference(String externalFormReference) UserTaskItem.followUpDate(String followUpDate) UserTaskItem.processDefinitionId(String processDefinitionId) UserTaskItem.processDefinitionKey(Long processDefinitionKey) UserTaskItem.processDefinitionVersion(Integer processDefinitionVersion) UserTaskItem.processInstanceKey(Long processInstanceKey) UserTaskItem.putCustomHeadersItem(String key, String customHeadersItem) Methods in io.camunda.zeebe.client.protocol.rest that return types with arguments of type UserTaskItemMethods in io.camunda.zeebe.client.protocol.rest with parameters of type UserTaskItemModifier and TypeMethodDescriptionUserTaskSearchQueryResponse.addItemsItem(UserTaskItem itemsItem) Method parameters in io.camunda.zeebe.client.protocol.rest with type arguments of type UserTaskItemModifier and TypeMethodDescriptionUserTaskSearchQueryResponse.items(List<UserTaskItem> items) voidUserTaskSearchQueryResponse.setItems(List<UserTaskItem> items)