Uses of Class
org.apache.camel.component.wordpress.api.model.Post
Packages that use Post
Package
Description
-
Uses of Post in org.apache.camel.component.wordpress.api.service
Methods in org.apache.camel.component.wordpress.api.service that return Post -
Uses of Post in org.apache.camel.component.wordpress.api.service.impl
Methods in org.apache.camel.component.wordpress.api.service.impl that return PostModifier and TypeMethodDescriptionprotected Postprotected Postprotected PostWordpressServicePostsAdapter.doRetrieve(Integer postId, Context context) protected PostMethods in org.apache.camel.component.wordpress.api.service.impl that return types with arguments of type PostModifier and TypeMethodDescriptionprotected DeletedModel<Post> WordpressServicePostsAdapter.doForceDelete(Integer id) WordpressServicePostsAdapter.list(PostSearchCriteria criteria) Methods in org.apache.camel.component.wordpress.api.service.impl with parameters of type Post -
Uses of Post in org.apache.camel.component.wordpress.api.service.spi
Methods in org.apache.camel.component.wordpress.api.service.spi that return PostModifier and TypeMethodDescriptionMethods in org.apache.camel.component.wordpress.api.service.spi that return types with arguments of type PostModifier and TypeMethodDescriptionPostsSPI.forceDelete(String apiVersion, int postId) PostsSPI.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, List<Integer> offset, Order order, PostOrderBy orderBy, List<String> slug, PublishableStatus status, List<String> categories, List<String> categoriesExclude, List<String> tags, List<String> tagsExclude, Boolean stick) Methods in org.apache.camel.component.wordpress.api.service.spi with parameters of type Post -
Uses of Post in org.apache.camel.component.wordpress.producer
Methods in org.apache.camel.component.wordpress.producer that return PostModifier and TypeMethodDescriptionprotected PostWordpressPostProducer.processDelete(org.apache.camel.Exchange exchange) protected PostWordpressPostProducer.processInsert(org.apache.camel.Exchange exchange) protected PostWordpressPostProducer.processUpdate(org.apache.camel.Exchange exchange)