Class ProcessTasksRelation
java.lang.Object
org.alfresco.rest.workflow.api.processes.ProcessTasksRelation
- All Implemented Interfaces:
RelationshipResourceAction.Read<Task>
,ResourceAction
@RelationshipResource(name="tasks",
entityResource=ProcessesRestEntityResource.class,
title="Tasks for the current process")
public class ProcessTasksRelation
extends Object
implements RelationshipResourceAction.Read<Task>
- Author:
- Tijs Rademakers
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreadAll
(String processId, Parameters parameters) List the tasks.void
-
Field Details
-
tasks
-
-
Constructor Details
-
ProcessTasksRelation
public ProcessTasksRelation()
-
-
Method Details
-
setTasks
-
readAll
List the tasks.- Specified by:
readAll
in interfaceRelationshipResourceAction.Read<Task>
- Parameters:
processId
- Entity resource context for this relationshipparameters
- - will never be null and will have the PAGING default values
-