Uses of Interface
de.uplanet.lucy.server.rtcache.ApplicationInfo
-
Packages that use ApplicationInfo Package Description de.uplanet.lucy.server.auxiliaries Contains helper and convenience classes for Velocity-based web authoring with Intrexx.de.uplanet.lucy.server.auxiliaries.calendar de.uplanet.lucy.server.auxiliaries.collections de.uplanet.lucy.server.monitor.log de.uplanet.lucy.server.monitor.log.userreport de.uplanet.lucy.server.rtcache.scripting.velocity de.uplanet.lucy.server.scripting.velocity.callables.legacy -
-
Uses of ApplicationInfo in de.uplanet.lucy.server.auxiliaries
Methods in de.uplanet.lucy.server.auxiliaries that return types with arguments of type ApplicationInfo Modifier and Type Method Description Map<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 ApplicationInfo Modifier and Type Method Description List<ApplicationInfo>CalHelper. getDeSelectedApps()Deprecated.Method getDeSelectedApps.List<ApplicationInfo>CalHelper. getDeSelectedApps(String p_strUserGuid)Deprecated.Method getDeSelectedApps.List<ApplicationInfo>CalHelper. getSelectedApps()Deprecated.Method getSelectedApps.List<ApplicationInfo>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 ApplicationInfo Modifier and Type Method Description List<ApplicationInfo>Filter. appInfoComplement(List<ApplicationInfo> p_appInfoList, Collection<String> p_appGuidList)Compose the complement of anApplicationInfolist with respect to a list of application GUIDs.List<ApplicationInfo>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 ApplicationInfo Modifier and Type Method Description List<ApplicationInfo>Filter. appInfoComplement(List<ApplicationInfo> p_appInfoList, Collection<String> p_appGuidList)Compose the complement of anApplicationInfolist with respect to a list of application GUIDs.List<ApplicationInfo>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 ApplicationInfo Modifier and Type Method Description ApplicationInfoGlobalReport.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 Modifier and Type Method Description ApplicationInfoUserReport. getAppInfo(String p_strAppGuid) -
Uses of ApplicationInfo in de.uplanet.lucy.server.rtcache.scripting.velocity
Methods in de.uplanet.lucy.server.rtcache.scripting.velocity that return ApplicationInfo Modifier and Type Method Description ApplicationInfoVelocityRtCache. getApplication(String p_strGuid)Get the application with the given unique identifier.ApplicationInfoVelocityRtCache. 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 ApplicationInfo Modifier and Type Method Description IFilter<ApplicationInfo>IVcApplicationInfoFilterFactory. getAccessible()Get a filter for applications the current user has access to.IFilter<ApplicationInfo>IVcApplicationInfoFilterFactory. getAccessibleByTemplate(String p_strTemplateGuid)Get a filter for applications of the given type the current user has access to.Map<String,ApplicationInfo>VelocityRtCache. getApplications()Get all applications.List<ApplicationInfo>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 ApplicationInfo Modifier and Type Method Description List<ApplicationInfo>VelocityRtCache. getApplications(IFilter<ApplicationInfo> p_filter)Get applications that match a given filter.ApplicationInfoVelocityRtCache. 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 ApplicationInfo Modifier and Type Method Description ApplicationInfoApplicationCacheWrapper. 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 ApplicationInfo Modifier and Type Method Description List<ApplicationInfo>ApplicationCacheWrapper. getAllApplications()Deprecated.Get a list of all applications the current user has access to.List<ApplicationInfo>ApplicationCacheWrapper. getApplicationsWithTemplate(String p_strTemplateGuid)Deprecated.Get a list of all application with the given template to which the current user has access to.List<ApplicationInfo>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.List<ApplicationInfo>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.List<ApplicationInfo>ApplicationCacheWrapper. searchApplications(String p_strQuery, String p_strLang)Deprecated.
-