| Modifier and Type | Method and Description |
|---|---|
SHumanTaskInstance |
GetHumanTaskInstance.getResult() |
| Modifier and Type | Method and Description |
|---|---|
List<SHumanTaskInstance> |
GetAssignedTasks.getResult() |
| Modifier and Type | Method and Description |
|---|---|
SHumanTaskInstance |
ActivityInstanceService.getHumanTaskInstance(long activityInstanceId)
Get humanTaskInstance by its id
|
| Modifier and Type | Method and Description |
|---|---|
List<SHumanTaskInstance> |
ActivityInstanceService.getAssignedUserTasks(long userId,
int fromIndex,
int maxResults,
String sortFieldName,
OrderByType order)
Get tasks assigned to the user.
|
List<SHumanTaskInstance> |
ActivityInstanceService.getPendingTasks(long userId,
Set<Long> actorIds,
int fromIndex,
int maxResults,
String sortFieldName,
OrderByType order)
Get pending tasks for the user in specific actors.
|
List<SHumanTaskInstance> |
ActivityInstanceService.searchAssignedAndPendingHumanTasks(long rootProcessDefinitionId,
QueryOptions queryOptions)
Search the assigned and pending human tasks for any user, on the specified root process definition, corresponding to the options.
|
List<SHumanTaskInstance> |
ActivityInstanceService.searchAssignedAndPendingHumanTasks(QueryOptions queryOptions)
Search the assigned and pending human tasks for any user corresponding to the options.
|
List<SHumanTaskInstance> |
ActivityInstanceService.searchAssignedAndPendingHumanTasksFor(long rootProcessDefinitionId,
long userId,
QueryOptions queryOptions)
Search the assigned and pending human tasks for the specified user, on the specified root process definition, corresponding to the options.
|
List<SHumanTaskInstance> |
ActivityInstanceService.searchAssignedTasksManagedBy(long managerUserId,
QueryOptions searchOptions)
Get all assigned tasks managed by the specific manager
|
List<SHumanTaskInstance> |
ActivityInstanceService.searchAssignedTasksSupervisedBy(long supervisorId,
QueryOptions queryOptions)
Search UserTask instances assigned for a specific supervisor
|
List<SHumanTaskInstance> |
ActivityInstanceService.searchHumanTasks(QueryOptions queryOptions)
Search all human task instances according to the criteria
|
List<SHumanTaskInstance> |
ActivityInstanceService.searchPendingOrAssignedTasks(long userId,
QueryOptions searchOptions) |
List<SHumanTaskInstance> |
ActivityInstanceService.searchPendingTasksAssignedTo(long userId,
QueryOptions searchOptions) |
List<SHumanTaskInstance> |
ActivityInstanceService.searchPendingTasksForUser(long userId,
QueryOptions searchOptions) |
List<SHumanTaskInstance> |
ActivityInstanceService.searchPendingTasksManagedBy(long managerUserId,
QueryOptions searchOptions)
Search all pending tasks for the specific manager
|
List<SHumanTaskInstance> |
ActivityInstanceService.searchPendingTasksSupervisedBy(long userId,
QueryOptions searchOptions)
Search all pending human task instances for the specific supervisor
|
| Modifier and Type | Method and Description |
|---|---|
SHumanTaskInstance |
ActivityInstanceServiceImpl.getHumanTaskInstance(long activityInstanceId) |
| Modifier and Type | Method and Description |
|---|---|
List<SHumanTaskInstance> |
ActivityInstanceServiceImpl.getAssignedUserTasks(long assigneeId,
int fromIndex,
int maxResults,
String sortFieldName,
OrderByType order) |
List<SHumanTaskInstance> |
ActivityInstanceServiceImpl.getPendingTasks(long userId,
Set<Long> actorIds,
int fromIndex,
int maxResults,
String sortFieldName,
OrderByType order) |
List<SHumanTaskInstance> |
ActivityInstanceServiceImpl.searchAssignedAndPendingHumanTasks(long rootProcessDefinitionId,
QueryOptions queryOptions) |
List<SHumanTaskInstance> |
ActivityInstanceServiceImpl.searchAssignedAndPendingHumanTasks(QueryOptions queryOptions) |
List<SHumanTaskInstance> |
ActivityInstanceServiceImpl.searchAssignedAndPendingHumanTasksFor(long rootProcessDefinitionId,
long userId,
QueryOptions queryOptions) |
List<SHumanTaskInstance> |
ActivityInstanceServiceImpl.searchAssignedTasksManagedBy(long managerUserId,
QueryOptions searchOptions) |
List<SHumanTaskInstance> |
ActivityInstanceServiceImpl.searchAssignedTasksSupervisedBy(long supervisorId,
QueryOptions queryOptions) |
List<SHumanTaskInstance> |
ActivityInstanceServiceImpl.searchHumanTasks(QueryOptions queryOptions) |
List<SHumanTaskInstance> |
ActivityInstanceServiceImpl.searchPendingOrAssignedTasks(long userId,
QueryOptions searchOptions) |
List<SHumanTaskInstance> |
ActivityInstanceServiceImpl.searchPendingTasksAssignedTo(long userId,
QueryOptions searchOptions) |
List<SHumanTaskInstance> |
ActivityInstanceServiceImpl.searchPendingTasksForUser(long userId,
QueryOptions searchOptions) |
List<SHumanTaskInstance> |
ActivityInstanceServiceImpl.searchPendingTasksManagedBy(long managerUserId,
QueryOptions searchOptions) |
List<SHumanTaskInstance> |
ActivityInstanceServiceImpl.searchPendingTasksSupervisedBy(long supervisorId,
QueryOptions queryOptions) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SManualTaskInstance |
interface |
SUserTaskInstance |
| Constructor and Description |
|---|
SAHumanTaskInstanceImpl(SHumanTaskInstance sHumanTaskInstance) |
| Modifier and Type | Method and Description |
|---|---|
SHumanTaskInstance |
SHumanTaskInstanceBuilder.done() |
| Modifier and Type | Class and Description |
|---|---|
class |
SHumanTaskInstanceImpl |
class |
SManualTaskInstanceImpl |
class |
SUserTaskInstanceImpl |
| Modifier and Type | Method and Description |
|---|---|
static SelectListDescriptor<SHumanTaskInstance> |
SelectDescriptorBuilder.getAssignedUserTasks(long userId,
int fromIndex,
int maxResults,
String sortFieldName,
OrderByType order) |
static SelectListDescriptor<SHumanTaskInstance> |
SelectDescriptorBuilder.getPendingUserTasks(long userId,
int fromIndex,
int maxResults,
String sortFieldName,
OrderByType order) |
static SelectListDescriptor<SHumanTaskInstance> |
SelectDescriptorBuilder.getPendingUserTasks(long userId,
Set<Long> actorIds,
int fromIndex,
int maxResults,
String sortFieldName,
OrderByType order) |
static SelectListDescriptor<SHumanTaskInstance> |
SelectDescriptorBuilder.searchAssignedTasksSupervisedBy(long supervisorId,
int fromIndex,
int maxResults) |
| Modifier and Type | Method and Description |
|---|---|
List<HumanTaskInstance> |
AbstractHumanTaskInstanceSearchEntity.convertToClientObjects(List<SHumanTaskInstance> serverObjects) |
static AbstractHumanTaskInstanceSearchEntity |
AbstractHumanTaskInstanceSearchEntity.searchHumanTaskInstance(SearchEntityDescriptor searchDescriptor,
SearchOptions options,
FlowNodeStateManager flowNodeStateManager,
BonitaReadFunction<QueryOptions,Long> count,
BonitaReadFunction<QueryOptions,List<SHumanTaskInstance>> search)
factory to create a search human task descriptor
|
| Modifier and Type | Method and Description |
|---|---|
static HumanTaskInstance |
ModelConvertor.toHumanTaskInstance(SHumanTaskInstance sHumanTask,
FlowNodeStateManager flowNodeStateManager) |
| Modifier and Type | Method and Description |
|---|---|
static List<HumanTaskInstance> |
ModelConvertor.toHumanTaskInstances(List<? extends SHumanTaskInstance> sHumanTasks,
FlowNodeStateManager flowNodeStateManager) |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.