Uses of Class
org.bonitasoft.web.client.model.ManualTask
Packages that use ManualTask
-
Uses of ManualTask in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return ManualTaskModifier and TypeMethodDescriptionManualTaskApi.createManualTask(ManualTaskCreateRequest body) Create the ManualTask Create the ManualTask.ManualTaskApi.getManualTaskById(String id) Finds the ManualTask by ID Returns the single ManualTask for the given IDMethods in org.bonitasoft.web.client.api that return types with arguments of type ManualTaskModifier and TypeMethodDescriptionManualTaskApi.createManualTaskWithHttpInfo(ManualTaskCreateRequest body) Create the ManualTask Similar tocreateManualTaskbut it also returns the http response headers .ManualTaskApi.getManualTaskByIdWithHttpInfo(String id) Finds the ManualTask by ID Similar togetManualTaskByIdbut it also returns the http response headers .Finds ManualTasks Finds ManualTasks with pagination params and filters You can filter on: * `assigned_id={user_id}`: retrieve only the manual tasks assigned to the specified user.ManualTaskApi.searchManualTasks(ManualTaskApi.SearchManualTasksQueryParams queryParams) Finds ManualTasks Finds ManualTasks with pagination params and filters You can filter on: * `assigned_id={user_id}`: retrieve only the manual tasks assigned to the specified user.ManualTaskApi.searchManualTasksWithHttpInfo(Integer p, Integer c, List<String> f, String o, String s) Finds ManualTasks Similar tosearchManualTasksbut it also returns the http response headers .ManualTaskApi.searchManualTasksWithHttpInfo(ManualTaskApi.SearchManualTasksQueryParams queryParams) Finds ManualTasks Finds ManualTasks with pagination params and filters You can filter on: * `assigned_id={user_id}`: retrieve only the manual tasks assigned to the specified user. -
Uses of ManualTask in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return ManualTaskModifier and TypeMethodDescriptionManualTask.assignedDate(String assignedDate) ManualTask.assignedId(String assignedId) ManualTask.description(String description) ManualTask.displayDescription(String displayDescription) ManualTask.displayName(String displayName) ManualTask.executedBy(String executedBy) ManualTask.executedBySubstitute(String executedBySubstitute) ManualTask.isTerminal(Boolean isTerminal) ManualTask.lastUpdateDate(String lastUpdateDate) ManualTask.parentCaseId(String parentCaseId) ManualTask.parentTaskId(String parentTaskId) ManualTask.reachedStateDate(String reachedStateDate) ManualTask.rootCaseId(String rootCaseId) ManualTask.rootContainerId(String rootContainerId) ManualTask.state(ActivityState state)