Uses of Class
lumis.util.collections.Tuple2
-
Packages that use Tuple2 Package Description lumis.content.core Provides the core content management operations.lumis.portal.healthmonitor lumis.portal.monitor Defines classes and interfaces for monitoring data.lumis.portal.propertybag Provides the storage of property values in a hierarchical structure.lumis.service.analytics.eventanalytics lumis.service.analytics.eventanalytics.report.rest lumis.service.analytics.usersegmentation.control lumis.service.mfalogin lumis.util.collections -
-
Uses of Tuple2 in lumis.content.core
Methods in lumis.content.core that return types with arguments of type Tuple2 Modifier and Type Method Description static java.util.Optional<Tuple2<java.lang.String,java.util.Locale>>
ContentUtilInternal. findContentLocaleByUniqueSlug(ContentUniqueSlug uniqueSlug)
Returns an optional Tuple ofof the content that refer to the given unique slug. -
Uses of Tuple2 in lumis.portal.healthmonitor
Methods in lumis.portal.healthmonitor that return Tuple2 Modifier and Type Method Description protected Tuple2<byte[],java.lang.Long>
HealthCheckGeneral. readFileOnDisk(IFile file)
Method to read a file from disk. -
Uses of Tuple2 in lumis.portal.monitor
Methods in lumis.portal.monitor that return types with arguments of type Tuple2 Modifier and Type Method Description java.util.Collection<Tuple2<IMonitorValuesProvider,java.lang.Exception>>
IMonitorContextSPI. getMonitoringValuesProvidersWithStacktraces()
Returns the monitoring values providers with their stacktraces (where they were added). -
Uses of Tuple2 in lumis.portal.propertybag
Methods in lumis.portal.propertybag that return Tuple2 Modifier and Type Method Description Tuple2<java.util.Map<java.lang.String,java.util.List<java.lang.String>>,java.util.Map<java.lang.String,java.util.List<java.lang.String>>>
IPropertyBagManagerSPI. getValues(java.lang.String propertyBagId)
Tuple2<java.util.Map<java.lang.String,java.util.List<java.lang.String>>,java.util.Map<java.lang.String,java.util.List<java.lang.String>>>
PropertyBagManager. getValues(java.lang.String propertyBagId)
-
Uses of Tuple2 in lumis.service.analytics.eventanalytics
Methods in lumis.service.analytics.eventanalytics that return types with arguments of type Tuple2 Modifier and Type Method Description static java.util.Collection<Tuple2<EventAnalyticsDashboard,ServiceInstanceConfig>>
DashboardEmailUtil. getDashboardsPendingToSendEmail()
Returns the dashboards that are pending either to be sent via email or to have the schedule date filled.java.util.Map<java.lang.String,Tuple2<CompositeDocumentTypeField,java.util.List<EventFilterData.IEventFilter>>>
EventFilterData. getNestedObjectsFilters()
Returns the nested object filters of this event data filter (grouped by the nested object full identifier). -
Uses of Tuple2 in lumis.service.analytics.eventanalytics.report.rest
Methods in lumis.service.analytics.eventanalytics.report.rest that return Tuple2 Modifier and Type Method Description Tuple2<IAggregation,java.util.function.Function<java.lang.Object,java.lang.String>>
EventAnalyticsReportRequest. getInterval()
Returns the interval.Tuple2<IAggregation,java.util.function.Function<java.lang.Object,java.lang.String>>
IEventAnalyticsReportRequest. getInterval()
Returns the interval.Methods in lumis.service.analytics.eventanalytics.report.rest that return types with arguments of type Tuple2 Modifier and Type Method Description java.util.Map<java.lang.String,Tuple2<IAggregation,java.lang.Boolean>>
EventAnalyticsReportRequest. getMetrics()
Returns the metrics.java.util.Map<java.lang.String,Tuple2<IAggregation,java.lang.Boolean>>
IEventAnalyticsReportRequest. getMetrics()
Returns the metrics. -
Uses of Tuple2 in lumis.service.analytics.usersegmentation.control
Methods in lumis.service.analytics.usersegmentation.control that return Tuple2 Modifier and Type Method Description Tuple2<ISearchQueryFilter,java.lang.Boolean>
UserSegmentationData. getBigDataFilter(ISearchQueryFilter... additionalFilters)
Returns the big data filter for search user segmentation. -
Uses of Tuple2 in lumis.service.mfalogin
Methods in lumis.service.mfalogin that return Tuple2 Modifier and Type Method Description static Tuple2<java.lang.String,java.lang.String>
MFAServiceUtil. getEmailTemplate(java.lang.String serviceInstanceId)
Get email template for the given mfa service instancestatic Tuple2<java.lang.String,java.lang.String>
MFAServiceUtil. getEmailTemplateFromId(java.lang.String serviceInstanceId, java.lang.String emailTemplateId)
Get the email template for a specific templateId in te given mfa service instance -
Uses of Tuple2 in lumis.util.collections
Subclasses of Tuple2 in lumis.util.collections Modifier and Type Class Description class
Tuple3<A,B,C>
Three-object holder.Methods in lumis.util.collections that return Tuple2 Modifier and Type Method Description static <A,B>
Tuple2<A,B>Tuple2. of(A a, B b)
Creates a new instance.
-