public class TaskVariableUtils extends Object
| Constructor and Description |
|---|
TaskVariableUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
doesVariableBelongToTask(org.flowable.variable.api.types.ValueFields valueFields,
TaskInfo taskInfo) |
static boolean |
isCaseRelated(TaskInfo task) |
static boolean |
isCaseRelated(org.flowable.variable.api.types.ValueFields valueField) |
static boolean |
isProcessRelated(TaskInfo task) |
public static boolean isCaseRelated(org.flowable.variable.api.types.ValueFields valueField)
public static boolean isCaseRelated(TaskInfo task)
public static boolean isProcessRelated(TaskInfo task)
public static boolean doesVariableBelongToTask(org.flowable.variable.api.types.ValueFields valueFields,
TaskInfo taskInfo)
Copyright © 2022 Flowable. All rights reserved.