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

      public Object doGet()
    • removeLock

      public Object removeLock()
    • doPost

      public Object doPost()