Uses of Interface
org.alfresco.rest.workflow.api.Tasks
-
Packages that use Tasks Package Description org.alfresco.rest.workflow.api.impl org.alfresco.rest.workflow.api.processes org.alfresco.rest.workflow.api.tasks -
-
Uses of Tasks in org.alfresco.rest.workflow.api.impl
Classes in org.alfresco.rest.workflow.api.impl that implement Tasks Modifier and Type Class Description class
TasksImpl
-
Uses of Tasks in org.alfresco.rest.workflow.api.processes
Fields in org.alfresco.rest.workflow.api.processes declared as Tasks Modifier and Type Field Description protected Tasks
ProcessTasksRelation. tasks
Methods in org.alfresco.rest.workflow.api.processes with parameters of type Tasks Modifier and Type Method Description void
ProcessTasksRelation. setTasks(Tasks tasks)
-
Uses of Tasks in org.alfresco.rest.workflow.api.tasks
Methods in org.alfresco.rest.workflow.api.tasks with parameters of type Tasks Modifier and Type Method Description void
TaskCandidatesRelation. setTasks(Tasks tasks)
void
TaskFormModelRelation. setTasks(Tasks tasks)
void
TaskItemsRelation. setTasks(Tasks tasks)
void
TasksRestEntityResource. setTasks(Tasks tasks)
void
TaskVariablesRelation. setTasks(Tasks tasks)
-