Package | Description |
---|---|
org.apache.camel.component.wordpress.api.service.impl | |
org.apache.camel.component.wordpress.api.service.spi |
Modifier and Type | Method and Description |
---|---|
protected Category |
WordpressServiceCategoriesAdapter.doCreate(Category object) |
protected Category |
WordpressServiceCategoriesAdapter.doDelete(Integer id) |
protected Category |
WordpressServiceCategoriesAdapter.doRetrieve(Integer entityID,
Context context) |
protected Category |
WordpressServiceCategoriesAdapter.doUpdate(Integer id,
Category object) |
Modifier and Type | Method and Description |
---|---|
List<Category> |
WordpressServiceCategoriesAdapter.list(CategorySearchCriteria criteria) |
Modifier and Type | Method and Description |
---|---|
protected Category |
WordpressServiceCategoriesAdapter.doCreate(Category object) |
protected Category |
WordpressServiceCategoriesAdapter.doUpdate(Integer id,
Category object) |
Modifier and Type | Method and Description |
---|---|
Category |
CategoriesSPI.create(String apiVersion,
Category category) |
Category |
CategoriesSPI.delete(String apiVersion,
int categoryId,
boolean force) |
Category |
CategoriesSPI.retrieve(String apiVersion,
int categoryId,
Context context) |
Category |
CategoriesSPI.update(String apiVersion,
int categoryId,
Category category) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
Category |
CategoriesSPI.create(String apiVersion,
Category category) |
Category |
CategoriesSPI.update(String apiVersion,
int categoryId,
Category category) |
Apache Camel