Uses of Interface
org.olat.core.util.vfs.VFSContainer

Packages that use VFSContainer
org.olat.admin.quota   
org.olat.commons.calendar   
org.olat.commons.file.filechooser   
org.olat.core.commons.controllers.filechooser   
org.olat.core.commons.controllers.linkchooser Link Chooser Class Diagram 
org.olat.core.commons.editor.htmleditor   
org.olat.core.commons.modules.bc   
org.olat.core.commons.modules.bc.components   
org.olat.core.commons.modules.bc.meta   
org.olat.core.commons.modules.bc.version   
org.olat.core.commons.modules.bc.vfs   
org.olat.core.commons.modules.glossary   
org.olat.core.commons.modules.singlepage   
org.olat.core.gui.components.form.flexible Flexi.Form is the way to create forms in OLAT since release 5.2. 
org.olat.core.gui.components.form.flexible.impl.elements.richText   
org.olat.core.gui.components.htmlheader.jscss   
org.olat.core.gui.components.htmlsite   
org.olat.core.gui.control.generic.folder   
org.olat.core.gui.control.generic.textmarker   
org.olat.core.util   
org.olat.core.util.servlets   
org.olat.core.util.vfs Virtual File System (VFS) code examples 
org.olat.core.util.vfs.util   
org.olat.core.util.vfs.version   
org.olat.course   
org.olat.course.condition   
org.olat.course.config.ui   
org.olat.course.nodes.sp   
org.olat.course.nodes.st   
org.olat.course.run.environment   
org.olat.group   
org.olat.ims.cp IMS Content Packaging Editor 
org.olat.ims.cp.objects   
org.olat.ims.cp.ui   
org.olat.ims.qti.editor   
org.olat.modules.cp   
org.olat.modules.fo.archiver.formatters   
org.olat.modules.scorm   
org.olat.modules.sharedfolder   
org.olat.modules.webFeed.managers Manager 
org.olat.modules.wiki Overview of the GUI part of the integrated wiki engine 
org.olat.modules.wiki.gui.components.wikiToHtml Wikisyntax to html 
org.olat.search.service.indexer The indexer package contains all classes to create a new search-index. 
org.olat.util.themes   
 

Uses of VFSContainer in org.olat.admin.quota
 

Methods in org.olat.admin.quota with parameters of type VFSContainer
 int QuotaManagerImpl.getUploadLimitKB(long quotaKB2, long uploadLimitKB2, VFSContainer currentContainer2)
          Return upload-limit depending on quota-limit and upload-limit values.
 

Uses of VFSContainer in org.olat.commons.calendar
 

Methods in org.olat.commons.calendar that return VFSContainer
 VFSContainer CalendarWebDAVProvider.getContainer(Identity identity)
           
 

Uses of VFSContainer in org.olat.commons.file.filechooser
 

Constructors in org.olat.commons.file.filechooser with parameters of type VFSContainer
FileChooseCreateEditController(UserRequest ureq, WindowControl wControl, java.lang.String chosenFile, java.lang.Boolean allowRelativeLinks, VFSContainer rootContainer)
           
FileChooseCreateEditController(UserRequest ureq, WindowControl wControl, java.lang.String chosenFile, java.lang.Boolean allowRelativeLinks, VFSContainer rootContainer, java.lang.String target, java.lang.String fieldSetLegend)
           
LinkChooseCreateEditController(UserRequest ureq, WindowControl wControl, java.lang.String chosenFile, java.lang.Boolean allowRelativeLinks, VFSContainer rootContainer, CustomLinkTreeModel customLinkTreeModel)
           
LinkChooseCreateEditController(UserRequest ureq, WindowControl wControl, java.lang.String chosenFile, java.lang.Boolean allowRelativeLinks, VFSContainer rootContainer, java.lang.String target, java.lang.String fieldSetLegend, CustomLinkTreeModel customLinkTreeModel)
           
 

Uses of VFSContainer in org.olat.core.commons.controllers.filechooser
 

Methods in org.olat.core.commons.controllers.filechooser with parameters of type VFSContainer
static FileChooserController FileChooserUIFactory.createFileChooserController(UserRequest ureq, WindowControl wControl, VFSContainer rootContainer, boolean showLeafs, boolean onlyLeafsSelectable)
          Factory method to create a file chooser workflow controller allows filtering of files by setting a boolean
