Uses of Class
org.alfresco.rest.workflow.api.model.TaskCandidate
-
Packages that use TaskCandidate Package Description org.alfresco.rest.workflow.api org.alfresco.rest.workflow.api.impl org.alfresco.rest.workflow.api.tasks -
-
Uses of TaskCandidate in org.alfresco.rest.workflow.api
Methods in org.alfresco.rest.workflow.api that return types with arguments of type TaskCandidate Modifier and Type Method Description CollectionWithPagingInfo<TaskCandidate>
Tasks. getTaskCandidates(java.lang.String taskId, Paging paging)
-
Uses of TaskCandidate in org.alfresco.rest.workflow.api.impl
Methods in org.alfresco.rest.workflow.api.impl that return types with arguments of type TaskCandidate Modifier and Type Method Description CollectionWithPagingInfo<TaskCandidate>
TasksImpl. getTaskCandidates(java.lang.String taskId, Paging paging)
-
Uses of TaskCandidate in org.alfresco.rest.workflow.api.tasks
Methods in org.alfresco.rest.workflow.api.tasks that return types with arguments of type TaskCandidate Modifier and Type Method Description CollectionWithPagingInfo<TaskCandidate>
TaskCandidatesRelation. readAll(java.lang.String taskId, Parameters parameters)
List the tasks candidate users and groups.
-