| Package | Description |
|---|---|
| org.bonitasoft.engine.api |
The Bonita project has a clear separation between the API the users should be interacting with and the actual implementation classes.
|
| org.bonitasoft.engine.bpm.flownode |
Copyright (C) 2015 BonitaSoft S.A.
|
| org.bonitasoft.engine.bpm.flownode.impl.internal |
Copyright (C) 2015 BonitaSoft S.A.
|
| Modifier and Type | Method and Description |
|---|---|
SearchResult<ArchivedHumanTaskInstance> |
ProcessRuntimeAPI.searchArchivedHumanTasks(SearchOptions searchOptions)
Search the archived human tasks for tasks that match the search options.
|
SearchResult<ArchivedHumanTaskInstance> |
ProcessRuntimeAPI.searchArchivedHumanTasksManagedBy(long managerUserId,
SearchOptions searchOptions)
Search for archived human tasks managed by the specified user.
|
SearchResult<ArchivedHumanTaskInstance> |
ProcessRuntimeAPI.searchArchivedHumanTasksSupervisedBy(long supervisorId,
SearchOptions searchOptions)
Search for archived tasks assigned to users supervised by the specified user.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ArchivedManualTaskInstance |
interface |
ArchivedUserTaskInstance |
| Modifier and Type | Class and Description |
|---|---|
class |
ArchivedHumanTaskInstanceImpl |
class |
ArchivedManualTaskInstanceImpl |
class |
ArchivedReceiveTaskInstanceImpl |
class |
ArchivedSendTaskInstanceImpl |
class |
ArchivedUserTaskInstanceImpl |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.