static FileChooserController FileChooserUIFactory.createFileChooserController(UserRequest ureq, WindowControl wControl, VFSContainer rootContainer, VFSItemFilter customItemFilter, boolean onlyLeafsSelectable)
          Factory method to create a file chooser workflow controller that allows the usage of a custom vfs item filter
static java.lang.String FileChooserUIFactory.getSelectedRelativeItemPath(FileChoosenEvent event, VFSContainer rootContainer, java.lang.String relativeBasePath)
          Get the path as string of the selected item relative to the root container and the relative base path
 

Uses of VFSContainer in org.olat.core.commons.controllers.linkchooser
 

Methods in org.olat.core.commons.controllers.linkchooser with parameters of type VFSContainer
abstract  CustomMediaChooserController CustomMediaChooserController.getInstance(UserRequest ureq, WindowControl wControl, VFSContainer rootDir, java.lang.String[] suffixes, java.lang.String fileName)
          Factory method to create a custom media chooser controller from a (Spring) instance
 

Constructors in org.olat.core.commons.controllers.linkchooser with parameters of type VFSContainer
FileLinkChooserController(UserRequest ureq, WindowControl wControl, VFSContainer rootDir, java.lang.String uploadRelPath, java.lang.String[] suffixes, java.lang.String fileName)
           
LinkChooserController(UserRequest ureq, WindowControl wControl, VFSContainer rootDir, java.lang.String uploadRelPath, java.lang.String[] suffixes, java.lang.String fileName, CustomLinkTreeModel customLinkTreeModel)
           
 

Uses of VFSContainer in org.olat.core.commons.editor.htmleditor
 

Methods in org.olat.core.commons.editor.htmleditor with parameters of type VFSContainer
static HTMLEditorController WysiwygFactory.createWysiwygController(UserRequest ureq, WindowControl wControl, VFSContainer rootDir, java.lang.String filePath, boolean editorCheckEnabled)
          Factory method to create a file based HTML editor instance that uses locking to prevent two people editing the same file.
static HTMLEditorController WysiwygFactory.createWysiwygControllerWithInternalLink(UserRequest ureq, WindowControl wControl, VFSContainer baseContainer, java.lang.String relFilePath, boolean editorCheckEnabled, CustomLinkTreeModel customLinkTreeModel)
          Factory method to create a file based HTML editor instance that uses locking to prevent two people editing the same file.
static HTMLEditorControllerWithoutFile WysiwygFactory.createWysiwygControllerWithoutFile(UserRequest ureq, WindowControl wControl, VFSContainer rootDir, java.lang.String htmlContent, CustomLinkTreeModel customLinkTreeModel)
          Factory method to create a string based HTML editor instance.
 

Uses of VFSContainer in org.olat.core.commons.modules.bc
 

Methods in org.olat.core.commons.modules.bc that return VFSContainer
 VFSContainer BriefcaseWebDAVProvider.getContainer(Identity identity)
           
 

Methods in org.olat.core.commons.modules.bc with parameters of type VFSContainer
static boolean FolderConfig.versionsEnabled(VFSContainer container)
           
 

Constructors in org.olat.core.commons.modules.bc with parameters of type VFSContainer
FileUploadController(WindowControl wControl, VFSContainer curContainer, UserRequest ureq, int upLimitKB, int remainingQuotKB, java.util.Set<java.lang.String> mimeTypesRestriction, boolean showTargetPath)
           
FileUploadController(WindowControl wControl, VFSContainer curContainer, UserRequest ureq, int upLimitKB, int remainingQuotKB, java.util.Set<java.lang.String> mimeTypesRestriction, boolean showTargetPath, boolean showMetadata)
           
FolderRunController(VFSContainer rootContainer, boolean displayWebDAVLink, boolean displaySearch, UserRequest ureq, WindowControl wControl)
          Constructor for a folder controller without filter.
FolderRunController(VFSContainer rootContainer, boolean displayWebDAVLink, boolean displaySearch, UserRequest ureq, WindowControl wControl, VFSItemFilter filter)
          Constructor for a folder controller with a file fliter.
FolderRunController(VFSContainer rootContainer, boolean displayWebDAVLink, UserRequest ureq, WindowControl wControl)
          Constructor for a folder controller without filter.
 

Uses of VFSContainer in org.olat.core.commons.modules.bc.components
 

Methods in org.olat.core.commons.modules.bc.components that return VFSContainer
 VFSContainer FolderComponent.getCurrentContainer()
           
 VFSContainer FolderComponent.getRootContainer()
           
 

