Class LockService

All Implemented Interfaces:
AdapterResource, Resource, Adaptable

public class LockService extends DefaultAdapter
Lock Service - manages locks on documents.

Accepts the following methods:

  • GET - get the Lock Owner if any
  • POST - Lock the document using current login information as the lock owner
  • DELETE - Delete the lock
Author:
Bogdan Stefanescu
  • Constructor Details

    • LockService

      public LockService()
  • Method Details

    • doGet

      @GET public String doGet()
    • removeLock

      @DELETE public Void removeLock()
    • doPost

      @POST public Void doPost()