@RelationshipResource(name="candidates", entityResource=TasksRestEntityResource.class, title="Candidates for the current task") public class TaskCandidatesRelation extends Object implements RelationshipResourceAction.Read<TaskCandidate>
| Constructor and Description |
|---|
TaskCandidatesRelation() |
| Modifier and Type | Method and Description |
|---|---|
CollectionWithPagingInfo<TaskCandidate> |
readAll(String taskId,
Parameters parameters)
List the tasks candidate users and groups.
|
void |
setTasks(Tasks tasks) |
public void setTasks(Tasks tasks)
public CollectionWithPagingInfo<TaskCandidate> readAll(String taskId, Parameters parameters)
readAll in interface RelationshipResourceAction.Read<TaskCandidate>taskId - Entity resource context for this relationshipparameters - - will never be null and will have the PAGING default valuesRelationshipResourceAction.Read.readAll(java.lang.String, org.alfresco.rest.framework.resource.parameters.Parameters)Copyright © 2005–2018 Alfresco Software. All rights reserved.