Constructors in org.olat.core.commons.modules.bc.components with parameters of type VFSContainer
FolderComponent(UserRequest ureq, java.lang.String name, VFSContainer rootContainer, java.util.Locale locale, VFSItemFilter filter)
          Wrapps the folder module as a component.
 

Uses of VFSContainer in org.olat.core.commons.modules.bc.meta
 

Methods in org.olat.core.commons.modules.bc.meta with parameters of type VFSContainer
static java.util.List<java.lang.String> MetaInfoHelper.hasLockedFiles(VFSContainer container, FileSelection selection, UserRequest ureq)
          Check if there are locked files in the list for this user
static java.lang.String MetaInfoHelper.renderAsHtml(VFSContainer container, java.util.List<java.lang.String> files)
          Render pathset as HTML.
static java.lang.String MetaInfoHelper.renderLockedMessageAsHtml(Translator trans, VFSContainer container, java.util.List<java.lang.String> files)
           
 

Uses of VFSContainer in org.olat.core.commons.modules.bc.version
 

Constructors in org.olat.core.commons.modules.bc.version with parameters of type VFSContainer
DeletedFileListController(UserRequest ureq, WindowControl wControl, VFSContainer container)
           
 

Uses of VFSContainer in org.olat.core.commons.modules.bc.vfs
 

Classes in org.olat.core.commons.modules.bc.vfs that implement VFSContainer
 class OlatNamedContainerImpl
          Description:
TODO: Felix Jost Class Description for VirtualContainerImpl
 class OlatRootFolderImpl
           
 

Methods in org.olat.core.commons.modules.bc.vfs that return VFSContainer
 VFSContainer OlatRootFolderImpl.createChildContainer(java.lang.String name)
          Wrapp all LocalImpls to OlatRootImpls
 

Constructors in org.olat.core.commons.modules.bc.vfs with parameters of type VFSContainer
OlatRootFileImpl(java.lang.String fileRelPath, VFSContainer parentContainer)
           
OlatRootFolderImpl(java.lang.String folderRelPath, VFSContainer parent)
           
 

Uses of VFSContainer in org.olat.core.commons.modules.glossary
 

Methods in org.olat.core.commons.modules.glossary with parameters of type VFSContainer
 java.util.Properties GlossaryItemManager.getGlossaryConfig(VFSContainer glossaryFolder)
           
 java.lang.String GlossaryItemManager.getGlossaryContent(VFSContainer glossaryFolder)
          needed for search engine
 VFSLeaf GlossaryItemManager.getGlossaryFile(VFSContainer folderContainingGlossary)
          returns the glossary file.
 java.util.ArrayList<GlossaryItem> GlossaryItemManager.getGlossaryItemListByVFSItem(VFSContainer glossaryFolder)
           
 java.lang.Long GlossaryItemManager.getGlossaryLastModifiedTime(VFSContainer folderContainingGlossary)
           
 boolean GlossaryItemManager.isFolderContainingGlossary(VFSContainer folderContainingGlossary)
           
 void GlossaryItemManager.setGlossaryConfig(VFSContainer glossaryFolder, java.util.Properties props)
           
 

Constructors in org.olat.core.commons.modules.glossary with parameters of type VFSContainer
GlossaryDefinitionController(UserRequest ureq, WindowControl control, GlossaryItem glossaryItem, VFSContainer glossaryFolder)
           
GlossaryMainController(WindowControl control, UserRequest ureq, VFSContainer glossaryFolder, OLATResourceable res, boolean allowGlossaryEditing)
           
 

Uses of VFSContainer in org.olat.core.commons.modules.singlepage
 

Constructors in org.olat.core.commons.modules.singlepage with parameters of type VFSContainer
SinglePageController(UserRequest ureq, WindowControl wControl, boolean inIframe, VFSContainer rootContainer, java.lang.String fileName, java.lang.String currentUri, boolean allowRelativeLinks, boolean showHomeLink)
           
SinglePageController(UserRequest ureq, WindowControl wControl, boolean inIframe, VFSContainer rootContainer, java.lang.String fileName, java.lang.String currentUri, boolean allowRelativeLinks, boolean showHomeLink, OLATResourceable contextResourcable)
          Constructor for the generic single page controller.
SinglePageController(UserRequest ureq, WindowControl wControl, boolean inIframe, VFSContainer rootContainer, java.lang.String fileName, java.lang.String currentUri, boolean allowRelativeLinks, OLATResourceable ores)
          Constructor for the generic single page controller.
 

