Uses of Class
org.apache.camel.component.wordpress.api.model.Page
-
Packages that use Page Package Description org.apache.camel.component.wordpress.api.service org.apache.camel.component.wordpress.api.service.impl org.apache.camel.component.wordpress.api.service.spi -
-
Uses of Page in org.apache.camel.component.wordpress.api.service
Methods in org.apache.camel.component.wordpress.api.service that return Page Modifier and Type Method Description PageWordpressServicePages. retrieve(Integer pageId, Context context, String password) -
Uses of Page in org.apache.camel.component.wordpress.api.service.impl
Methods in org.apache.camel.component.wordpress.api.service.impl that return Page Modifier and Type Method Description protected PageWordpressServicePagesAdapter. doCreate(Page object)protected PageWordpressServicePagesAdapter. doDelete(Integer id)protected PageWordpressServicePagesAdapter. doRetrieve(Integer entityID, Context context)protected PageWordpressServicePagesAdapter. doUpdate(Integer id, Page object)PageWordpressServicePagesAdapter. retrieve(Integer pageId, Context context, String password)Methods in org.apache.camel.component.wordpress.api.service.impl that return types with arguments of type Page Modifier and Type Method Description List<Page>WordpressServicePagesAdapter. list(PageSearchCriteria c)Methods in org.apache.camel.component.wordpress.api.service.impl with parameters of type Page Modifier and Type Method Description protected PageWordpressServicePagesAdapter. doCreate(Page object)protected PageWordpressServicePagesAdapter. doUpdate(Integer id, Page object) -
Uses of Page in org.apache.camel.component.wordpress.api.service.spi
Methods in org.apache.camel.component.wordpress.api.service.spi that return Page Modifier and Type Method Description PagePagesSPI. create(String apiVersion, Page page)PagePagesSPI. delete(String apiVersion, int pageId, boolean force)PagePagesSPI. retrieve(String apiVersion, int pageId, Context context, String password)PagePagesSPI. update(String apiVersion, int pageId, Page page)Methods in org.apache.camel.component.wordpress.api.service.spi that return types with arguments of type Page Modifier and Type Method Description List<Page>PagesSPI. list(String apiVersion, Context context, Integer page, Integer perPage, String search, Date after, List<Integer> author, List<Integer> authorExclude, Date before, List<Integer> exclude, List<Integer> include, Integer menuOrder, List<Integer> offset, Order order, PageOrderBy orderBy, Integer parent, Integer parentExclude, List<String> slug, PublishableStatus status, String filter)Methods in org.apache.camel.component.wordpress.api.service.spi with parameters of type Page Modifier and Type Method Description PagePagesSPI. create(String apiVersion, Page page)PagePagesSPI. update(String apiVersion, int pageId, Page page)
-