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 Detail

      • LockService

        public LockService()
    • Method Detail

      • doGet

        public Object doGet()
      • removeLock

        public Object removeLock()
      • doPost

        public Object doPost()