Uses of VFSContainer in org.olat.core.gui.components.form.flexible
 

Methods in org.olat.core.gui.components.form.flexible with parameters of type VFSContainer
 RichTextElement FormUIFactory.addRichTextElementForFileData(java.lang.String name, java.lang.String i18nLabel, java.lang.String initialValue, int rows, int cols, boolean externalToolbar, VFSContainer baseContainer, java.lang.String relFilePath, CustomLinkTreeModel customLinkTreeModel, FormItemContainer formLayout, UserSession usess, WindowControl wControl)
          Add a rich text formattable element that offers complex formatting functionality and loads the data from the given file path.
 RichTextElement FormUIFactory.addRichTextElementForStringData(java.lang.String name, java.lang.String i18nLabel, java.lang.String initialHTMLValue, int rows, int cols, boolean externalToolbar, boolean fullProfile, VFSContainer baseContainer, CustomLinkTreeModel customLinkTreeModel, FormItemContainer formLayout, UserSession usess, WindowControl wControl)
          Add a rich text formattable element that offers simple formatting functionality and loads the data form the given string value.
 

Uses of VFSContainer in org.olat.core.gui.components.form.flexible.impl.elements.richText
 

Methods in org.olat.core.gui.components.form.flexible.impl.elements.richText that return VFSContainer
 VFSContainer RichTextConfiguration.getLinkBrowserBaseContainer()
          Get the vfs base container for the file browser
 

Methods in org.olat.core.gui.components.form.flexible.impl.elements.richText with parameters of type VFSContainer
 void RichTextConfiguration.setConfigProfileFileEditor(UserSession usess, boolean externalToolbar, Theme guiTheme, VFSContainer baseContainer, java.lang.String relFilePath, CustomLinkTreeModel customLinkTreeModel)
          Method to add the standard configuration for the file based full editor
 void RichTextConfiguration.setConfigProfileFormEditor(boolean fullProfile, UserSession usess, boolean externalToolbar, Theme guiTheme, VFSContainer baseContainer, CustomLinkTreeModel customLinkTreeModel)
          Method to add the standard configuration for the form based simple and full editor
 void RichTextConfiguration.setDocumentMediaBase(VFSContainer documentBaseContainer, java.lang.String relFilePath, UserSession usess)
          Set the documents media base that is used to deliver media files referenced by the content.
 void RichTextConfiguration.setFileBrowserCallback(VFSContainer vfsContainer, CustomLinkTreeModel customLinkTreeModel, java.lang.String[] supportedImageSuffixes, java.lang.String[] supportedMediaSuffixes, java.lang.String[] supportedFlashPlayerSuffixes)
          Set the file browser callback for the given vfs container and link tree model
 

Uses of VFSContainer in org.olat.core.gui.components.htmlheader.jscss
 

Constructors in org.olat.core.gui.components.htmlheader.jscss with parameters of type VFSContainer
CustomCSS(VFSContainer cssBaseContainer, java.lang.String relCssFilename, UserSession uSess)
          Constructor
 

Uses of VFSContainer in org.olat.core.gui.components.htmlsite
 

Constructors in org.olat.core.gui.components.htmlsite with parameters of type VFSContainer
HtmlStaticPageComponent(java.lang.String name, VFSContainer rootContainer)
          Constructor for an displaying an html page.
 

Uses of VFSContainer in org.olat.core.gui.control.generic.folder
 

Constructors in org.olat.core.gui.control.generic.folder with parameters of type VFSContainer
FolderTreeModel(java.util.Locale alocale, VFSContainer rootContainer, boolean foldersOnly, boolean selectableFiles, boolean selectableFolders, boolean allowRootFolderSelect, VFSItemFilter fileFilter)
           
 

Uses of VFSContainer in org.olat.core.gui.control.generic.textmarker
 

Methods in org.olat.core.gui.control.generic.textmarker with parameters of type VFSContainer
static java.lang.String TextMarkerJsGenerator.loadGlossaryItemListAsJSArray(VFSContainer glossaryFolder)
           
static java.lang.String TextMarkerJsGenerator.loadGlossaryItemListAsJSCommandsString(VFSContainer glossaryFolder, java.lang.String domID)
           
 

Constructors in org.olat.core.gui.control.generic.textmarker with parameters of type VFSContainer
GlossaryMarkupItemController(UserRequest ureq, WindowControl control, Component tmComponent, VFSContainer glossaryFolder, java.lang.String glossaryId)
           
 

