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 java.lang.Object implements RelationshipResourceAction.Read<FormModelElement>
- Author:
- Frederik Heremans
-
-
Constructor Summary
Constructors Constructor Description TaskFormModelRelation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CollectionWithPagingInfo<FormModelElement>
readAll(java.lang.String entityResourceId, Parameters params)
Reads set the relationship entities from the collection using the related entityResourceId.void
setTasks(Tasks tasks)
-
-
-
Method Detail
-
setTasks
public void setTasks(Tasks tasks)
-
readAll
public CollectionWithPagingInfo<FormModelElement> readAll(java.lang.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
-
-