Class PermissionService

  • All Implemented Interfaces:
    AdapterResource, Resource, Adaptable

    public class PermissionService
    extends DefaultAdapter
    Version Service - manage document versions TODO not yet implemented

    Accepts the following methods:

    • GET - get the last document version
    • DELETE - delete a version
    • POST - create a new version
    Author:
    Bogdan Stefanescu
    • Constructor Detail

      • PermissionService

        public PermissionService()
    • Method Detail

      • doGet

        public Object doGet()
      • postPermission

        public javax.ws.rs.core.Response postPermission()
      • postDeletePermission

        public javax.ws.rs.core.Response postDeletePermission()
      • deletePermission

        public javax.ws.rs.core.Response deletePermission()