Uses of VFSContainer in org.olat.core.util
 

Methods in org.olat.core.util with parameters of type VFSContainer
static java.util.List<java.lang.String> ZipUtil.checkLockedFileBeforeUnzip(VFSLeaf zipLeaf, VFSContainer targetDir, Identity identity, boolean isAdmin)
          Check if a file in the zip is already in the path
static boolean ZipUtil.unzip(VFSLeaf zipLeaf, VFSContainer targetDir)
          Unzip a inputstream to a directory
static boolean ZipUtil.unzip(VFSLeaf zipLeaf, VFSContainer targetDir, Identity identity, boolean versioning)
          Unzip a inputstream to a directory using the versioning system of VFS
 

Uses of VFSContainer in org.olat.core.util.servlets
 

Methods in org.olat.core.util.servlets that return VFSContainer
 VFSContainer WebDAVProvider.getContainer(Identity identity)
          Return the container which's content will be mounted under the name as provided by getMountPoint.
 

Uses of VFSContainer in org.olat.core.util.vfs
 

Classes in org.olat.core.util.vfs that implement VFSContainer
 class AbstractVirtualContainer
          Description:
TODO: Felix Jost Class Description for VirtualContainer
 class LocalFolderImpl
          Description:
VFSContainer implementation that is based on a java.io.File from a local filesystem.
 class MergeSource
          Description:
TODO: Felix Jost Class Description for MultiSource
 class NamedContainerImpl
          Description:
TODO: Felix Jost Class Description for VirtualContainerImpl
 class VirtualContainer
           
 

Methods in org.olat.core.util.vfs that return VFSContainer
 VFSContainer NamedContainerImpl.createChildContainer(java.lang.String name)
           
 VFSContainer MergeSource.createChildContainer(java.lang.String name)
           
 VFSContainer LocalFolderImpl.createChildContainer(java.lang.String name)
           
 VFSContainer VFSContainer.createChildContainer(java.lang.String name)
          Create a new child container (of same type) if possible.
 VFSContainer AbstractVirtualContainer.createChildContainer(java.lang.String name)
           
static VFSContainer VFSManager.findInheritingSecurityCallbackContainer(VFSItem vfsItem)
          Get the container which security callback affects this item.
 VFSContainer NamedContainerImpl.getDelegate()
           
 VFSContainer NamedContainerImpl.getParentContainer()
           
 VFSContainer LocalImpl.getParentContainer()
           
 VFSContainer MergeSource.getParentContainer()
           
 VFSContainer StreamedImpl.getParentContainer()
           
 VFSContainer NamedLeaf.getParentContainer()
           
 VFSContainer VFSItem.getParentContainer()
          Get the parent of this vfsItem.
 VFSContainer VirtualContainer.getParentContainer()
           
 VFSContainer MergeSource.getRootWriteContainer()
           
 

Methods in org.olat.core.util.vfs with parameters of type VFSContainer
 void MergeSource.addContainer(VFSContainer container)
          Add container to this merge source.
 void MergeSource.addContainersChildren(VFSContainer container, boolean enableWrite)
          Add all children of this container to the root of this MergeSource.
static java.lang.Object[] VFSManager.findWritableRootFolderFor(VFSContainer rootDir, java.lang.String relFilePath)
          This method takes a VFSContainer and a relative path to a file that exists within this container.
static long VFSManager.getQuotaLeftKB(VFSContainer container)
          Check the quota usage on this VFSContainer.
static java.lang.String VFSManager.getRealPath(VFSContainer container)
          Returns the real path of the given VFS container.
abstract  int QuotaManager.getUploadLimitKB(long quotaKB2, long uploadLimitKB2, VFSContainer currentContainer2)
          Return upload-limit depending on quota-limit and upload-limit values.
static boolean VFSManager.isContainerDescendantOrSelf(VFSContainer descendant, VFSContainer root)
          Check if descendant is indeed a descendant of root..
static boolean VFSManager.isSelfOrParent(VFSContainer descendant, VFSContainer parent)
          Check if descendant is child of parent or same as parent.
static Quota VFSManager.isTopLevelQuotaContainer(VFSContainer container)
          Check wether this container has a quota assigned to itself.
