Class TaskCandidatesRelation
java.lang.Object
org.alfresco.rest.workflow.api.tasks.TaskCandidatesRelation
- All Implemented Interfaces:
RelationshipResourceAction.Read<TaskCandidate>
,ResourceAction
@RelationshipResource(name="candidates",
entityResource=TasksRestEntityResource.class,
title="Candidates for the current task")
public class TaskCandidatesRelation
extends Object
implements RelationshipResourceAction.Read<TaskCandidate>
- Author:
- Tijs Rademakers
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreadAll
(String taskId, Parameters parameters) List the tasks candidate users and groups.void
-
Constructor Details
-
TaskCandidatesRelation
public TaskCandidatesRelation()
-
-
Method Details
-
setTasks
-
readAll
List the tasks candidate users and groups.- Specified by:
readAll
in interfaceRelationshipResourceAction.Read<TaskCandidate>
- Parameters:
taskId
- Entity resource context for this relationshipparameters
- - will never be null and will have the PAGING default values- See Also:
-