Uses of Class
org.apache.camel.component.wordpress.api.model.PostRevision
-
-
Uses of PostRevision in org.apache.camel.component.wordpress.api.service
Methods in org.apache.camel.component.wordpress.api.service that return PostRevision Modifier and Type Method Description PostRevisionWordpressServicePostRevision. retrieve(Integer postId, Integer revisionId, Context context)Methods in org.apache.camel.component.wordpress.api.service that return types with arguments of type PostRevision Modifier and Type Method Description List<PostRevision>WordpressServicePostRevision. list(Integer postId, Context context) -
Uses of PostRevision in org.apache.camel.component.wordpress.api.service.impl
Methods in org.apache.camel.component.wordpress.api.service.impl that return PostRevision Modifier and Type Method Description PostRevisionWordpressSevicePostRevisionAdapter. retrieve(Integer postId, Integer revisionId, Context context)Methods in org.apache.camel.component.wordpress.api.service.impl that return types with arguments of type PostRevision Modifier and Type Method Description List<PostRevision>WordpressSevicePostRevisionAdapter. list(Integer postId, Context context) -
Uses of PostRevision in org.apache.camel.component.wordpress.api.service.spi
Methods in org.apache.camel.component.wordpress.api.service.spi that return PostRevision Modifier and Type Method Description PostRevisionPostRevisionsSPI. retrieveRevision(String apiVersion, int postId, int revisionId, Context context)Methods in org.apache.camel.component.wordpress.api.service.spi that return types with arguments of type PostRevision Modifier and Type Method Description List<PostRevision>PostRevisionsSPI. list(String apiVersion, int postId, Context context)
-