static VFSItem VFSManager.resolveFile(VFSContainer rootContainer, java.lang.String path)
           
 void NamedContainerImpl.setParentContainer(VFSContainer parentContainer)
           
 void LocalImpl.setParentContainer(VFSContainer parentContainer)
           
 void MergeSource.setParentContainer(VFSContainer parentContainer)
           
 void StreamedImpl.setParentContainer(VFSContainer parentContainer)
           
 void NamedLeaf.setParentContainer(VFSContainer parentContainer)
           
 void VFSItem.setParentContainer(VFSContainer parentContainer)
          Sets the parent container.
 void VirtualContainer.setParentContainer(VFSContainer parentContainer)
           
static java.lang.String VFSManager.similarButNonExistingName(VFSContainer root, java.lang.String name)
          Returns a similar but non existing file name in root based on the given name.
 

Constructors in org.olat.core.util.vfs with parameters of type VFSContainer
MergeSource(VFSContainer parentContainer, java.lang.String name)
           
NamedContainerImpl(java.lang.String name, VFSContainer delegate)
           
StreamedImpl(java.lang.String name, VFSContainer parentContainer, java.io.InputStream inStream)
           
 

Uses of VFSContainer in org.olat.core.util.vfs.util
 

Methods in org.olat.core.util.vfs.util that return VFSContainer
 VFSContainer ContainerAndFile.getContainer()
           
 

Methods in org.olat.core.util.vfs.util with parameters of type VFSContainer
static ContainerAndFile VFSUtil.calculateSubRoot(VFSContainer oldRoot, java.lang.String fileUri)
          calculates a new vfscontainer and a filename where the container's base is where the file resides.
e.g.
container: /usr/local/olat/courses/123/coursefolder and filename: docs/bla/blu.doc
-> container /usr/local/olat/courses/123/coursefolder/docs/bla and filename: blu.doc
 

Constructors in org.olat.core.util.vfs.util with parameters of type VFSContainer
ContainerAndFile(VFSContainer container, java.lang.String fileName)
           
 

Uses of VFSContainer in org.olat.core.util.vfs.version
 

Methods in org.olat.core.util.vfs.version that return VFSContainer
 VFSContainer VersionsFileManager.getRootVersionsContainer()
           
 

Methods in org.olat.core.util.vfs.version with parameters of type VFSContainer
 java.util.List<Versions> VersionsFileManager.getDeletedFiles(VFSContainer container)
           
abstract  java.util.List<Versions> VersionsManager.getDeletedFiles(VFSContainer container)
          Return the list of deleted files in this container.
 boolean VersionsFileManager.move(Versionable currentVersion, VFSContainer container)
           
abstract  boolean VersionsManager.move(Versionable currentVersion, VFSContainer container)
          Move a versioned file to the target container
 boolean Versions.move(VFSContainer container)
          move the file
 boolean VersionsFileImpl.move(VFSContainer container)
           
 boolean NotVersioned.move(VFSContainer container)
           
 boolean VersionsFileManager.restore(VFSContainer container, VFSRevision revision)
           
abstract  boolean VersionsManager.restore(VFSContainer container, VFSRevision revision)
          Restore a revision in the target container, usefull to restore deleted files
 void RevisionFileImpl.setContainer(VFSContainer container)
           
 boolean FolderVersioningConfigurator.versionEnabled(VFSContainer container)
           
 boolean SimpleVersionConfig.versionEnabled(VFSContainer container)
           
 

Uses of VFSContainer in org.olat.course
 

Methods in org.olat.course that return VFSContainer
 VFSContainer CoursefolderWebDAVProvider.getContainer(Identity identity)
           
 VFSContainer PersistingCourseImpl.getCourseFolderContainer()
           
 VFSContainer ICourse.getCourseFolderContainer()
          Return the container to the coursefolder of this course.
 

Uses of VFSContainer in org.olat.course.condition
 

Methods in org.olat.course.condition that return VFSContainer
 VFSContainer NoOpCourseEnvironment.getCourseFolderContainer()
          Deprecated.  
 

Uses of VFSContainer in org.olat.course.config.ui
 

Constructors in org.olat.course.config.ui with parameters of type VFSContainer
CourseLayoutController(UserRequest ureq, WindowControl wControl, CourseConfig courseConfig, VFSContainer vfsCourseRoot)
           
 

Uses of VFSContainer in org.olat.course.nodes.sp
 

Constructors in org.olat.course.nodes.sp with parameters of type VFSContainer
SPRunController(WindowControl wControl, UserRequest ureq, java.util.Map tempstorage, UserCourseEnvironment userCourseEnv, SPCourseNode courseNode, VFSContainer courseFolderContainer)
          Constructor for single page run controller
 

