Uses of Class
org.alfresco.rest.exception.EmptyRestModelCollectionException
-
Packages that use EmptyRestModelCollectionException Package Description org.alfresco.rest.core -
-
Uses of EmptyRestModelCollectionException in org.alfresco.rest.core
Methods in org.alfresco.rest.core that throw EmptyRestModelCollectionException Modifier and Type Method Description ModelRestModels. getEntryByIndex(int index)ExamplesiteMembershipRequests.getEntryByIndex(0) .assertThat().field("site.visibility").is(moderatedSite.getVisibility()) .assertThat().field("site.description").is(moderatedSite.getDescription()) .assertThat().field("site.id").is(moderatedSite.getId()) .assertThat().field("site.title").is(moderatedSite.getTitle());ModelIRestModelsCollection. getOneRandomEntry()ModelRestModels. getOneRandomEntry()
-