Package | Description |
---|---|
org.apache.camel.component.wordpress.api.service.impl | |
org.apache.camel.component.wordpress.api.service.spi | |
org.apache.camel.component.wordpress.producer |
Modifier and Type | Method and Description |
---|---|
protected User |
WordpressServiceUsersAdapter.doCreate(User object) |
protected User |
WordpressServiceUsersAdapter.doDelete(Integer id) |
protected User |
WordpressServiceUsersAdapter.doRetrieve(Integer entityID,
Context context) |
protected User |
WordpressServiceUsersAdapter.doUpdate(Integer id,
User object) |
Modifier and Type | Method and Description |
---|---|
protected DeletedModel<User> |
WordpressServiceUsersAdapter.doForceDelete(Integer id) |
List<User> |
WordpressServiceUsersAdapter.list(UserSearchCriteria s) |
Modifier and Type | Method and Description |
---|---|
protected User |
WordpressServiceUsersAdapter.doCreate(User object) |
protected User |
WordpressServiceUsersAdapter.doUpdate(Integer id,
User object) |
Modifier and Type | Method and Description |
---|---|
User |
UsersSPI.create(String apiVersion,
User user) |
User |
UsersSPI.retrieve(String apiVersion,
Integer id,
Context context) |
User |
UsersSPI.update(String apiVersion,
Integer id,
User tag) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
User |
UsersSPI.create(String apiVersion,
User user) |
User |
UsersSPI.update(String apiVersion,
Integer id,
User tag) |
Modifier and Type | Method and Description |
---|---|
protected User |
WordpressUserProducer.processDelete(org.apache.camel.Exchange exchange) |
protected User |
WordpressUserProducer.processInsert(org.apache.camel.Exchange exchange) |
protected User |
WordpressUserProducer.processUpdate(org.apache.camel.Exchange exchange) |
Apache Camel