Uses of Enum
org.kie.internal.task.api.model.SubTasksStrategy
Packages that use SubTasksStrategy
Package
Description
-
Uses of SubTasksStrategy in org.kie.internal.task.api
Methods in org.kie.internal.task.api that return SubTasksStrategyModifier and TypeMethodDescriptionInternalTaskService.getSubTaskStrategy(long taskId) TaskInstanceService.getSubTaskStrategy(long taskId) Methods in org.kie.internal.task.api with parameters of type SubTasksStrategyModifier and TypeMethodDescriptionvoidInternalTaskService.setSubTaskStrategy(long taskId, SubTasksStrategy strategy) voidTaskInstanceService.setSubTaskStrategy(long taskId, SubTasksStrategy strategy) -
Uses of SubTasksStrategy in org.kie.internal.task.api.model
Methods in org.kie.internal.task.api.model that return SubTasksStrategyModifier and TypeMethodDescriptionInternalTask.getSubTaskStrategy()InternalTaskSummary.getSubTaskStrategy()static SubTasksStrategyReturns the enum constant of this type with the specified name.static SubTasksStrategy[]SubTasksStrategy.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kie.internal.task.api.model with parameters of type SubTasksStrategyModifier and TypeMethodDescriptionvoidInternalTask.setSubTaskStrategy(SubTasksStrategy subTaskStrategy) voidInternalTaskSummary.setSubTaskStrategy(SubTasksStrategy subTaskStrategy) -
Uses of SubTasksStrategy in org.kie.internal.task.query
Methods in org.kie.internal.task.query with parameters of type SubTasksStrategyModifier and TypeMethodDescriptionTaskSummaryQueryBuilder.subTaskStrategy(SubTasksStrategy... subTasksStrategy) Add one or more (task) sub-task-strategies as a criteria to the query