Uses of VFSContainer in org.olat.course.nodes.st
 

Constructors in org.olat.course.nodes.st with parameters of type VFSContainer
STCourseNodeEditController(UserRequest ureq, WindowControl wControl, STCourseNode stNode, VFSContainer courseFolderContainer, CourseGroupManager groupMgr, CourseEditorTreeModel editorModel, UserCourseEnvironment euce)
           
 

Uses of VFSContainer in org.olat.course.run.environment
 

Methods in org.olat.course.run.environment that return VFSContainer
 VFSContainer CourseEnvironment.getCourseFolderContainer()
          Get the course folder path.
 VFSContainer CourseEnvironmentImpl.getCourseFolderContainer()
           
 

Uses of VFSContainer in org.olat.group
 

Methods in org.olat.group that return VFSContainer
 VFSContainer GroupfoldersWebDAVProvider.getContainer(Identity identity)
           
 

Uses of VFSContainer in org.olat.ims.cp
 

Methods in org.olat.ims.cp that return VFSContainer
 VFSContainer CPCore.getRootDir()
           
 VFSContainer ContentPackage.getRootDir()
           
 

Methods in org.olat.ims.cp with parameters of type VFSContainer
abstract  ContentPackage CPManager.load(VFSContainer directory, OLATResourceable ores)
          Generates a new Instance of ContentPackage and loads the xmlmanifest
 ContentPackage CPManagerImpl.load(VFSContainer directory, OLATResourceable ores)
           
 

Constructors in org.olat.ims.cp with parameters of type VFSContainer
CPCore(org.dom4j.tree.DefaultDocument doc, VFSContainer rootDir)
           
 

Uses of VFSContainer in org.olat.ims.cp.objects
 

Methods in org.olat.ims.cp.objects that return VFSContainer
 VFSContainer CPResources.getRootDir()
           
 VFSContainer CPManifest.getRootDir()
           
 

Constructors in org.olat.ims.cp.objects with parameters of type VFSContainer
CPFile(org.dom4j.tree.DefaultElement me, java.lang.String xmlBase, VFSContainer rootDir)
          Constructor, used when building up the cp (parsing XML-manifest)
 

Uses of VFSContainer in org.olat.ims.cp.ui
 

Constructors in org.olat.ims.cp.ui with parameters of type VFSContainer
CPEditMainController(UserRequest ureq, WindowControl wControl, VFSContainer cpContainer, OLATResourceable ores)
           
 

Uses of VFSContainer in org.olat.ims.qti.editor
 

Methods in org.olat.ims.qti.editor that return VFSContainer
 VFSContainer QTIEditorPackage.getBaseDir()
           
 

Uses of VFSContainer in org.olat.modules.cp
 

Methods in org.olat.modules.cp with parameters of type VFSContainer
 CPDisplayController CPUIFactory.createContentOnlyCPDisplayController(UserRequest ureq, WindowControl wControl, VFSContainer rootContainer, boolean activateFirstPage, java.lang.String initialUri, OLATResourceable ores)
          Creates a controller that displays only the content part of a content packaging.
 MainLayout3ColumnsController CPUIFactory.createMainLayoutController(UserRequest ureq, WindowControl wControl, VFSContainer rootContainer, boolean showMenu)
          Creates a main layout controller.
 MainLayout3ColumnsController CPUIFactory.createMainLayoutController(UserRequest ureq, WindowControl wControl, VFSContainer rootContainer, boolean showMenu, boolean activateFirstPage, java.lang.String initialUri, OLATResourceable ores)
          Creates a main layout controller.
 LayoutMain3ColsPreviewController CPUIFactory.createMainLayoutPreviewController(UserRequest ureq, WindowControl wControl, VFSContainer rootContainer, boolean showMenu)
          Creates a main layout controller that can be activated.
 OLATResourceableListeningWrapperController CPUIFactory.createMainLayoutResourceableListeningWrapperController(OLATResourceable res, UserRequest ureq, WindowControl wControl, VFSContainer rootContainer)
          Creates a main layout controller that is wrapped with a resource listener that automatically disposes the controller whenever something changes on the resource.
 OLATResourceableListeningWrapperController CPUIFactory.createMainLayoutResourceableListeningWrapperController(OLATResourceable res, UserRequest ureq, WindowControl wControl, VFSContainer rootContainer, boolean showMenu, boolean activateFirstPage, java.lang.String initialUri)
          Creates a main layout controller that is wrapped with a resource listener that automatically disposes the controller whenever something changes on the resource.
 

