Uses of Class
org.apache.camel.component.wordpress.api.model.Context
-
-
Uses of Context in org.apache.camel.component.wordpress.api.model
Methods in org.apache.camel.component.wordpress.api.model that return Context Modifier and Type Method Description ContextClassifierSearchCriteria. getContext()ContextCommentSearchCriteria. getContext()ContextPublishableSearchCriteria. getContext()ContextUserSearchCriteria. getContext()static ContextContext. valueOf(String name)Returns the enum constant of this type with the specified name.static Context[]Context. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.wordpress.api.model with parameters of type Context Modifier and Type Method Description voidClassifierSearchCriteria. setContext(Context context)voidCommentSearchCriteria. setContext(Context context)voidPublishableSearchCriteria. setContext(Context context)voidUserSearchCriteria. setContext(Context context) -
Uses of Context in org.apache.camel.component.wordpress.api.service
Methods in org.apache.camel.component.wordpress.api.service with parameters of type Context Modifier and Type Method Description List<PostRevision>WordpressServicePostRevision. list(Integer postId, Context context)Map<String,Taxonomy>WordpressServiceTaxonomy. list(Context context, String postType)TWordpressCrudService. retrieve(Integer entityID, Context context)PageWordpressServicePages. retrieve(Integer pageId, Context context, String password)PostRevisionWordpressServicePostRevision. retrieve(Integer postId, Integer revisionId, Context context)PostWordpressServicePosts. retrieve(Integer postId, Context context, String password)Default endpoint.TaxonomyWordpressServiceTaxonomy. retrieve(Context context, String taxonomy) -
Uses of Context in org.apache.camel.component.wordpress.api.service.impl
Methods in org.apache.camel.component.wordpress.api.service.impl with parameters of type Context Modifier and Type Method Description protected CategoryWordpressServiceCategoriesAdapter. doRetrieve(Integer entityID, Context context)protected CommentWordpressServiceCommentsAdapter. doRetrieve(Integer entityID, Context context)protected PageWordpressServicePagesAdapter. doRetrieve(Integer entityID, Context context)protected PostWordpressServicePostsAdapter. doRetrieve(Integer postId, Context context)protected TagWordpressServiceTagsAdapter. doRetrieve(Integer entityID, Context context)protected UserWordpressServiceUsersAdapter. doRetrieve(Integer entityID, Context context)Map<String,Taxonomy>WordpressServiceTaxonomyAdapter. list(Context context, String postType)List<PostRevision>WordpressSevicePostRevisionAdapter. list(Integer postId, Context context)PageWordpressServicePagesAdapter. retrieve(Integer pageId, Context context, String password)PostWordpressServicePostsAdapter. retrieve(Integer postId, Context context, String password)TaxonomyWordpressServiceTaxonomyAdapter. retrieve(Context context, String taxonomy)PostRevisionWordpressSevicePostRevisionAdapter. retrieve(Integer postId, Integer revisionId, Context context) -
Uses of Context in org.apache.camel.component.wordpress.api.service.spi
Methods in org.apache.camel.component.wordpress.api.service.spi with parameters of type Context Modifier and Type Method Description List<Category>CategoriesSPI. list(String apiVersion, Context context, Integer page, Integer perPage, String search, List<Integer> exclude, List<Integer> include, Order order, CategoryOrderBy orderBy, Boolean hideEmpty, Integer parent, Integer post, String slug)List<Comment>CommentsSPI. list(String apiVersion, Context context, Integer page, Integer perPage, String search, Date after, List<Integer> author, List<Integer> authorExclude, String authorEmail, Date before, List<Integer> exclude, List<Integer> include, Integer karma, List<Integer> offset, Order order, CommentOrderBy orderBy, List<Integer> parent, List<Integer> parentExclude, List<Integer> post, CommentStatus status, String type)List<Page>PagesSPI. 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, Integer menuOrder, List<Integer> offset, Order order, PageOrderBy orderBy, Integer parent, Integer parentExclude, List<String> slug, PublishableStatus status, String filter)List<PostRevision>PostRevisionsSPI. list(String apiVersion, int postId, Context context)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)List<Tag>TagsSPI. list(String apiVersion, Context context, Integer page, Integer perPage, String search, List<Integer> exclude, List<Integer> include, List<Integer> offset, Order order, TagOrderBy orderBy, Boolean hideEmpty, Integer post, String slug)Map<String,Taxonomy>TaxonomySPI. list(String apiVersion, Context context, String postType)List<User>UsersSPI. list(String apiVersion, Context context, Integer page, Integer perPage, String search, List<Integer> exclude, List<Integer> include, List<Integer> offset, Order order, UserOrderBy orderBy, List<String> slug, List<String> roles)CategoryCategoriesSPI. retrieve(String apiVersion, int categoryId, Context context)CommentCommentsSPI. retrieve(String apiVersion, Integer id, Context context)PagePagesSPI. retrieve(String apiVersion, int pageId, Context context, String password)PostPostsSPI. retrieve(String apiVersion, int postId, Context context, String password)TagTagsSPI. retrieve(String apiVersion, Integer id, Context context)TaxonomyTaxonomySPI. retrieve(String apiVersion, Context context, String taxonomy)UserUsersSPI. retrieve(String apiVersion, Integer id, Context context)PostRevisionPostRevisionsSPI. retrieveRevision(String apiVersion, int postId, int revisionId, Context context)
-