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 Comment |
WordpressServiceCommentsAdapter.doCreate(Comment object) |
protected Comment |
WordpressServiceCommentsAdapter.doDelete(Integer id) |
protected Comment |
WordpressServiceCommentsAdapter.doRetrieve(Integer entityID,
Context context) |
protected Comment |
WordpressServiceCommentsAdapter.doUpdate(Integer id,
Comment object) |
Modifier and Type | Method and Description |
---|---|
List<Comment> |
WordpressServiceCommentsAdapter.list(CommentSearchCriteria c) |
Modifier and Type | Method and Description |
---|---|
protected Comment |
WordpressServiceCommentsAdapter.doCreate(Comment object) |
protected Comment |
WordpressServiceCommentsAdapter.doUpdate(Integer id,
Comment object) |
Modifier and Type | Method and Description |
---|---|
Comment |
CommentsSPI.create(String apiVersion,
Comment comment) |
Comment |
CommentsSPI.delete(String apiVersion,
int id,
boolean force) |
Comment |
CommentsSPI.retrieve(String apiVersion,
Integer id,
Context context) |
Comment |
CommentsSPI.update(String apiVersion,
int id,
Comment post) |
Modifier and Type | Method and Description |
---|---|
List<Comment> |
CommentsSPI.list(String apiVersion,
Context context,
Integer page,
Integer perPage,
String search,
Date after,
List<Integer> author,
List<Integer> authorExclude,
String authorEmail,
Date before,
List<Integer> exclude,
List<Integer> include,
Integer karma,
List<Integer> offset,
Order order,
CommentOrderBy orderBy,
List<Integer> parent,
List<Integer> parentExclude,
List<Integer> post,
CommentStatus status,
String type) |
Modifier and Type | Method and Description |
---|---|
Comment |
CommentsSPI.create(String apiVersion,
Comment comment) |
Comment |
CommentsSPI.update(String apiVersion,
int id,
Comment post) |
Apache Camel