Interface WordpressServicePages
-
- All Superinterfaces:
WordpressCrudService<Page,PageSearchCriteria>,WordpressService
- All Known Implementing Classes:
WordpressServicePagesAdapter
public interface WordpressServicePages extends WordpressCrudService<Page,PageSearchCriteria>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Pageretrieve(Integer pageId, Context context, String password)-
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
-
-