Class TaskVariableUtils
java.lang.Object
org.flowable.task.service.impl.util.TaskVariableUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleandoesVariableBelongToTask(org.flowable.variable.api.types.ValueFields valueFields, TaskInfo taskInfo) static booleanisCaseRelated(TaskInfo task) static booleanisCaseRelated(org.flowable.variable.api.types.ValueFields valueField) static booleanisProcessRelated(TaskInfo task)
-
Constructor Details
-
TaskVariableUtils
public TaskVariableUtils()
-
-
Method Details
-
isCaseRelated
public static boolean isCaseRelated(org.flowable.variable.api.types.ValueFields valueField) -
isCaseRelated
-
isProcessRelated
-
doesVariableBelongToTask
public static boolean doesVariableBelongToTask(org.flowable.variable.api.types.ValueFields valueFields, TaskInfo taskInfo)
-