Uses of Class
org.bonitasoft.web.client.model.HumanTask
Packages that use HumanTask
-
Uses of HumanTask in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return HumanTaskModifier and TypeMethodDescriptionHumanTaskApi.getHumanTaskById(String id) Finds the HumanTask by ID Returns the single HumanTask for the given IDMethods in org.bonitasoft.web.client.api that return types with arguments of type HumanTaskModifier and TypeMethodDescriptionHumanTaskApi.getHumanTaskByIdWithHttpInfo(String id) Finds the HumanTask by ID Similar togetHumanTaskByIdbut it also returns the http response headers .Finds HumanTasks Finds HumanTasks with pagination params and filters - can order on `name`, `priority`, `dueDate`, `state`, `processDefinitionId`, `processInstanceId`, `parentActivityInstanceId`, `assigneeId`, `parentContainerId`, `displayName`, `reachedStateDate` - can search on any field that can be used to order results - can filter on `assigned_id`, `user_id`, `show_assigned_to_others` (since 2022.2), `state`, `name`, `displayName`, `processDefinitionId`, `caseId`, `rootCaseId`, `parentCaseId`HumanTaskApi.searchHumanTasks(HumanTaskApi.SearchHumanTasksQueryParams queryParams) Finds HumanTasks Finds HumanTasks with pagination params and filters - can order on `name`, `priority`, `dueDate`, `state`, `processDefinitionId`, `processInstanceId`, `parentActivityInstanceId`, `assigneeId`, `parentContainerId`, `displayName`, `reachedStateDate` - can search on any field that can be used to order results - can filter on `assigned_id`, `user_id`, `show_assigned_to_others` (since 2022.2), `state`, `name`, `displayName`, `processDefinitionId`, `caseId`, `rootCaseId`, `parentCaseId` Note, this is equivalent to the othersearchHumanTasksmethod, but with the query parameters collected into a single Map parameter.Finds HumanTasks Similar tosearchHumanTasksbut it also returns the http response headers .HumanTaskApi.searchHumanTasksWithHttpInfo(HumanTaskApi.SearchHumanTasksQueryParams queryParams) Finds HumanTasks Finds HumanTasks with pagination params and filters - can order on `name`, `priority`, `dueDate`, `state`, `processDefinitionId`, `processInstanceId`, `parentActivityInstanceId`, `assigneeId`, `parentContainerId`, `displayName`, `reachedStateDate` - can search on any field that can be used to order results - can filter on `assigned_id`, `user_id`, `show_assigned_to_others` (since 2022.2), `state`, `name`, `displayName`, `processDefinitionId`, `caseId`, `rootCaseId`, `parentCaseId` Note, this is equivalent to the othersearchHumanTasksthat receives the query parameters as a map, but this one also exposes the Http response headers -
Uses of HumanTask in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return HumanTaskModifier and TypeMethodDescriptionHumanTask.assignedDate(String assignedDate) HumanTask.assignedId(String assignedId) HumanTask.description(String description) HumanTask.displayDescription(String displayDescription) HumanTask.displayName(String displayName) HumanTask.executedBy(String executedBy) HumanTask.executedBySubstitute(String executedBySubstitute) HumanTask.isTerminal(Boolean isTerminal) HumanTask.lastUpdateDate(String lastUpdateDate) HumanTask.parentCaseId(String parentCaseId) HumanTask.parentTaskId(String parentTaskId) HumanTask.reachedStateDate(String reachedStateDate) HumanTask.rootCaseId(String rootCaseId) HumanTask.rootContainerId(String rootContainerId) HumanTask.state(ActivityState state)