Uses of Interface
org.opencms.ui.apps.I_CmsWorkplaceApp
-
Packages that use I_CmsWorkplaceApp Package Description org.opencms.ui.apps Contains code for workplace apps.org.opencms.ui.apps.cacheadmin Contains classes of the cache admin app.org.opencms.ui.apps.dbmanager Contains classes of the cache admin app.org.opencms.ui.apps.dbmanager.sqlconsole org.opencms.ui.apps.filehistory Contains classes of the file history app.org.opencms.ui.apps.git This package contains the app classes for the git check in functionality.org.opencms.ui.apps.linkvalidation Contains classes of the link validation app.org.opencms.ui.apps.lists This package contains the app classes for the list configurations manager.org.opencms.ui.apps.logfile Contains classes of the site manager app.org.opencms.ui.apps.modules Contains classes of the module manager app.org.opencms.ui.apps.projects The project manager app classes.org.opencms.ui.apps.publishqueue Contains classes of the publish queue app.org.opencms.ui.apps.resourcetypes org.opencms.ui.apps.scheduler The scheduled jobs manager app classes.org.opencms.ui.apps.search Contains classes of the source search app.org.opencms.ui.apps.searchindex Contains classes of the searchindex app.org.opencms.ui.apps.sessions Contains classes of the site manager app.org.opencms.ui.apps.shell org.opencms.ui.apps.sitemanager Contains classes of the site manager app.org.opencms.ui.apps.user Contains classes of the user manager app. -
-
Uses of I_CmsWorkplaceApp in org.opencms.ui.apps
Classes in org.opencms.ui.apps that implement I_CmsWorkplaceApp Modifier and Type Class Description class
A_CmsAttributeAwareApp
An abstract subclass of A_CmsWorkplaceApp which provides an additional way for the main component of an app (the widget returned by getComponentForState) to influence the app layout of the app itself (i.e.class
A_CmsWorkplaceApp
Super class for workplace apps to help implementing the app navigation and layout.class
CmsAppHierachy
Displays all available app.protected class
CmsAppView.NotAvailableApp
Used in case the requested app can not be displayed to the current user.class
CmsEditor
The editor app.class
CmsFileExplorer
The file explorer app.class
CmsLegacyApp
App for legacy admin tools.protected static class
CmsQuickLaunchEditorConfiguration.QuickLaunchEditorApp
The quick launch editor app.Methods in org.opencms.ui.apps that return I_CmsWorkplaceApp Modifier and Type Method Description I_CmsWorkplaceApp
CmsAppHierarchyConfiguration. getAppInstance()
I_CmsWorkplaceApp
CmsEditorConfiguration. getAppInstance()
I_CmsWorkplaceApp
CmsFileExplorerConfiguration. getAppInstance()
I_CmsWorkplaceApp
CmsLegacyAppConfiguration. getAppInstance()
I_CmsWorkplaceApp
CmsPageEditorConfiguration. getAppInstance()
I_CmsWorkplaceApp
CmsQuickLaunchEditorConfiguration. getAppInstance()
I_CmsWorkplaceApp
CmsSitemapEditorConfiguration. getAppInstance()
I_CmsWorkplaceApp
I_CmsWorkplaceAppConfiguration. getAppInstance()
Returns a new app instance. -
Uses of I_CmsWorkplaceApp in org.opencms.ui.apps.cacheadmin
Classes in org.opencms.ui.apps.cacheadmin that implement I_CmsWorkplaceApp Modifier and Type Class Description class
CmsCacheAdminApp
Vaadin app for Cache Administration.class
CmsCacheViewApp
Class for the app which shows the content of caches.Methods in org.opencms.ui.apps.cacheadmin that return I_CmsWorkplaceApp Modifier and Type Method Description I_CmsWorkplaceApp
CmsCacheAdminConfiguration. getAppInstance()
I_CmsWorkplaceApp
CmsCacheViewFlexConfiguration. getAppInstance()
I_CmsWorkplaceApp
CmsCacheViewImageConfiguration. getAppInstance()
-
Uses of I_CmsWorkplaceApp in org.opencms.ui.apps.dbmanager
Classes in org.opencms.ui.apps.dbmanager that implement I_CmsWorkplaceApp Modifier and Type Class Description class
CmsDbExportApp
Class for the database export function.class
CmsDbImportApp
Class for the database import app.class
CmsDbManager
Class for database manager app.class
CmsDbPropertiesApp
Class for the property definition app.class
CmsDbRemovePubLocksApp
App for the remove publish-locks function.class
CmsDbStaticExportApp
Class for the database static export app.class
CmsDbSynchronizationApp
Class for the database synchronization app.Methods in org.opencms.ui.apps.dbmanager that return I_CmsWorkplaceApp Modifier and Type Method Description I_CmsWorkplaceApp
CmsDbExportConfiguration. getAppInstance()
I_CmsWorkplaceApp
CmsDbImportHTTPConfiguration. getAppInstance()
I_CmsWorkplaceApp
CmsDbImportServerConfiguration. getAppInstance()
I_CmsWorkplaceApp
CmsDbManagerConfiguration. getAppInstance()
I_CmsWorkplaceApp
CmsDbPropertiesAppConfiguration. getAppInstance()
I_CmsWorkplaceApp
CmsDbRemovePubLocksConfiguration. getAppInstance()
I_CmsWorkplaceApp
CmsDbStaticExportConfiguration. getAppInstance()
I_CmsWorkplaceApp
CmsDbSynchronizationConfiguration. getAppInstance()
-
Uses of I_CmsWorkplaceApp in org.opencms.ui.apps.dbmanager.sqlconsole
Classes in org.opencms.ui.apps.dbmanager.sqlconsole that implement I_CmsWorkplaceApp Modifier and Type Class Description class
CmsSqlConsoleApp
Class for the property definition app.Methods in org.opencms.ui.apps.dbmanager.sqlconsole that return I_CmsWorkplaceApp Modifier and Type Method Description I_CmsWorkplaceApp
CmsSqlConsoleAppConfiguration. getAppInstance()
-
Uses of I_CmsWorkplaceApp in org.opencms.ui.apps.filehistory
Classes in org.opencms.ui.apps.filehistory that implement I_CmsWorkplaceApp Modifier and Type Class Description class
CmsFileHistoryApp
App for the history settings and clearing of history.Methods in org.opencms.ui.apps.filehistory that return I_CmsWorkplaceApp Modifier and Type Method Description I_CmsWorkplaceApp
CmsFileHistoryConfiguration. getAppInstance()
-
Uses of I_CmsWorkplaceApp in org.opencms.ui.apps.git
Methods in org.opencms.ui.apps.git that return I_CmsWorkplaceApp Modifier and Type Method Description I_CmsWorkplaceApp
CmsGitAppConfiguration. getAppInstance()
-
Uses of I_CmsWorkplaceApp in org.opencms.ui.apps.linkvalidation
Classes in org.opencms.ui.apps.linkvalidation that implement I_CmsWorkplaceApp Modifier and Type Class Description class
CmsLinkInFolderValidationApp
App to check relations of resources in folder to other folder.class
CmsLinkValidationApp
Class for the Link validation app.class
CmsLinkValidationExternalApp
Class for the Link validation app.Methods in org.opencms.ui.apps.linkvalidation that return I_CmsWorkplaceApp Modifier and Type Method Description I_CmsWorkplaceApp
CmsLinkInFolderValidationConfiguration. getAppInstance()
I_CmsWorkplaceApp
CmsLinkValidationConfiguration. getAppInstance()
I_CmsWorkplaceApp
CmsLinkValidationExternalConfiguration. getAppInstance()
-
Uses of I_CmsWorkplaceApp in org.opencms.ui.apps.lists
Classes in org.opencms.ui.apps.lists that implement I_CmsWorkplaceApp Modifier and Type Class Description class
CmsListManager
Manager for list configuration files.Methods in org.opencms.ui.apps.lists that return I_CmsWorkplaceApp Modifier and Type Method Description I_CmsWorkplaceApp
CmsListManagerConfiguration. getAppInstance()
-
Uses of I_CmsWorkplaceApp in org.opencms.ui.apps.logfile
Classes in org.opencms.ui.apps.logfile that implement I_CmsWorkplaceApp Modifier and Type Class Description class
CmsLogFileApp
Main class of Log management app.Methods in org.opencms.ui.apps.logfile that return I_CmsWorkplaceApp Modifier and Type Method Description I_CmsWorkplaceApp
CmsLogFileConfiguration. getAppInstance()
-
Uses of I_CmsWorkplaceApp in org.opencms.ui.apps.modules
Classes in org.opencms.ui.apps.modules that implement I_CmsWorkplaceApp Modifier and Type Class Description class
CmsModuleApp
Main module manager app class.Methods in org.opencms.ui.apps.modules that return I_CmsWorkplaceApp Modifier and Type Method Description I_CmsWorkplaceApp
CmsModuleAppConfiguration. getAppInstance()
-
Uses of I_CmsWorkplaceApp in org.opencms.ui.apps.projects
Classes in org.opencms.ui.apps.projects that implement I_CmsWorkplaceApp Modifier and Type Class Description class
CmsProjectManager
The project manager app.Methods in org.opencms.ui.apps.projects that return I_CmsWorkplaceApp Modifier and Type Method Description I_CmsWorkplaceApp
CmsProjectManagerConfiguration. getAppInstance()
I_CmsWorkplaceApp
CmsProjectOverviewConfiguration. getAppInstance()
-
Uses of I_CmsWorkplaceApp in org.opencms.ui.apps.publishqueue
Classes in org.opencms.ui.apps.publishqueue that implement I_CmsWorkplaceApp Modifier and Type Class Description class
CmsPublishQueue
Class for the Publish queue app.Methods in org.opencms.ui.apps.publishqueue that return I_CmsWorkplaceApp Modifier and Type Method Description I_CmsWorkplaceApp
CmsPublishQueueConfiguration. getAppInstance()
-
Uses of I_CmsWorkplaceApp in org.opencms.ui.apps.resourcetypes
Classes in org.opencms.ui.apps.resourcetypes that implement I_CmsWorkplaceApp Modifier and Type Class Description class
CmsResourceTypeApp
App to manage the resource types.Methods in org.opencms.ui.apps.resourcetypes that return I_CmsWorkplaceApp Modifier and Type Method Description I_CmsWorkplaceApp
CmsResourceTypeAppConfiguration. getAppInstance()
-
Uses of I_CmsWorkplaceApp in org.opencms.ui.apps.scheduler
Classes in org.opencms.ui.apps.scheduler that implement I_CmsWorkplaceApp Modifier and Type Class Description class
CmsJobManagerApp
The scheduled jobs manager app.Methods in org.opencms.ui.apps.scheduler that return I_CmsWorkplaceApp Modifier and Type Method Description I_CmsWorkplaceApp
CmsScheduledJobsAppConfig. getAppInstance()
-
Uses of I_CmsWorkplaceApp in org.opencms.ui.apps.search
Classes in org.opencms.ui.apps.search that implement I_CmsWorkplaceApp Modifier and Type Class Description class
CmsSourceSearchApp
The source search app.Methods in org.opencms.ui.apps.search that return I_CmsWorkplaceApp Modifier and Type Method Description I_CmsWorkplaceApp
CmsSourceSearchAppConfiguration. getAppInstance()
-
Uses of I_CmsWorkplaceApp in org.opencms.ui.apps.searchindex
Classes in org.opencms.ui.apps.searchindex that implement I_CmsWorkplaceApp Modifier and Type Class Description class
CmsSearchindexApp
Class for the search index app.Methods in org.opencms.ui.apps.searchindex that return I_CmsWorkplaceApp Modifier and Type Method Description I_CmsWorkplaceApp
CmsSearchindexAppConfiguration. getAppInstance()
-
Uses of I_CmsWorkplaceApp in org.opencms.ui.apps.sessions
Classes in org.opencms.ui.apps.sessions that implement I_CmsWorkplaceApp Modifier and Type Class Description class
CmsSessionsApp
Class for the broadcast app.Methods in org.opencms.ui.apps.sessions that return I_CmsWorkplaceApp Modifier and Type Method Description I_CmsWorkplaceApp
CmsBroadCastConfigurtion. getAppInstance()
-
Uses of I_CmsWorkplaceApp in org.opencms.ui.apps.shell
Classes in org.opencms.ui.apps.shell that implement I_CmsWorkplaceApp Modifier and Type Class Description class
CmsShellApp
Shell script app.Methods in org.opencms.ui.apps.shell that return I_CmsWorkplaceApp Modifier and Type Method Description I_CmsWorkplaceApp
CmsShellAppConfiguration. getAppInstance()
-
Uses of I_CmsWorkplaceApp in org.opencms.ui.apps.sitemanager
Classes in org.opencms.ui.apps.sitemanager that implement I_CmsWorkplaceApp Modifier and Type Class Description class
CmsSiteManager
Manager class for the Site manager app.Methods in org.opencms.ui.apps.sitemanager that return I_CmsWorkplaceApp Modifier and Type Method Description I_CmsWorkplaceApp
CmsSiteManagerConfiguration. getAppInstance()
-
Uses of I_CmsWorkplaceApp in org.opencms.ui.apps.user
Classes in org.opencms.ui.apps.user that implement I_CmsWorkplaceApp Modifier and Type Class Description class
CmsAccountsApp
App for the OU Management.Methods in org.opencms.ui.apps.user that return I_CmsWorkplaceApp Modifier and Type Method Description I_CmsWorkplaceApp
CmsAccountsAppConfiguration. getAppInstance()
-