Uses of Class
org.apache.camel.component.wordpress.api.model.User
-
Packages that use User Package Description org.apache.camel.component.wordpress.api.service.impl org.apache.camel.component.wordpress.api.service.spi org.apache.camel.component.wordpress.producer -
-
Uses of User in org.apache.camel.component.wordpress.api.service.impl
Methods in org.apache.camel.component.wordpress.api.service.impl that return User Modifier and Type Method Description protected UserWordpressServiceUsersAdapter. doCreate(User object)protected UserWordpressServiceUsersAdapter. doDelete(Integer id)protected UserWordpressServiceUsersAdapter. doRetrieve(Integer entityID, Context context)protected UserWordpressServiceUsersAdapter. doUpdate(Integer id, User object)Methods in org.apache.camel.component.wordpress.api.service.impl that return types with arguments of type User Modifier and Type Method Description protected DeletedModel<User>WordpressServiceUsersAdapter. doForceDelete(Integer id)List<User>WordpressServiceUsersAdapter. list(UserSearchCriteria s)Methods in org.apache.camel.component.wordpress.api.service.impl with parameters of type User Modifier and Type Method Description protected UserWordpressServiceUsersAdapter. doCreate(User object)protected UserWordpressServiceUsersAdapter. doUpdate(Integer id, User object) -
Uses of User in org.apache.camel.component.wordpress.api.service.spi
Methods in org.apache.camel.component.wordpress.api.service.spi that return User Modifier and Type Method Description UserUsersSPI. create(String apiVersion, User user)UserUsersSPI. retrieve(String apiVersion, Integer id, Context context)UserUsersSPI. update(String apiVersion, Integer id, User tag)Methods in org.apache.camel.component.wordpress.api.service.spi that return types with arguments of type User Modifier and Type Method Description DeletedModel<User>UsersSPI. delete(String apiVersion, Integer id, boolean force, Integer reassignId)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)Methods in org.apache.camel.component.wordpress.api.service.spi with parameters of type User Modifier and Type Method Description UserUsersSPI. create(String apiVersion, User user)UserUsersSPI. update(String apiVersion, Integer id, User tag) -
Uses of User in org.apache.camel.component.wordpress.producer
Methods in org.apache.camel.component.wordpress.producer that return User Modifier and Type Method Description protected UserWordpressUserProducer. processDelete(org.apache.camel.Exchange exchange)protected UserWordpressUserProducer. processInsert(org.apache.camel.Exchange exchange)protected UserWordpressUserProducer. processUpdate(org.apache.camel.Exchange exchange)
-