Class GetPastAssignees

    • Method Detail

      • apply

        public Response<List<AccountInfo>> apply​(ChangeResource rsrc)
                                          throws com.google.gwtorm.server.OrmException
        Description copied from interface: RestReadView
        Process the view operation by reading from the resource.
        Specified by:
        apply in interface RestReadView<ChangeResource>
        Parameters:
        rsrc - resource to read.
        Returns:
        result to return to the client. Use BinaryResult to avoid automatic conversion to JSON.
        Throws:
        com.google.gwtorm.server.OrmException