Class ArchiveBuilder

java.lang.Object
com.logicaldoc.core.task.Task
com.logicaldoc.impex.ArchiveBuilder
All Implemented Interfaces:
Runnable

@Component("archiveBuilder") public class ArchiveBuilder extends com.logicaldoc.core.task.Task
This component builds the closed archives.
Since:
4.5
Author:
Matteo Caruso - LogicalDOC
  • Field Summary Link icon

    Fields inherited from class com.logicaldoc.core.task.Task Link icon

    STATUS_IDLE, STATUS_RUNNING, STATUS_STOPPING
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
     
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    void
    Launches the build of all closed archives and unlocks the documents.
    boolean
     
    boolean
     
    void
     

    Methods inherited from class com.logicaldoc.core.task.Task Link icon

    addTaskListener, getCompletionPercentage, getConfig, getName, getProgress, getReportRecipients, getScheduling, getSize, getStatus, interrupt, isInterrupted, isInterruptRequested, isRunning, isSendActivityReport, notifyReport, removeTaskListener, run, save, saveWork, setReportRecipients, setSendActivityReport, setSize

    Methods inherited from class java.lang.Object Link icon

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details Link icon

    • ArchiveBuilder Link icon

      public ArchiveBuilder()
  • Method Details Link icon

    • setArchiveManager Link icon

      public void setArchiveManager(ArchiveManager archiveManager)
    • isIndeterminate Link icon

      public boolean isIndeterminate()
      Specified by:
      isIndeterminate in class com.logicaldoc.core.task.Task
    • isConcurrent Link icon

      public boolean isConcurrent()
      Specified by:
      isConcurrent in class com.logicaldoc.core.task.Task
    • buildArchives Link icon

      public void buildArchives() throws com.logicaldoc.core.PersistenceException
      Launches the build of all closed archives and unlocks the documents. If the archive is a 'default' type, sets the status to 'finalized' and sends a system message and an email to the archive closer. If the archive is a 'store' type, set the status to 'readytosign' and sends a system message and an email to the archive closer.
      Throws:
      com.logicaldoc.core.PersistenceException - error in the data layer