Uses of Interface
de.uplanet.lucy.server.rtcache.ApplicationInfo
Package
Description
Contains helper and convenience classes for Velocity-based web authoring with Intrexx.
-
Uses of ApplicationInfo in de.uplanet.lucy.server.auxiliaries
Modifier and TypeMethodDescriptionMap
<ApplicationInfo, List<de.uplanet.lucy.server.search.SearchConfigInfo>> VCSearchTabControl.groupByApplications
(de.uplanet.lucy.server.IProcessingContext p_ctx, List<de.uplanet.lucy.server.search.SearchConfigInfo> p_searchConfigInfos) Group the search configurations by applications. -
Uses of ApplicationInfo in de.uplanet.lucy.server.auxiliaries.calendar
Modifier and TypeMethodDescriptionCalHelper.getDeSelectedApps()
Deprecated.Method getDeSelectedApps.CalHelper.getDeSelectedApps
(String p_strUserGuid) Deprecated.Method getDeSelectedApps.CalHelper.getSelectedApps()
Deprecated.Method getSelectedApps.CalHelper.getSelectedApps
(String p_strUserGuid) Deprecated.Method getSelectedApps by User Guid. -
Uses of ApplicationInfo in de.uplanet.lucy.server.auxiliaries.collections
Modifier and TypeMethodDescriptionFilter.appInfoComplement
(List<ApplicationInfo> p_appInfoList, Collection<String> p_appGuidList) Compose the complement of anApplicationInfo
list with respect to a list of application GUIDs.Filter.appInfoIntersect
(List<ApplicationInfo> p_appInfoList, List<String> p_appGuidList) Compose the intersection of anApplicationInfo
list and a list of application IDs.Modifier and TypeMethodDescriptionFilter.appInfoComplement
(List<ApplicationInfo> p_appInfoList, Collection<String> p_appGuidList) Compose the complement of anApplicationInfo
list with respect to a list of application GUIDs.Filter.appInfoIntersect
(List<ApplicationInfo> p_appInfoList, List<String> p_appGuidList) Compose the intersection of anApplicationInfo
list and a list of application IDs. -
Uses of ApplicationInfo in de.uplanet.lucy.server.monitor.log
Modifier and TypeMethodDescriptionGlobalReport.GlobalReportEntry.getApplicationInfo()
Get the info object for this application. -
Uses of ApplicationInfo in de.uplanet.lucy.server.monitor.log.userreport
-
Uses of ApplicationInfo in de.uplanet.lucy.server.rtcache.scripting.velocity
Modifier and TypeMethodDescriptionVelocityRtCache.getApplication
(String p_strGuid) Get the application with the given unique identifier.VelocityRtCache.getFirstApplication
(IFilter<ApplicationInfo> p_filter) Get first application that matches a given filter.Modifier and TypeMethodDescriptionIVcApplicationInfoFilterFactory.getAccessible()
Get a filter for applications the current user has access to.IVcApplicationInfoFilterFactory.getAccessibleByTemplate
(String p_strTemplateGuid) Get a filter for applications of the given type the current user has access to.VelocityRtCache.getApplications()
Get all applications.VelocityRtCache.getApplications
(IFilter<ApplicationInfo> p_filter) Get applications that match a given filter.Modifier and TypeMethodDescriptionVelocityRtCache.getApplications
(IFilter<ApplicationInfo> p_filter) Get applications that match a given filter.VelocityRtCache.getFirstApplication
(IFilter<ApplicationInfo> p_filter) Get first application that matches a given filter. -
Uses of ApplicationInfo in de.uplanet.lucy.server.scripting.velocity.callables.legacy
Modifier and TypeMethodDescriptionApplicationCacheWrapper.getApplication
(String p_strAppGuid) Deprecated.Get the application with the given unique identifier.Modifier and TypeMethodDescriptionApplicationCacheWrapper.getAllApplications()
Deprecated.Get a list of all applications the current user has access to.ApplicationCacheWrapper.getApplicationsWithTemplate
(String p_strTemplateGuid) Deprecated.Get a list of all application with the given template to which the current user has access to.ApplicationCacheWrapper.getApplicationsWithTemplates
(Collection<String> p_templates) Deprecated.Get a list of all application with the given templates to which the current user has access to.ApplicationCacheWrapper.getApplicationsWithType
(String p_strType) Deprecated.Get a list of all applications the current user has access to and with the setting of type: application:type.ApplicationCacheWrapper.searchApplications
(String p_strQuery, String p_strLang) Deprecated.