@RelationshipResource(name="tasks", entityResource=ProcessesRestEntityResource.class, title="Tasks for the current process") public class ProcessTasksRelation extends Object implements RelationshipResourceAction.Read<Task>
| Constructor and Description |
|---|
ProcessTasksRelation() |
| Modifier and Type | Method and Description |
|---|---|
CollectionWithPagingInfo<Task> |
readAll(String processId,
Parameters parameters)
List the tasks.
|
void |
setTasks(Tasks tasks) |
protected Tasks tasks
public void setTasks(Tasks tasks)
public CollectionWithPagingInfo<Task> readAll(String processId, Parameters parameters)
readAll in interface RelationshipResourceAction.Read<Task>processId - Entity resource context for this relationshipparameters - - will never be null and will have the PAGING default valuesCopyright © 2005–2018 Alfresco Software. All rights reserved.