| Package | Description |
|---|---|
| org.jbpm.kie.services.impl | |
| org.jbpm.kie.services.impl.model | |
| org.jbpm.kie.services.impl.query.mapper | |
| org.jbpm.services.api | |
| org.jbpm.services.api.model |
| Modifier and Type | Method and Description |
|---|---|
UserTaskInstanceDesc |
RuntimeDataServiceImpl.getTaskById(Long taskId) |
UserTaskInstanceDesc |
RuntimeDataServiceImpl.getTaskByWorkItemId(Long workItemId) |
| Modifier and Type | Method and Description |
|---|---|
protected org.kie.api.runtime.manager.RuntimeManager |
UserTaskServiceImpl.getRuntimeManager(UserTaskInstanceDesc task) |
| Modifier and Type | Class and Description |
|---|---|
class |
UserTaskInstanceDesc |
class |
UserTaskInstanceWithVarsDesc |
| Modifier and Type | Method and Description |
|---|---|
List<UserTaskInstanceDesc> |
ProcessInstanceDesc.getActiveTasks() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessInstanceDesc.setActiveTasks(List<UserTaskInstanceDesc> activeTasks) |
| Modifier and Type | Method and Description |
|---|---|
protected UserTaskInstanceDesc |
UserTaskInstanceQueryMapper.buildInstance(org.dashbuilder.dataset.DataSet dataSetResult,
int index) |
| Modifier and Type | Method and Description |
|---|---|
QueryResultMapper<List<UserTaskInstanceDesc>> |
UserTaskInstanceQueryMapper.forColumnMapping(Map<String,String> columnMapping) |
List<UserTaskInstanceDesc> |
UserTaskInstanceQueryMapper.map(Object result) |
| Modifier and Type | Method and Description |
|---|---|
UserTaskInstanceDesc |
RuntimeDataService.getTaskById(Long taskId)
Return a task by its taskId.
|
UserTaskInstanceDesc |
RuntimeDataService.getTaskByWorkItemId(Long workItemId)
Return a task by its workItemId.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
UserTaskInstanceWithVarsDesc |
| Modifier and Type | Method and Description |
|---|---|
List<UserTaskInstanceDesc> |
ProcessInstanceDesc.getActiveTasks() |
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.