@RelationshipResource(name="candidates", entityResource=TasksRestEntityResource.class, title="Candidates for the current task") public class TaskCandidatesRelation extends java.lang.Object implements RelationshipResourceAction.Read
| Constructor and Description |
|---|
TaskCandidatesRelation() |
| Modifier and Type | Method and Description |
|---|---|
CollectionWithPagingInfo |
readAll(java.lang.String taskId,
Parameters parameters)
List the tasks candidate users and groups.
|
void |
setTasks(Tasks tasks) |
public void setTasks(Tasks tasks)
public CollectionWithPagingInfo readAll(java.lang.String taskId, Parameters parameters)
readAll in interface RelationshipResourceAction.ReadtaskId - 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 - 2013 Alfresco Software, Inc. All Rights Reserved.