Uses of Class
org.kie.internal.task.api.model.SubTasksStrategy
-
Packages that use SubTasksStrategy Package Description org.kie.internal.task.api org.kie.internal.task.api.model org.kie.internal.task.query -
-
Uses of SubTasksStrategy in org.kie.internal.task.api
Methods in org.kie.internal.task.api that return SubTasksStrategy Modifier and Type Method Description SubTasksStrategyInternalTaskService. getSubTaskStrategy(long taskId)SubTasksStrategyTaskInstanceService. getSubTaskStrategy(long taskId)Methods in org.kie.internal.task.api with parameters of type SubTasksStrategy Modifier and Type Method Description voidInternalTaskService. 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 SubTasksStrategy Modifier and Type Method Description SubTasksStrategyInternalTask. getSubTaskStrategy()SubTasksStrategyInternalTaskSummary. getSubTaskStrategy()static SubTasksStrategySubTasksStrategy. valueOf(String name)Returns 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 SubTasksStrategy Modifier and Type Method Description voidInternalTask. 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 SubTasksStrategy Modifier and Type Method Description TaskSummaryQueryBuilderTaskSummaryQueryBuilder. subTaskStrategy(SubTasksStrategy... subTasksStrategy)Add one or more (task) sub-task-strategies as a criteria to the query
-