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 Tag |
WordpressServiceTagsAdapter.doCreate(Tag object) |
protected Tag |
WordpressServiceTagsAdapter.doDelete(Integer id) |
protected Tag |
WordpressServiceTagsAdapter.doRetrieve(Integer entityID,
Context context) |
protected Tag |
WordpressServiceTagsAdapter.doUpdate(Integer id,
Tag object) |
Modifier and Type | Method and Description |
---|---|
List<Tag> |
WordpressServiceTagsAdapter.list(TagSearchCriteria criteria) |
Modifier and Type | Method and Description |
---|---|
protected Tag |
WordpressServiceTagsAdapter.doCreate(Tag object) |
protected Tag |
WordpressServiceTagsAdapter.doUpdate(Integer id,
Tag object) |
Modifier and Type | Method and Description |
---|---|
Tag |
TagsSPI.create(String apiVersion,
Tag tag) |
Tag |
TagsSPI.delete(String apiVersion,
Integer id,
boolean force) |
Tag |
TagsSPI.retrieve(String apiVersion,
Integer id,
Context context) |
Tag |
TagsSPI.update(String apiVersion,
Integer id,
Tag tag) |
Modifier and Type | Method and Description |
---|---|
List<Tag> |
TagsSPI.list(String apiVersion,
Context context,
Integer page,
Integer perPage,
String search,
List<Integer> exclude,
List<Integer> include,
List<Integer> offset,
Order order,
TagOrderBy orderBy,
Boolean hideEmpty,
Integer post,
String slug) |
Modifier and Type | Method and Description |
---|---|
Tag |
TagsSPI.create(String apiVersion,
Tag tag) |
Tag |
TagsSPI.update(String apiVersion,
Integer id,
Tag tag) |
Apache Camel