org.olat.repository.async
Class SetAccessBackgroundTask

java.lang.Object
  extended by org.olat.core.commons.persistence.async.AbstractBackgroundTask
      extended by org.olat.repository.async.SetAccessBackgroundTask
All Implemented Interfaces:
BackgroundTask

public class SetAccessBackgroundTask
extends AbstractBackgroundTask

Author:
Christian Guretzki

Constructor Summary
SetAccessBackgroundTask(RepositoryEntry repositoryEntry, int access)
           
 
Method Summary
 void executeTask()
           
 
Methods inherited from class org.olat.core.commons.persistence.async.AbstractBackgroundTask
execute, isTaskDone, setMaxRetry, waitForDone
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetAccessBackgroundTask

public SetAccessBackgroundTask(RepositoryEntry repositoryEntry,
                               int access)
Method Detail

executeTask

public void executeTask()
Specified by:
executeTask in class AbstractBackgroundTask