Interface WordpressService

All Known Subinterfaces:
WordpressCrudService<T,S>, WordpressServiceCategories, WordpressServiceComments, WordpressServicePages, WordpressServicePostRevision, WordpressServicePosts, WordpressServiceTags, WordpressServiceTaxonomy, WordpressServiceUsers
All Known Implementing Classes:
WordpressServiceCategoriesAdapter, WordpressServiceCommentsAdapter, WordpressServicePagesAdapter, WordpressServicePostsAdapter, WordpressServiceTagsAdapter, WordpressServiceTaxonomyAdapter, WordpressServiceUsersAdapter, WordpressSevicePostRevisionAdapter

public interface WordpressService
Common interface for Wordpress Service adapters.
  • Method Details

    • setWordpressAuthentication

      void setWordpressAuthentication(WordpressAuthentication authentication)
      Sets the Wordpress Authentication Model
      Parameters:
      authentication -