Uses of Class
io.camunda.zeebe.gateway.protocol.rest.UserTaskItem
Packages that use UserTaskItem
-
Uses of UserTaskItem in io.camunda.zeebe.gateway.protocol.rest
Methods in io.camunda.zeebe.gateway.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.gateway.protocol.rest that return types with arguments of type UserTaskItemModifier and TypeMethodDescription@Valid List<@Valid UserTaskItem> UserTaskSearchQueryResponse.getItems()Get itemsMethods in io.camunda.zeebe.gateway.protocol.rest with parameters of type UserTaskItemModifier and TypeMethodDescriptionUserTaskSearchQueryResponse.addItemsItem(UserTaskItem itemsItem) Method parameters in io.camunda.zeebe.gateway.protocol.rest with type arguments of type UserTaskItemModifier and TypeMethodDescriptionUserTaskSearchQueryResponse.items(List<@Valid UserTaskItem> items) voidUserTaskSearchQueryResponse.setItems(List<@Valid UserTaskItem> items)