| 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 |
|---|---|
void |
ProcessRuntimeAPI.setTaskPriority(long userTaskInstanceId,
TaskPriority priority)
Set the priority of a user task.
|
| Modifier and Type | Method and Description |
|---|---|
TaskPriority |
HumanTaskInstance.getPriority() |
TaskPriority |
ArchivedHumanTaskInstance.getPriority() |
static TaskPriority |
TaskPriority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskPriority[] |
TaskPriority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TaskPriority |
HumanTaskInstanceImpl.getPriority() |
TaskPriority |
ArchivedHumanTaskInstanceImpl.getPriority() |
| Modifier and Type | Method and Description |
|---|---|
void |
HumanTaskInstanceImpl.setPriority(TaskPriority priority) |
void |
ArchivedHumanTaskInstanceImpl.setPriority(TaskPriority priority) |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.