Uses of Class
org.apache.camel.component.wordpress.api.model.User
Packages that use User
Package
Description
-
Uses of User in org.apache.camel.component.wordpress.api.service.impl
Methods in org.apache.camel.component.wordpress.api.service.impl that return UserModifier and TypeMethodDescriptionprotected Userprotected Userprotected UserWordpressServiceUsersAdapter.doRetrieve(Integer entityID, Context context) protected UserMethods in org.apache.camel.component.wordpress.api.service.impl that return types with arguments of type UserModifier and TypeMethodDescriptionprotected DeletedModel<User>WordpressServiceUsersAdapter.doForceDelete(Integer id) WordpressServiceUsersAdapter.list(UserSearchCriteria s) Methods in org.apache.camel.component.wordpress.api.service.impl with parameters of type User -
Uses of User in org.apache.camel.component.wordpress.api.service.spi
Methods in org.apache.camel.component.wordpress.api.service.spi that return UserModifier and TypeMethodDescriptionMethods in org.apache.camel.component.wordpress.api.service.spi that return types with arguments of type UserModifier and TypeMethodDescriptionUsersSPI.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) Methods in org.apache.camel.component.wordpress.api.service.spi with parameters of type User -
Uses of User in org.apache.camel.component.wordpress.producer
Methods in org.apache.camel.component.wordpress.producer that return UserModifier and TypeMethodDescriptionprotected UserWordpressUserProducer.processDelete(org.apache.camel.Exchange exchange) protected UserWordpressUserProducer.processInsert(org.apache.camel.Exchange exchange) protected UserWordpressUserProducer.processUpdate(org.apache.camel.Exchange exchange)