Class MCRPDFThumbnailJobAction

java.lang.Object
org.mycore.services.queuedjob.MCRJobAction
org.mycore.iview2.backend.MCRPDFThumbnailJobAction

public class MCRPDFThumbnailJobAction extends MCRJobAction
  • Field Details

  • Constructor Details

    • MCRPDFThumbnailJobAction

      public MCRPDFThumbnailJobAction()
    • MCRPDFThumbnailJobAction

      public MCRPDFThumbnailJobAction(MCRJob job)
  • Method Details

    • isActivated

      public boolean isActivated()
      Description copied from class: MCRJobAction
      Returns if this action is activated.
      Specified by:
      isActivated in class MCRJobAction
      Returns:
      true if activated, false if isn't
    • name

      public String name()
      Description copied from class: MCRJobAction
      Returns the name of the action.
      Specified by:
      name in class MCRJobAction
      Returns:
      the name
    • execute

      public void execute()
      Description copied from class: MCRJobAction
      Does the work for given MCRJob.
      Specified by:
      execute in class MCRJobAction
    • rollback

      public void rollback()
      Description copied from class: MCRJobAction
      When errors occurs during executing it can be necessary to rollback performed actions
      Specified by:
      rollback in class MCRJobAction