@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
Constructor and Description |
---|
TaskFormModelRelation() |
Modifier and Type | Method and Description |
---|---|
CollectionWithPagingInfo |
readAll(java.lang.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 readAll(java.lang.String entityResourceId, Parameters params)
RelationshipResourceAction.Read
readAll
in interface RelationshipResourceAction.Read
entityResourceId
- Entity resource context for this relationshipparams
- - will never be null and will have the PAGING default valuesCopyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.