Uses of Class
org.bonitasoft.web.client.model.UserTask
Packages that use UserTask
Package
Description
-
Uses of UserTask in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return UserTaskModifier and TypeMethodDescriptionUserTaskApi.getUserTaskById(String id) Finds the UserTask by ID Returns the single UserTask for the given IDMethods in org.bonitasoft.web.client.api that return types with arguments of type UserTaskModifier and TypeMethodDescriptionUserTaskApi.getUserTaskByIdWithHttpInfo(String id) Finds the UserTask by ID Similar togetUserTaskByIdbut it also returns the http response headers .Finds UserTasks Finds UserTasks with pagination params and filters - can order on `id` - can search on `displayName` - can filter on `displayName`UserTaskApi.searchUserTasks(UserTaskApi.SearchUserTasksQueryParams queryParams) Finds UserTasks Finds UserTasks with pagination params and filters - can order on `id` - can search on `displayName` - can filter on `displayName` Note, this is equivalent to the othersearchUserTasksmethod, but with the query parameters collected into a single Map parameter.Finds UserTasks Similar tosearchUserTasksbut it also returns the http response headers .UserTaskApi.searchUserTasksWithHttpInfo(UserTaskApi.SearchUserTasksQueryParams queryParams) Finds UserTasks Finds UserTasks with pagination params and filters - can order on `id` - can search on `displayName` - can filter on `displayName` Note, this is equivalent to the othersearchUserTasksthat receives the query parameters as a map, but this one also exposes the Http response headers -
Uses of UserTask in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return UserTaskModifier and TypeMethodDescriptionUserTask.assignedDate(String assignedDate) UserTask.assignedId(String assignedId) UserTask.description(String description) UserTask.displayDescription(String displayDescription) UserTask.displayName(String displayName) UserTask.executedBy(String executedBy) UserTask.executedBySubstitute(String executedBySubstitute) UserTask.isTerminal(Boolean isTerminal) UserTask.lastUpdateDate(String lastUpdateDate) UserTask.parentCaseId(String parentCaseId) UserTask.parentTaskId(String parentTaskId) UserTask.reachedStateDate(String reachedStateDate) UserTask.rootCaseId(String rootCaseId) UserTask.rootContainerId(String rootContainerId) UserTask.state(ActivityState state) -
Uses of UserTask in org.bonitasoft.web.client.services
Methods in org.bonitasoft.web.client.services that return UserTaskMethods in org.bonitasoft.web.client.services that return types with arguments of type UserTask -
Uses of UserTask in org.bonitasoft.web.client.services.impl
Methods in org.bonitasoft.web.client.services.impl that return UserTaskMethods in org.bonitasoft.web.client.services.impl that return types with arguments of type UserTask