]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
CSPACE-735 Added support for getFiltered to fetch totalItem count when pagination...
authorPatrick Schmitz <pschmitz@berkeley.edu>
Tue, 16 Feb 2010 06:01:55 +0000 (06:01 +0000)
committerPatrick Schmitz <pschmitz@berkeley.edu>
Tue, 16 Feb 2010 06:01:55 +0000 (06:01 +0000)
commit971f0fc96c51cefcc11ba9c93ac378eddd36a81c
tree02047a3823630e74bc22f66725bb27254abeb04e
parentcc423fbd2cb6f78eafab96fcf601c996152113e3
CSPACE-735 Added support for getFiltered to fetch totalItem count when pagination is in use.
Added support in vocabulary, personAuthority, and orgAuthority to make lists (of authorities as well as items) return pagination information in payload. This is not part of the individual item payloads, and so does not impact the nuxeo schemas.
13 files changed:
services/common/src/main/java/org/collectionspace/services/nuxeo/client/java/RepositoryJavaClientImpl.java
services/organization/jaxb/src/main/resources/organization_common.xsd
services/organization/jaxb/src/main/resources/orgauthority_common.xsd
services/organization/service/src/main/java/org/collectionspace/services/organization/nuxeo/OrgAuthorityDocumentModelHandler.java
services/organization/service/src/main/java/org/collectionspace/services/organization/nuxeo/OrganizationDocumentModelHandler.java
services/person/jaxb/src/main/resources/person_common.xsd
services/person/jaxb/src/main/resources/personauthority_common.xsd
services/person/service/src/main/java/org/collectionspace/services/person/nuxeo/PersonAuthorityDocumentModelHandler.java
services/person/service/src/main/java/org/collectionspace/services/person/nuxeo/PersonDocumentModelHandler.java
services/vocabulary/jaxb/src/main/resources/vocabulary_common.xsd
services/vocabulary/jaxb/src/main/resources/vocabularyitem_common.xsd
services/vocabulary/service/src/main/java/org/collectionspace/services/vocabulary/nuxeo/VocabularyDocumentModelHandler.java
services/vocabulary/service/src/main/java/org/collectionspace/services/vocabulary/nuxeo/VocabularyItemDocumentModelHandler.java