Class TaskFormModelRelation
java.lang.Object
org.alfresco.rest.workflow.api.tasks.TaskFormModelRelation
- All Implemented Interfaces:
RelationshipResourceAction.Read<FormModelElement>
,ResourceAction
@RelationshipResource(name="task-form-model",
entityResource=TasksRestEntityResource.class,
title="Model for the task\'s form")
public class TaskFormModelRelation
extends Object
implements RelationshipResourceAction.Read<FormModelElement>
- Author:
- Frederik Heremans
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreadAll
(String entityResourceId, Parameters params) Reads set the relationship entities from the collection using the related entityResourceId.void
-
Constructor Details
-
TaskFormModelRelation
public TaskFormModelRelation()
-
-
Method Details
-
setTasks
-
readAll
public CollectionWithPagingInfo<FormModelElement> readAll(String entityResourceId, Parameters params) Description copied from interface:RelationshipResourceAction.Read
Reads set the relationship entities from the collection using the related entityResourceId. Paging information is provided.- Specified by:
readAll
in interfaceRelationshipResourceAction.Read<FormModelElement>
- Parameters:
entityResourceId
- Entity resource context for this relationshipparams
- - will never be null and will have the PAGING default values
-