Ignore:
Timestamp:
Sep 7, 2012, 4:09:49 PM (12 years ago)
Author:
casties
Branch:
default
Message:

fixes in permission handling: admin and delete default to creator.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/java/de/mpiwg/itgroup/annotations/restlet/AnnotatorAnnotations.java

    r16 r20  
    7474
    7575    /**
    76      * POST with JSON content-type.
     76     * POST with JSON content-type. Creates a new Annotation.
    7777     *
    7878     * @return
     
    128128
    129129    /**
    130      * PUT with JSON content-type.
     130     * PUT with JSON content-type. Modifies an Annotation.
    131131     *
    132132     * @param entity
     
    191191
    192192    /**
    193      * DELETE with JSON content-type.
     193     * DELETE with JSON content-type. Deletes an Annotation.
    194194     *
    195195     * @param entity
Note: See TracChangeset for help on using the changeset viewer.