Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.management.storage
Class DocumentModelStatusPersister.StatusFetcher

java.lang.Object
  extended by org.nuxeo.ecm.core.api.UnrestrictedSessionRunner
      extended by org.nuxeo.ecm.core.management.storage.DocumentStoreSessionRunner
          extended by org.nuxeo.ecm.core.management.storage.DocumentModelStatusPersister.StatusFetcher
Enclosing class:
DocumentModelStatusPersister

public static class DocumentModelStatusPersister.StatusFetcher
extends DocumentStoreSessionRunner


Field Summary
 
Fields inherited from class org.nuxeo.ecm.core.api.UnrestrictedSessionRunner
isUnrestricted
 
Constructor Summary
DocumentModelStatusPersister.StatusFetcher(String instanceId, String serviceId)
           
 
Method Summary
 void run()
          This method will be called by UnrestrictedSessionRunner.runUnrestricted() with UnrestrictedSessionRunner.session available as an unrestricted session.
 
Methods inherited from class org.nuxeo.ecm.core.management.storage.DocumentStoreSessionRunner
runSafe, setRepositoryName
 
Methods inherited from class org.nuxeo.ecm.core.api.UnrestrictedSessionRunner
getOriginatingUsername, runUnrestricted, setOriginatingUsername
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentModelStatusPersister.StatusFetcher

public DocumentModelStatusPersister.StatusFetcher(String instanceId,
                                                  String serviceId)
Method Detail

run

public void run()
         throws ClientException
Description copied from class: UnrestrictedSessionRunner
This method will be called by UnrestrictedSessionRunner.runUnrestricted() with UnrestrictedSessionRunner.session available as an unrestricted session.

It can also be called directly in which case the UnrestrictedSessionRunner.session available will be the one passed to #UnrestrictedSessionRunner(CoreSession).

Specified by:
run in class UnrestrictedSessionRunner
Throws:
ClientException

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.