Class RelationResource

    • Constructor Detail

      • RelationResource

        public RelationResource()
    • Method Detail

      • deleteRelation

        @DELETE
        @Path("{userId}")
        @Produces("application/json")
        public javax.ws.rs.core.Response deleteRelation​(@PathParam("userId")
                                                        String userId)
      • getComponentId

        public String getComponentId()
        Description copied from interface: SilverpeasWebResource
        Gets the identifier of the component instance to which the requested resource belongs to.
        Returns:
        the identifier of the Silverpeas component instance.