Constructors in org.olat.modules.cp with parameters of type VFSContainer
WebsiteDisplayController(UserRequest ureq, WindowControl wControl, VFSContainer rootContainer, java.lang.String startUri)
          Constructor for a web site displayer
 

Uses of VFSContainer in org.olat.modules.fo.archiver.formatters
 

Constructors in org.olat.modules.fo.archiver.formatters with parameters of type VFSContainer
ForumRTFFormatter(VFSContainer container, boolean filePerThread)
           
 

Uses of VFSContainer in org.olat.modules.scorm
 

Methods in org.olat.modules.scorm that return VFSContainer
static VFSContainer ScormDirectoryHelper.getScoDirectory(java.lang.String username, CourseEnvironment courseEnv, ScormCourseNode node)
          Return the container where the LMS save the datas for a user.
static VFSContainer ScormDirectoryHelper.getScormRootFolder()
          Return the SCORM Root folder
 

Uses of VFSContainer in org.olat.modules.sharedfolder
 

Methods in org.olat.modules.sharedfolder that return VFSContainer
 VFSContainer SharedFolderWebDAVProvider.getContainer(Identity identity)
           
 

Constructors in org.olat.modules.sharedfolder with parameters of type VFSContainer
SharedFolderDisplayController(UserRequest ureq, WindowControl wControl, VFSContainer sharedFolder, OLATResourceable ores, boolean previewBackground)
           
 

Uses of VFSContainer in org.olat.modules.webFeed.managers
 

Methods in org.olat.modules.webFeed.managers that return VFSContainer
abstract  VFSContainer FeedManager.createItemContainer(Feed feed, Item currentItem)
          Prepare the filesystem for a new item, create the item container and all necessary sub container, e.g.
 VFSContainer FeedManagerImpl.createItemContainer(Feed feed, Item item)
           
abstract  VFSContainer FeedManager.getFeedContainer(OLATResourceable feed)
          Returns the container of the feed
 VFSContainer FeedManagerImpl.getFeedContainer(OLATResourceable ores)
           
 VFSContainer FeedManagerImpl.getFeedMediaContainer(OLATResourceable feed)
          Returns the container of media files
abstract  VFSContainer FeedManager.getItemContainer(Item item, Feed feed)
          Returns the container of the item which belongs to the feed
 VFSContainer FeedManagerImpl.getItemContainer(Item item, Feed feed)
           
abstract  VFSContainer FeedManager.getItemMediaContainer(Item item, Feed feed)
          Returns the media container of the item of feed
 VFSContainer FeedManagerImpl.getItemMediaContainer(Item item, Feed feed)
           
 

Methods in org.olat.modules.webFeed.managers with parameters of type VFSContainer
static Feed FeedManagerImpl.readFeedFile(VFSContainer feedContainer)
          Returns the feed in the given container.
 

Uses of VFSContainer in org.olat.modules.wiki
 

Methods in org.olat.modules.wiki that return VFSContainer
 VFSContainer WikiManager.getWikiContainer(OLATResourceable ores, java.lang.String folderName)
           
 VFSContainer WikiManager.getWikiRootContainer(OLATResourceable ores)
          Returns the root-container for certain OLAT-resourceable.
 

Methods in org.olat.modules.wiki with parameters of type VFSContainer
static VFSLeaf WikiToZipUtils.getWikiAsZip(VFSContainer rootContainer)
          get the whole wiki as a zip file for export, content is unparsed!
 

Uses of VFSContainer in org.olat.modules.wiki.gui.components.wikiToHtml
 

Methods in org.olat.modules.wiki.gui.components.wikiToHtml with parameters of type VFSContainer
 void WikiMarkupComponent.setImageMapperUri(UserRequest ureq, VFSContainer wikiContainer)
          if the wiki need to serve images you have to set the image mapper uri first! The mapper creates an user session based mapper for the media files which can be requested by calling @see getImageBaseUri()
 

Uses of VFSContainer in org.olat.search.service.indexer
 

Methods in org.olat.search.service.indexer with parameters of type VFSContainer
 void FolderIndexerWorker.setContainer(VFSContainer newContainer)
           
 

Uses of VFSContainer in org.olat.util.themes
 

Methods in org.olat.util.themes that return VFSContainer
 VFSContainer ThemesWebDAVProvider.getContainer(Identity identity)