Modifier and Type | Method and Description |
---|---|
PostRevision |
WordpressServicePostRevision.retrieve(Integer postId,
Integer revisionId,
Context context) |
Modifier and Type | Method and Description |
---|---|
List<PostRevision> |
WordpressServicePostRevision.list(Integer postId,
Context context) |
Modifier and Type | Method and Description |
---|---|
PostRevision |
WordpressSevicePostRevisionAdapter.retrieve(Integer postId,
Integer revisionId,
Context context) |
Modifier and Type | Method and Description |
---|---|
List<PostRevision> |
WordpressSevicePostRevisionAdapter.list(Integer postId,
Context context) |
Modifier and Type | Method and Description |
---|---|
PostRevision |
PostRevisionsSPI.retrieveRevision(String apiVersion,
int postId,
int revisionId,
Context context) |
Modifier and Type | Method and Description |
---|---|
List<PostRevision> |
PostRevisionsSPI.list(String apiVersion,
int postId,
Context context) |
Apache Camel