| Constructor and Description |
|---|
SetTaskPriority(ActivityInstanceService activityInstanceService,
long activityInstanceId,
STaskPriority sTaskPriority) |
| Modifier and Type | Method and Description |
|---|---|
SManualTaskInstance |
BPMInstancesCreator.createManualTaskInstance(long parentUserTaskId,
String name,
long flowNodeDefinitionId,
String displayName,
long userId,
String description,
long dueDate,
STaskPriority priority) |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowNodeInstanceService.setTaskPriority(SFlowNodeInstance flowNodeInstance,
STaskPriority priority) |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowNodeInstancesServiceImpl.setTaskPriority(SFlowNodeInstance flowNodeInstance,
STaskPriority priority) |
| Modifier and Type | Method and Description |
|---|---|
STaskPriority |
SHumanTaskInstance.getPriority() |
static STaskPriority |
STaskPriority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static STaskPriority[] |
STaskPriority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
STaskPriority |
SAHumanTaskInstance.getPriority() |
| Modifier and Type | Method and Description |
|---|---|
STaskPriority |
SAHumanTaskInstanceImpl.getPriority() |
| Modifier and Type | Method and Description |
|---|---|
void |
SAHumanTaskInstanceImpl.setPriority(STaskPriority priority) |
| Modifier and Type | Method and Description |
|---|---|
SHumanTaskInstanceBuilder |
SHumanTaskInstanceBuilder.setPriority(STaskPriority priority) |
| Modifier and Type | Method and Description |
|---|---|
SHumanTaskInstanceBuilder |
SHumanTaskInstanceBuilderImpl.setPriority(STaskPriority priority) |
| Modifier and Type | Method and Description |
|---|---|
STaskPriority |
SHumanTaskInstanceImpl.getPriority() |
| Modifier and Type | Method and Description |
|---|---|
void |
SHumanTaskInstanceImpl.setPriority(STaskPriority priority) |
| Constructor and Description |
|---|
SHumanTaskInstanceImpl(String name,
long flowNodeDefinitionId,
long rootContainerId,
long parenteContainerId,
long actorId,
STaskPriority priority,
long logicalGroup1,
long logicalGroup2) |
SManualTaskInstanceImpl(String name,
long flowNodeDefinitionId,
long rootContainerId,
long parenteContainerId,
long actorId,
STaskPriority priority,
long logicalGroup1,
long logicalGroup2) |
SUserTaskInstanceImpl(String name,
long flowNodeDefinitionId,
long rootContainerId,
long parentContainerId,
long actorId,
STaskPriority priority,
long logicalGroup1,
long logicalGroup2) |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.