Class MetatdataRestService

java.lang.Object
org.imixs.archive.service.api.MetatdataRestService

@Path("/metadata") @Produces({"application/json","text/html","text/xml"}) public class MetatdataRestService extends Object
The MetatdataRestService is used to read and update the current syncpoint stored in the metdata object.
Author:
rsoika
  • Constructor Details

    • MetatdataRestService

      public MetatdataRestService()
  • Method Details

    • getSyncpoint

      @GET @Path("/") public String getSyncpoint()
      Ping test
      Returns:
      time
      Throws:
      Exception