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