Modifier and Type | Method and Description |
---|---|
Post |
WordpressServicePosts.retrieve(Integer postId,
Context context,
String password)
Default endpoint.
|
Modifier and Type | Method and Description |
---|---|
protected Post |
WordpressServicePostsAdapter.doCreate(Post object) |
protected Post |
WordpressServicePostsAdapter.doDelete(Integer id) |
protected Post |
WordpressServicePostsAdapter.doRetrieve(Integer postId,
Context context) |
protected Post |
WordpressServicePostsAdapter.doUpdate(Integer id,
Post object) |
Post |
WordpressServicePostsAdapter.retrieve(Integer postId) |
Post |
WordpressServicePostsAdapter.retrieve(Integer postId,
Context context,
String password) |
Modifier and Type | Method and Description |
---|---|
protected DeletedModel<Post> |
WordpressServicePostsAdapter.doForceDelete(Integer id) |
List<Post> |
WordpressServicePostsAdapter.list(PostSearchCriteria criteria) |
Modifier and Type | Method and Description |
---|---|
protected Post |
WordpressServicePostsAdapter.doCreate(Post object) |
protected Post |
WordpressServicePostsAdapter.doUpdate(Integer id,
Post object) |
Modifier and Type | Method and Description |
---|---|
Post |
PostsSPI.create(String apiVersion,
Post post) |
Post |
PostsSPI.delete(String apiVersion,
int postId) |
Post |
PostsSPI.retrieve(String apiVersion,
int postId,
Context context,
String password) |
Post |
PostsSPI.update(String apiVersion,
int postId,
Post post) |
Modifier and Type | Method and Description |
---|---|
DeletedModel<Post> |
PostsSPI.forceDelete(String apiVersion,
int postId) |
List<Post> |
PostsSPI.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,
List<Integer> offset,
Order order,
PostOrderBy orderBy,
List<String> slug,
PublishableStatus status,
List<String> categories,
List<String> categoriesExclude,
List<String> tags,
List<String> tagsExclude,
Boolean stick) |
Modifier and Type | Method and Description |
---|---|
Post |
PostsSPI.create(String apiVersion,
Post post) |
Post |
PostsSPI.update(String apiVersion,
int postId,
Post post) |
Modifier and Type | Method and Description |
---|---|
protected Post |
WordpressPostProducer.processDelete(org.apache.camel.Exchange exchange) |
protected Post |
WordpressPostProducer.processInsert(org.apache.camel.Exchange exchange) |
protected Post |
WordpressPostProducer.processUpdate(org.apache.camel.Exchange exchange) |
Apache Camel