@Component public class QTITestRepositoryHandler extends QTIRepositoryHandler
| 限定符和类型 | 方法和说明 |
|---|---|
IAddController |
createAddController(RepositoryAddCallback callback,
java.lang.Object userObject,
UserRequest ureq,
WindowControl wControl)
org.olat.presentation.framework.UserRequest, org.olat.presentation.framework.control.WindowControl)
|
WizardCloseResourceController |
createCloseResourceController(UserRequest ureq,
WindowControl wControl,
RepositoryEntry repositoryEntry) |
Controller |
createEditorController(OLATResourceable res,
UserRequest ureq,
WindowControl wControl)
org.olat.presentation.framework.control.WindowControl)
|
Controller |
createWizardController(OLATResourceable res,
UserRequest ureq,
WindowControl wControl)
org.olat.presentation.framework.control.WindowControl)
|
Controller |
getLaunchController(OLATResourceable res,
UserRequest ureq,
WindowControl wControl) |
java.util.List<java.lang.String> |
getSupportedTypes() |
boolean |
supportsDownload(RepositoryEntry repoEntry) |
boolean |
supportsEdit(RepositoryEntry repoEntry) |
boolean |
supportsLaunch(RepositoryEntry repoEntry) |
boolean |
supportsWizard(RepositoryEntry repoEntry) |
acquireLock, createCopy, createLaunchController, isLocked, readyToDelete, releaseLockarchive, cleanupOnDelete, createDetailsForm, getAsMediaResourcearchive, cleanupOnDelete, createDetailsForm, getAsMediaResourcepublic java.util.List<java.lang.String> getSupportedTypes()
getSupportedTypes 在接口中 RepositoryHandlerpublic boolean supportsLaunch(RepositoryEntry repoEntry)
public boolean supportsDownload(RepositoryEntry repoEntry)
public boolean supportsEdit(RepositoryEntry repoEntry)
public boolean supportsWizard(RepositoryEntry repoEntry)
public Controller createWizardController(OLATResourceable res, UserRequest ureq, WindowControl wControl)
public Controller getLaunchController(OLATResourceable res, UserRequest ureq, WindowControl wControl)
res - ureq - wControl - public Controller createEditorController(OLATResourceable res, UserRequest ureq, WindowControl wControl)
public IAddController createAddController(RepositoryAddCallback callback, java.lang.Object userObject, UserRequest ureq, WindowControl wControl)
createAddController 在接口中 RepositoryHandlercreateAddController 在类中 FileRepositoryHandlerpublic WizardCloseResourceController createCloseResourceController(UserRequest ureq, WindowControl wControl, RepositoryEntry repositoryEntry)