Class ProcessingAction

    • Constructor Detail

      • ProcessingAction

        public ProcessingAction()
    • Method Detail

      • isAuthorized

        public boolean isAuthorized​(Context context,
                                    javax.servlet.http.HttpServletRequest request,
                                    XmlWorkflowItem wfi)
                             throws SQLException
        Description copied from class: Action
        Is this client authorized to act on this item?
        Specified by:
        isAuthorized in class Action
        Parameters:
        context - current DSpace session.
        request - current client request.
        wfi - the workflow item in question.
        Returns:
        true if authorized.
        Throws:
        SQLException - passed through.