Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.management.storage
Class DocumentStoreSessionRunner

java.lang.Object
  extended by org.nuxeo.ecm.core.api.UnrestrictedSessionRunner
      extended by org.nuxeo.ecm.core.management.storage.DocumentStoreSessionRunner
Direct Known Subclasses:
DocumentModelStatusPersister.StatusFetcher, PopulateRepositoryProbe.Runner

public abstract class DocumentStoreSessionRunner
extends UnrestrictedSessionRunner

Runner dedicated to mgmt doc operations

Author:
"Stephane Lacoin [aka matic] "

Field Summary
 
Fields inherited from class org.nuxeo.ecm.core.api.UnrestrictedSessionRunner
isUnrestricted
 
Constructor Summary
DocumentStoreSessionRunner()
           
DocumentStoreSessionRunner(CoreSession session)
           
 
Method Summary
 void runSafe()
          Run with the nuxeo class loader, wrap client exception into errors
static void setRepositoryName(String name)
          Should be Invoked at startup
 
Methods inherited from class org.nuxeo.ecm.core.api.UnrestrictedSessionRunner
getOriginatingUsername, run, runUnrestricted, setOriginatingUsername
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentStoreSessionRunner

public DocumentStoreSessionRunner()

DocumentStoreSessionRunner

public DocumentStoreSessionRunner(CoreSession session)
Method Detail

setRepositoryName

public static void setRepositoryName(String name)
Should be Invoked at startup


runSafe

public void runSafe()
Run with the nuxeo class loader, wrap client exception into errors


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.