Uses of Class
org.apache.camel.component.wordpress.api.model.Tag
-
Packages that use Tag Package Description org.apache.camel.component.wordpress.api.service.impl org.apache.camel.component.wordpress.api.service.spi -
-
Uses of Tag in org.apache.camel.component.wordpress.api.service.impl
Methods in org.apache.camel.component.wordpress.api.service.impl that return Tag Modifier and Type Method Description protected TagWordpressServiceTagsAdapter. doCreate(Tag object)protected TagWordpressServiceTagsAdapter. doDelete(Integer id)protected TagWordpressServiceTagsAdapter. doRetrieve(Integer entityID, Context context)protected TagWordpressServiceTagsAdapter. doUpdate(Integer id, Tag object)Methods in org.apache.camel.component.wordpress.api.service.impl that return types with arguments of type Tag Modifier and Type Method Description List<Tag>WordpressServiceTagsAdapter. list(TagSearchCriteria criteria)Methods in org.apache.camel.component.wordpress.api.service.impl with parameters of type Tag Modifier and Type Method Description protected TagWordpressServiceTagsAdapter. doCreate(Tag object)protected TagWordpressServiceTagsAdapter. doUpdate(Integer id, Tag object) -
Uses of Tag in org.apache.camel.component.wordpress.api.service.spi
Methods in org.apache.camel.component.wordpress.api.service.spi that return Tag Modifier and Type Method Description TagTagsSPI. create(String apiVersion, Tag tag)TagTagsSPI. delete(String apiVersion, Integer id, boolean force)TagTagsSPI. retrieve(String apiVersion, Integer id, Context context)TagTagsSPI. update(String apiVersion, Integer id, Tag tag)Methods in org.apache.camel.component.wordpress.api.service.spi that return types with arguments of type Tag Modifier and Type Method 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)Methods in org.apache.camel.component.wordpress.api.service.spi with parameters of type Tag Modifier and Type Method Description TagTagsSPI. create(String apiVersion, Tag tag)TagTagsSPI. update(String apiVersion, Integer id, Tag tag)
-