Uses of Class
org.apache.camel.component.wordpress.api.model.SearchCriteria
-
-
Uses of SearchCriteria in org.apache.camel.component.wordpress
Methods in org.apache.camel.component.wordpress that return SearchCriteria Modifier and Type Method Description SearchCriteriaWordpressConfiguration. getSearchCriteria()Methods in org.apache.camel.component.wordpress with parameters of type SearchCriteria Modifier and Type Method Description voidWordpressConfiguration. setSearchCriteria(SearchCriteria searchCriteria) -
Uses of SearchCriteria in org.apache.camel.component.wordpress.api.model
Subclasses of SearchCriteria in org.apache.camel.component.wordpress.api.model Modifier and Type Class Description classCategorySearchCriteriaclassClassifierSearchCriteriaclassCommentSearchCriteriaclassPageSearchCriteriaclassPostSearchCriteriaclassPublishableSearchCriteriaclassTagSearchCriteriaclassUserSearchCriteria -
Uses of SearchCriteria in org.apache.camel.component.wordpress.api.service
Classes in org.apache.camel.component.wordpress.api.service with type parameters of type SearchCriteria Modifier and Type Interface Description interfaceWordpressCrudService<T,S extends SearchCriteria>Common interface for services performing CRUD operations -
Uses of SearchCriteria in org.apache.camel.component.wordpress.proxy
Methods in org.apache.camel.component.wordpress.proxy that return types with arguments of type SearchCriteria Modifier and Type Method Description Class<? extends SearchCriteria>WordpressOperationType. getCriteriaType()
-