Uses of Class
org.bonitasoft.web.client.model.ArchivedHumanTask
-
Packages that use ArchivedHumanTask Package Description org.bonitasoft.web.client.api -
-
Uses of ArchivedHumanTask in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return ArchivedHumanTask Modifier and Type Method Description ArchivedHumanTaskArchivedHumanTaskApi. getArchivedHumanTaskById(String id)Finds the ArchivedHumanTask by ID Returns the single ArchivedHumanTask for the given IDMethods in org.bonitasoft.web.client.api that return types with arguments of type ArchivedHumanTask Modifier and Type Method Description List<ArchivedHumanTask>ArchivedHumanTaskApi. searchArchivedHumanTasks(Integer p, Integer c, List<String> f, String o)Finds ArchivedHumanTasks Finds ArchivedHumanTasks with pagination params and filters You can filter on: * `assigned_id={user_id}`: retrieve only the human tasks assigned to the specified ID.List<ArchivedHumanTask>ArchivedHumanTaskApi. searchArchivedHumanTasks(Map<String,Object> queryParams)Finds ArchivedHumanTasks Finds ArchivedHumanTasks with pagination params and filters You can filter on: * `assigned_id={user_id}`: retrieve only the human tasks assigned to the specified ID.
-