@RelationshipResource(name="task-form-model", entityResource=TasksRestEntityResource.class, title="Model for the task\'s form") public class TaskFormModelRelation extends Object implements RelationshipResourceAction.Read<FormModelElement>
Constructor and Description |
---|
TaskFormModelRelation() |
Modifier and Type | Method and Description |
---|---|
CollectionWithPagingInfo<FormModelElement> |
readAll(String entityResourceId,
Parameters params)
Reads all the relationship entities from the collection using the related entityResourceId.
|
void |
setTasks(Tasks tasks) |
public void setTasks(Tasks tasks)
public CollectionWithPagingInfo<FormModelElement> readAll(String entityResourceId, Parameters params)
RelationshipResourceAction.Read
readAll
in interface RelationshipResourceAction.Read<FormModelElement>
entityResourceId
- Entity resource context for this relationshipparams
- - will never be null and will have the PAGING default valuesCopyright © 2005–2017 Alfresco Software. All rights reserved.