java.lang.Object
org.exoplatform.documents.storage.jcr.bulkactions.ActionThread
All Implemented Interfaces:
Runnable

public class ActionThread extends Object implements Runnable
  • Constructor Summary

    Constructors
    Constructor
    Description
    ActionThread(org.exoplatform.documents.storage.DocumentFileStorage documentFileStorage, org.exoplatform.documents.storage.JCRDeleteFileStorage jCrDeleteFileStorage, BulkStorageActionService bulkStorageActionService, org.exoplatform.services.listener.ListenerService listenerService, org.exoplatform.documents.model.ActionData actionData, Map<String,Object> params, javax.jcr.Session session, List<org.exoplatform.documents.model.AbstractNode> items, org.exoplatform.services.security.Identity identity, Long identityId)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    run()
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ActionThread

      public ActionThread(org.exoplatform.documents.storage.DocumentFileStorage documentFileStorage, org.exoplatform.documents.storage.JCRDeleteFileStorage jCrDeleteFileStorage, BulkStorageActionService bulkStorageActionService, org.exoplatform.services.listener.ListenerService listenerService, org.exoplatform.documents.model.ActionData actionData, Map<String,Object> params, javax.jcr.Session session, List<org.exoplatform.documents.model.AbstractNode> items, org.exoplatform.services.security.Identity identity, Long identityId)
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable
    • processAction

      public void processAction()