Uses of Class
org.bonitasoft.web.client.model.Task
Packages that use Task
-
Uses of Task in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return TaskModifier and TypeMethodDescriptionTaskApi.getTaskById(String id) Finds the Task by ID Returns the single Task for the given IDMethods in org.bonitasoft.web.client.api that return types with arguments of type TaskModifier and TypeMethodDescriptionTaskApi.getTaskByIdWithHttpInfo(String id) Finds the Task by ID Similar togetTaskByIdbut it also returns the http response headers .Finds Tasks Finds Tasks with pagination params and filters - can order on `caseId`, `processId`, `state`, `type`, `supervisor_id`, `last_update_date` - can filter on `caseId`, `processId`, `state`, `type`, `supervisor_id`, `last_update_date`TaskApi.searchTasks(TaskApi.SearchTasksQueryParams queryParams) Finds Tasks Finds Tasks with pagination params and filters - can order on `caseId`, `processId`, `state`, `type`, `supervisor_id`, `last_update_date` - can filter on `caseId`, `processId`, `state`, `type`, `supervisor_id`, `last_update_date` Note, this is equivalent to the othersearchTasksmethod, but with the query parameters collected into a single Map parameter.Finds Tasks Similar tosearchTasksbut it also returns the http response headers .TaskApi.searchTasksWithHttpInfo(TaskApi.SearchTasksQueryParams queryParams) Finds Tasks Finds Tasks with pagination params and filters - can order on `caseId`, `processId`, `state`, `type`, `supervisor_id`, `last_update_date` - can filter on `caseId`, `processId`, `state`, `type`, `supervisor_id`, `last_update_date` Note, this is equivalent to the othersearchTasksthat receives the query parameters as a map, but this one also exposes the Http response headers -
Uses of Task in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return TaskModifier and TypeMethodDescriptionTask.assignedDate(String assignedDate) Task.assignedId(String assignedId) Task.description(String description) Task.displayDescription(String displayDescription) Task.displayName(String displayName) Task.executedBy(String executedBy) Task.executedBySubstitute(String executedBySubstitute) Task.isTerminal(Boolean isTerminal) Task.lastUpdateDate(String lastUpdateDate) Task.parentCaseId(String parentCaseId) Task.parentTaskId(String parentTaskId) Task.reachedStateDate(String reachedStateDate) Task.rootCaseId(String rootCaseId) Task.rootContainerId(String rootContainerId) Task.state(ActivityState state)