Uses of Class
org.exoplatform.documents.storage.jcr.bulkactions.BulkStorageActionService

Packages that use BulkStorageActionService
  • Uses of BulkStorageActionService in org.exoplatform.documents.storage.jcr

    Constructors in org.exoplatform.documents.storage.jcr with parameters of type BulkStorageActionService
    Modifier
    Constructor
    Description
     
    JCRDeleteFileStorageImpl(org.exoplatform.services.jcr.RepositoryService repositoryService, org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.documents.storage.TrashStorage trashStorage, org.exoplatform.social.metadata.favorite.FavoriteService favoriteService, org.exoplatform.container.PortalContainer container, org.exoplatform.services.jcr.ext.app.SessionProviderService sessionProviderService, org.exoplatform.services.listener.ListenerService listenerService, BulkStorageActionService bulkStorageActionService)
     
     
    JCRDocumentFileStorage(org.exoplatform.services.jcr.ext.hierarchy.NodeHierarchyCreator nodeHierarchyCreator, org.exoplatform.services.jcr.RepositoryService repositoryService, DocumentSearchServiceConnector documentSearchServiceConnector, org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.social.core.space.spi.SpaceService spaceService, org.exoplatform.services.listener.ListenerService listenerService, org.exoplatform.upload.UploadService uploadService, org.exoplatform.services.security.IdentityRegistry identityRegistry, org.exoplatform.social.core.manager.ActivityManager activityManager, BulkStorageActionService bulkStorageActionService)
     
  • Uses of BulkStorageActionService in org.exoplatform.documents.storage.jcr.bulkactions

    Modifier
    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.upload.UploadService uploadService, org.exoplatform.documents.model.ActionData actionData, javax.jcr.Node parent, Map<String,Object> params, javax.jcr.Session session, List<org.exoplatform.documents.model.AbstractNode> items, Long identityId)