Uses of Interface
de.uplanet.lucy.server.rtcache.ApplicationInfo
Packages that use ApplicationInfo
Package
Description
Contains helper and convenience classes for Velocity-based web authoring with Intrexx.
- 
Uses of ApplicationInfo in de.uplanet.lucy.server.auxiliaries
Methods in de.uplanet.lucy.server.auxiliaries that return types with arguments of type ApplicationInfoModifier 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
Methods in de.uplanet.lucy.server.auxiliaries.calendar that return types with arguments of type ApplicationInfoModifier 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
Methods in de.uplanet.lucy.server.auxiliaries.collections that return types with arguments of type ApplicationInfoModifier and TypeMethodDescriptionFilter.appInfoComplement(List<ApplicationInfo> p_appInfoList, Collection<String> p_appGuidList) Compose the complement of anApplicationInfolist with respect to a list of application GUIDs.Filter.appInfoIntersect(List<ApplicationInfo> p_appInfoList, List<String> p_appGuidList) Compose the intersection of anApplicationInfolist and a list of application IDs.Method parameters in de.uplanet.lucy.server.auxiliaries.collections with type arguments of type ApplicationInfoModifier and TypeMethodDescriptionFilter.appInfoComplement(List<ApplicationInfo> p_appInfoList, Collection<String> p_appGuidList) Compose the complement of anApplicationInfolist with respect to a list of application GUIDs.Filter.appInfoIntersect(List<ApplicationInfo> p_appInfoList, List<String> p_appGuidList) Compose the intersection of anApplicationInfolist and a list of application IDs. - 
Uses of ApplicationInfo in de.uplanet.lucy.server.monitor.log
Methods in de.uplanet.lucy.server.monitor.log that return ApplicationInfoModifier and TypeMethodDescriptionGlobalReport.GlobalReportEntry.getApplicationInfo()Get the info object for this application. - 
Uses of ApplicationInfo in de.uplanet.lucy.server.monitor.log.userreport
Methods in de.uplanet.lucy.server.monitor.log.userreport that return ApplicationInfo - 
Uses of ApplicationInfo in de.uplanet.lucy.server.rtcache.scripting.velocity
Methods in de.uplanet.lucy.server.rtcache.scripting.velocity that return ApplicationInfoModifier 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.Methods in de.uplanet.lucy.server.rtcache.scripting.velocity that return types with arguments of type ApplicationInfoModifier 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.Method parameters in de.uplanet.lucy.server.rtcache.scripting.velocity with type arguments of type ApplicationInfoModifier 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
Methods in de.uplanet.lucy.server.scripting.velocity.callables.legacy that return ApplicationInfoModifier and TypeMethodDescriptionApplicationCacheWrapper.getApplication(String p_strAppGuid) Deprecated.Get the application with the given unique identifier.Methods in de.uplanet.lucy.server.scripting.velocity.callables.legacy that return types with arguments of type ApplicationInfoModifier 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.