Dan Haywood created ISIS-601:
--------------------------------

             Summary: Extend the JSON format so that the @Paged annotation can 
be specified for collections.
                 Key: ISIS-601
                 URL: https://issues.apache.org/jira/browse/ISIS-601
             Project: Isis
          Issue Type: New Feature
          Components: Archetype: ToDoApp WRJ, Core
    Affects Versions: core-1.3.0, archtype-quickstart-wrj-1.3.1
            Reporter: Dan Haywood
            Assignee: Dan Haywood
            Priority: Minor
             Fix For: archetype-quickstart-wrj-1.4.0, core-1.4.0


thus:

    {
        span: 6,
        collections: {
            dependencies: {
                actions: { ... }
                    add:{},
                    remove: {}
                },
                paged: {
                    value: 5
                }
            },
            similarTo: {}
        }
    }

Note the new "paged" node.



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to