Class SetAssigneeOp

    • Method Detail

      • updateChange

        public boolean updateChange​(ChangeContext ctx)
                             throws com.google.gwtorm.server.OrmException,
                                    RestApiException
        Description copied from interface: BatchUpdateOp
        Override this method to modify a change.
        Specified by:
        updateChange in interface BatchUpdateOp
        Parameters:
        ctx - context
        Returns:
        whether anything was changed that might require a write to the metadata storage.
        Throws:
        com.google.gwtorm.server.OrmException
        RestApiException
      • postUpdate

        public void postUpdate​(Context ctx)
                        throws com.google.gwtorm.server.OrmException
        Description copied from interface: RepoOnlyOp
        Override this method to do something after the update e.g. send email or run hooks
        Specified by:
        postUpdate in interface RepoOnlyOp
        Parameters:
        ctx - context
        Throws:
        com.google.gwtorm.server.OrmException