Uses of Class
org.apache.camel.component.wordpress.api.model.Post
-
-
Uses of Post in org.apache.camel.component.wordpress.api.service
Methods in org.apache.camel.component.wordpress.api.service that return Post Modifier and Type Method Description PostWordpressServicePosts. retrieve(Integer postId, Context context, String password)Default endpoint. -
Uses of Post in org.apache.camel.component.wordpress.api.service.impl
Methods in org.apache.camel.component.wordpress.api.service.impl that return Post Modifier and Type Method Description protected PostWordpressServicePostsAdapter. doCreate(Post object)protected PostWordpressServicePostsAdapter. doDelete(Integer id)protected PostWordpressServicePostsAdapter. doRetrieve(Integer postId, Context context)protected PostWordpressServicePostsAdapter. doUpdate(Integer id, Post object)PostWordpressServicePostsAdapter. retrieve(Integer postId)PostWordpressServicePostsAdapter. retrieve(Integer postId, Context context, String password)Methods in org.apache.camel.component.wordpress.api.service.impl that return types with arguments of type Post Modifier and Type Method Description protected DeletedModel<Post>WordpressServicePostsAdapter. doForceDelete(Integer id)List<Post>WordpressServicePostsAdapter. list(PostSearchCriteria criteria)Methods in org.apache.camel.component.wordpress.api.service.impl with parameters of type Post Modifier and Type Method Description protected PostWordpressServicePostsAdapter. doCreate(Post object)protected PostWordpressServicePostsAdapter. doUpdate(Integer id, Post object) -
Uses of Post in org.apache.camel.component.wordpress.api.service.spi
Methods in org.apache.camel.component.wordpress.api.service.spi that return Post Modifier and Type Method Description PostPostsSPI. create(String apiVersion, Post post)PostPostsSPI. delete(String apiVersion, int postId)PostPostsSPI. retrieve(String apiVersion, int postId, Context context, String password)PostPostsSPI. update(String apiVersion, int postId, Post post)Methods in org.apache.camel.component.wordpress.api.service.spi that return types with arguments of type Post Modifier and Type Method Description DeletedModel<Post>PostsSPI. forceDelete(String apiVersion, int postId)List<Post>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 Modifier and Type Method Description PostPostsSPI. create(String apiVersion, Post post)PostPostsSPI. update(String apiVersion, int postId, Post post) -
Uses of Post in org.apache.camel.component.wordpress.producer
Methods in org.apache.camel.component.wordpress.producer that return Post Modifier and Type Method Description protected PostWordpressPostProducer. processDelete(org.apache.camel.Exchange exchange)protected PostWordpressPostProducer. processInsert(org.apache.camel.Exchange exchange)protected PostWordpressPostProducer. processUpdate(org.apache.camel.Exchange exchange)
-