Class PatchOperation<T>

    • Constructor Detail

      • PatchOperation

        public PatchOperation()
    • Method Detail

      • perform

        public abstract void perform​(org.dspace.core.Context context,
                                     javax.servlet.http.HttpServletRequest currentRequest,
                                     org.dspace.content.InProgressSubmission source,
                                     Operation operation)
                              throws Exception
        Throws:
        Exception
      • getAbsolutePath

        public String getAbsolutePath​(String fullpath)
      • getArrayClassForEvaluation

        protected abstract Class<T[]> getArrayClassForEvaluation()
      • getClassForEvaluation

        protected abstract Class<T> getClassForEvaluation()