Interface WordpressServicePosts
-
- All Superinterfaces:
WordpressCrudService<Post,PostSearchCriteria>,WordpressService
- All Known Implementing Classes:
WordpressServicePostsAdapter
public interface WordpressServicePosts extends WordpressCrudService<Post,PostSearchCriteria>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Postretrieve(Integer postId, Context context, String password)Default endpoint.-
Methods inherited from interface org.apache.camel.component.wordpress.api.service.WordpressCrudService
create, delete, forceDelete, list, retrieve, retrieve, update
-
Methods inherited from interface org.apache.camel.component.wordpress.api.service.WordpressService
setWordpressAuthentication
-
-