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) Deprecated.UserTaskItem.addCandidateUserItem(String candidateUserItem) Deprecated.Deprecated.UserTaskItem.candidateGroup(List<String> candidateGroup) Deprecated.UserTaskItem.candidateUser(List<String> candidateUser) Deprecated.UserTaskItem.completionDate(String completionDate) Deprecated.UserTaskItem.creationDate(String creationDate) Deprecated.UserTaskItem.customHeaders(Map<String, String> customHeaders) Deprecated.Deprecated.Deprecated.UserTaskItem.elementInstanceKey(Long elementInstanceKey) Deprecated.UserTaskItem.externalFormReference(String externalFormReference) Deprecated.UserTaskItem.followUpDate(String followUpDate) Deprecated.Deprecated.Deprecated.Deprecated.UserTaskItem.processDefinitionId(String processDefinitionId) Deprecated.UserTaskItem.processDefinitionKey(Long processDefinitionKey) Deprecated.UserTaskItem.processDefinitionVersion(Integer processDefinitionVersion) Deprecated.UserTaskItem.processInstanceKey(Long processInstanceKey) Deprecated.UserTaskItem.putCustomHeadersItem(String key, String customHeadersItem) Deprecated.Deprecated.Deprecated.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) Deprecated.Method parameters in io.camunda.zeebe.client.protocol.rest with type arguments of type UserTaskItemModifier and TypeMethodDescriptionUserTaskSearchQueryResponse.items(List<UserTaskItem> items) Deprecated.voidUserTaskSearchQueryResponse.setItems(List<UserTaskItem> items) Deprecated.