|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| IAddController | Initial Date: May 25, 2004 |
| WizardCloseResourceController | Description: This is an interface for any close resource workflow. |
| Class Summary | |
|---|---|
| AddFileResourceController | |
| ChooseStepsController | Choose steps to be taken after having created a course with an initial description. |
| EntryChangedEvent | Initial Date: May 27, 2004 |
| ReferencableEntriesSearchController | Description: Implements a repository entry search workflow used by OLAT authors. |
| RepositoryAddCallback | Initial Date: Apr 7, 2004 |
| RepositoryAddController | Description: |
| RepositoryCopyController | Description: |
| RepositoryDetailsController | Description: |
| RepositoryEditDescriptionController | Description: |
| RepositoryEditPropertiesController | Description: If the resource is a course it tries to aquire the lock for editing the properties of this course. |
| RepositoryEntryImageController | Description: |
| RepositoryMainController | Description: Activatable: Supported commands are: "search.home": root entry point "search.catalog": catalog view "search.generic": search form "search.my": list of owned resources "search.REPOTYPE": list of all resources of given type, where REPOTYPE is something like course, test, survey, cp, scorm, sharedfolder |
| RepositorySearchController | Description: This workflow is used to search for repository entries. |
| WizardCloseCourseController | Description: A wizard to close a course. |
OLATResourceable ores = OresHelper.createOLATResourceableInstance(WikiResource.class, rescourcableId); You can either get the Folder location of the resource if it is a file resource VFSContainer wikiContainer = FileResourceManager.getInstance().getFileResourceRootImpl(ores); of load the OlatResource as an Object org.olat.resource.OLATResourceManager.findResourceable(OLATResourceable resourceable) if it is an repository entry (element that can be found in the repository) you can also load the entry directly by calling org.olat.repository.RepositoryManager.lookupRepositoryEntry(OLATResourceable resourceable, boolean strict)
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||