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 SubTasksStrategy
InternalTaskService. getSubTaskStrategy(long taskId)
SubTasksStrategy
TaskInstanceService. getSubTaskStrategy(long taskId)
Methods in org.kie.internal.task.api with parameters of type SubTasksStrategy Modifier and Type Method Description void
InternalTaskService. setSubTaskStrategy(long taskId, SubTasksStrategy strategy)
void
TaskInstanceService. 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 SubTasksStrategy
InternalTask. getSubTaskStrategy()
SubTasksStrategy
InternalTaskSummary. getSubTaskStrategy()
static SubTasksStrategy
SubTasksStrategy. valueOf(java.lang.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 void
InternalTask. setSubTaskStrategy(SubTasksStrategy subTaskStrategy)
void
InternalTaskSummary. 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 TaskSummaryQueryBuilder
TaskSummaryQueryBuilder. subTaskStrategy(SubTasksStrategy... subTasksStrategy)
Add one or more (task) sub-task-strategies as a criteria to the query
-