Package | Description |
---|---|
org.apache.camel.component.wordpress.api.service | |
org.apache.camel.component.wordpress.api.service.impl | |
org.apache.camel.component.wordpress.api.service.spi |
Modifier and Type | Method and Description |
---|---|
Page |
WordpressServicePages.retrieve(Integer pageId,
Context context,
String password) |
Modifier and Type | Method and Description |
---|---|
protected Page |
WordpressServicePagesAdapter.doCreate(Page object) |
protected Page |
WordpressServicePagesAdapter.doDelete(Integer id) |
protected Page |
WordpressServicePagesAdapter.doRetrieve(Integer entityID,
Context context) |
protected Page |
WordpressServicePagesAdapter.doUpdate(Integer id,
Page object) |
Page |
WordpressServicePagesAdapter.retrieve(Integer pageId,
Context context,
String password) |
Modifier and Type | Method and Description |
---|---|
List<Page> |
WordpressServicePagesAdapter.list(PageSearchCriteria c) |
Modifier and Type | Method and Description |
---|---|
protected Page |
WordpressServicePagesAdapter.doCreate(Page object) |
protected Page |
WordpressServicePagesAdapter.doUpdate(Integer id,
Page object) |
Modifier and Type | Method and Description |
---|---|
Page |
PagesSPI.create(String apiVersion,
Page page) |
Page |
PagesSPI.delete(String apiVersion,
int pageId,
boolean force) |
Page |
PagesSPI.retrieve(String apiVersion,
int pageId,
Context context,
String password) |
Page |
PagesSPI.update(String apiVersion,
int pageId,
Page page) |
Modifier and Type | Method and Description |
---|---|
List<Page> |
PagesSPI.list(String apiVersion,
Context context,
Integer page,
Integer perPage,
String search,
Date after,
List<Integer> author,
List<Integer> authorExclude,
Date before,
List<Integer> exclude,
List<Integer> include,
Integer menuOrder,
List<Integer> offset,
Order order,
PageOrderBy orderBy,
Integer parent,
Integer parentExclude,
List<String> slug,
PublishableStatus status,
String filter) |
Modifier and Type | Method and Description |
---|---|
Page |
PagesSPI.create(String apiVersion,
Page page) |
Page |
PagesSPI.update(String apiVersion,
int pageId,
Page page) |
Apache Camel