Packages

t

io.growing.graphql.resolver

GrowingIOQueryResolver

trait GrowingIOQueryResolver extends AnyRef

Resolver for Query

Annotations
@Generated()
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GrowingIOQueryResolver
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def activeUsers(projectId: String, timeRange: String, offset: Integer, limit: Integer): SlicePaginationDto
    Annotations
    @NotNull()
  2. abstract def analysisDashboardReferers(projectId: String, resourceType: String, resourceId: String): List[DashboardReferenceDto]
  3. abstract def basicProfile(projectId: String, id: String): BasicProfileDto
  4. abstract def category(id: String): CategoryDto
  5. abstract def circleQrcode(productId: String): CircleQrcodeDto
    Annotations
    @NotNull()
  6. abstract def complexMetric(projectId: String, id: String): ComplexMetricDto
  7. abstract def complexMetrics(projectId: String): List[ComplexMetricDto]
  8. abstract def countComplexMetrics(projectId: String): Integer
  9. abstract def countCustomEvents(projectId: String): Integer
  10. abstract def countDashboards(projectId: String): Integer
  11. abstract def countEventAnalyses(projectId: String): Integer
  12. abstract def countEventVariables(projectId: String): Integer
  13. abstract def countFrequencyAnalyses(projectId: String): Integer
  14. abstract def countFunnelAnalyses(projectId: String): Integer
  15. abstract def countItemVariables(projectId: String): Integer
  16. abstract def countKpiAnalyses(projectId: String): Integer
  17. abstract def countRetentionAnalyses(projectId: String): Integer
  18. abstract def countSegments(projectId: String): Integer
  19. abstract def countTags(projectId: String): Integer
  20. abstract def countUserVariables(projectId: String): Integer
  21. abstract def crystalBallDashboard(projectId: String, id: String): DashboardDto
  22. abstract def crystalBallDashboardComment(projectId: String, id: String): DashboardCommentDto
  23. abstract def crystalBallDashboards(projectId: String): List[DashboardDto]
  24. abstract def crystalBallEventAnalysis(projectId: String, id: String): EventAnalysisDto
  25. abstract def crystalBallFrequencyAnalysis(projectId: String, id: String): FrequencyAnalysisDto
  26. abstract def crystalBallKpiAnalysis(projectId: String, id: String): KpiAnalysisDto
  27. abstract def crystalBallTrackOverviewAnalysis(projectId: String, id: String): TrackOverviewAnalysisDto
  28. abstract def crystalBallUserInfoPanels(projectId: String): List[CrystalBallUserInfoPanelDto]
  29. abstract def customEvent(projectId: String, id: String): CustomEventDto
  30. abstract def customEvents(projectId: String): List[CustomEventDto]
  31. abstract def dashboard(projectId: String, id: String): DashboardDto
  32. abstract def dashboardComment(projectId: String, id: String): DashboardCommentDto
  33. abstract def dashboards(projectId: String): List[DashboardDto]
    Annotations
    @NotNull()
  34. abstract def dataCenterAcls(resourceType: String): List[UserAccessCtrlDto]
  35. abstract def dataCenterCustomEvent(id: String): CustomEventDto
  36. abstract def dataCenterEventVariable(id: String): EventVariableDto

    通过 id 获取数据中心的事件变量

  37. abstract def dataCenterInsightDimensions(measurements: List[MeasurementInputDto], targetUsers: List[String]): List[DimensionDto]

    数据中心的 InsightDimensions

  38. abstract def dataCenterItemModel(id: String): ItemModelDto

    通过 id 获取数据中心的物品模型

  39. abstract def dataCenterItemVariable(id: String): ItemVariableDto

    通过 id 获取数据中心的物品模型变量

  40. abstract def dataCenterResourceActions(resourceType: String, resourceId: Long): List[String]
  41. abstract def dataCenterRole(id: String): DataCenterRoleDto
  42. abstract def dataCenterSearchCategories(q: String): List[CategoryDto]
  43. abstract def dataCenterTag(id: String): TagDto

    通过 id 获取数据中心标签

  44. abstract def dataCenterTreeLikeCategoryWithResource(id: String): CategoryDto
  45. abstract def dataCenterUserGrants(resourceType: String, resourceId: Long): AccessEntryDto
  46. abstract def dataCenterUserVariable(id: String): UserVariableDto

    通过 id 获取数据中心的用户变量

  47. abstract def defaultCategory(projectId: String): CategoryDto
  48. abstract def departments(parentId: String): List[DepartmentDto]
    Annotations
    @NotNull()
  49. abstract def element(projectId: String, id: String): ElementDto
  50. abstract def elements(projectId: String): List[ElementDto]
  51. abstract def eventAnalyses(projectId: String): List[EventAnalysisDto]
  52. abstract def eventAnalysis(projectId: String, id: String, dashboardId: String): EventAnalysisDto
  53. abstract def eventVariable(projectId: String, id: String): EventVariableDto
  54. abstract def eventVariables(projectId: String): List[EventVariableDto]
  55. abstract def frequencyAnalyses(projectId: String): List[FrequencyAnalysisDto]
  56. abstract def frequencyAnalysis(projectId: String, id: String, dashboardId: String): FrequencyAnalysisDto
  57. abstract def funnelAnalyses(projectId: String): List[FunnelAnalysisDto]
  58. abstract def funnelAnalysis(projectId: String, id: String, dashboardId: String): FunnelAnalysisDto
  59. abstract def getTunnelEventsTrend(id: String): TunnelEventsTrendDto
  60. abstract def insightDimensions(projectId: String, measurements: List[MeasurementInputDto], targetUsers: List[String]): List[DimensionDto]

    数据中心的 insightDimensions

  61. abstract def itemModel(projectId: String, id: String): ItemModelDto
  62. abstract def itemModels(projectId: String): List[ItemModelDto]
  63. abstract def itemVariable(projectId: String, id: String): ItemVariableDto
  64. abstract def itemVariables(projectId: String): List[ItemVariableDto]
  65. abstract def jobFiles(id: String): List[FileDescriptorDto]
    Annotations
    @NotNull()
  66. abstract def jobLogs(id: String): List[LogEntryDto]
    Annotations
    @NotNull()
  67. abstract def jobResult(id: String): JobResultDto
  68. abstract def kpiAnalyses(projectId: String): List[KpiAnalysisDto]
  69. abstract def kpiAnalysis(projectId: String, id: String, dashboardId: String): KpiAnalysisDto
  70. abstract def measurements(projectId: String, t: List[String], q: String, c: String): List[MeasurableDto]
  71. abstract def minpActiveUserIps(productId: String): List[String]

    获取IP,返回productId关联的,最多5个

    获取IP,返回productId关联的,最多5个

    Annotations
    @NotNull()
  72. abstract def minpCircleQrcode(productId: String): String

    获取二维码长链

    获取二维码长链

    Annotations
    @NotNull()
  73. abstract def passwordValidation(identity: String, password: String): Boolean
    Annotations
    @NotNull()
  74. abstract def personaMeasurements(projectId: String): List[MeasurementDto]
  75. abstract def personaProfile(projectId: String, id: String): PersonaProfileDto
  76. abstract def preparedDimensions(projectId: String): List[PreparedDimensionDto]
  77. abstract def preparedSegment(projectId: String, id: String): PreparedSegmentDto

    activeToday: 今日活跃用户 activeInThreeWeeks: 近 3 周活跃用户 activeNotInTwoWeeks: 近 2 周不活跃用户

  78. abstract def project(id: String): ProjectDto
    Annotations
    @NotNull()
  79. abstract def projectDataCtrl(projectId: String): List[ProjectDataCtrlDto]
    Annotations
    @NotNull()
  80. abstract def projectRole(projectId: String, id: String): ProjectRoleDto
    Annotations
    @NotNull()
  81. abstract def projectRoles(projectId: String): List[ProjectRoleDto]
    Annotations
    @NotNull()
  82. abstract def resourceTrees(projectId: String): List[TreeNodeDto]
  83. abstract def retentionAnalyses(projectId: String): List[RetentionAnalysisDto]
  84. abstract def retentionAnalysis(projectId: String, id: String, dashboardId: String): RetentionAnalysisDto
  85. abstract def searchCategories(projectId: String, q: String): List[CategoryDto]
  86. abstract def searchUserEvents(projectId: String, id: String, q: String, timeRange: String): List[String]
    Annotations
    @NotNull()
  87. abstract def searchUsers(projectId: String, properties: List[String], filter: FilterInputDto): List[UserSearchDto]

    查询用户,properties为返回哪些用户信息/属性,filter为需要的过滤字段,之前的q现在使用filter传

  88. abstract def segment(projectId: String, id: String): SegmentDto
  89. abstract def segmentDocument(projectId: String, id: String): SegmentDocumentDto
  90. abstract def segmentMeasurements(projectId: String, policy: SettingSegmentMeasurementPolicyDto, id: String): List[MeasurementDto]
  91. abstract def segments(projectId: String): List[SegmentDto]
  92. abstract def simpleEvents(projectId: String, elementId: String): List[SimpleEventDto]
  93. abstract def subscriptions(projectId: String, type: SubscriptionTypeDto): List[SubscriptionDto]
    Annotations
    @NotNull()
  94. abstract def tag(projectId: String, id: String): TagDto
  95. abstract def tags(projectId: String): List[TagDto]
  96. abstract def treeLikeCategoriesWithResource(projectId: String): List[CategoryDto]
  97. abstract def tunnel(id: String): TunnelDto
  98. abstract def tunnelActivated(id: String): Boolean
    Annotations
    @NotNull()
  99. abstract def ubaCustomEvents(tunnelId: String): List[CustomEventDto]
  100. abstract def ubaUserVariables(tunnelId: String): List[UserVariableDto]
  101. abstract def userDataCenterPermissionModules(userId: String): List[ModuleDto]
  102. abstract def userEventCount(projectId: String, id: String, timeRange: String, eventKeys: List[String]): UserEventCountDto
  103. abstract def userEvents(projectId: String, id: String, types: List[UserEventTypeDto], timeRange: String, first: Integer, after: String, last: Integer, before: String, limit: Integer, filter: FilterInputDto): CursorPaginationDto

    用户事件查询,新增filter为过滤条件,小程序无埋点filter中含有appid

    用户事件查询,新增filter为过滤条件,小程序无埋点filter中含有appid

    Annotations
    @NotNull()
  104. abstract def userEventsTrend(projectId: String, id: String, type: UserEventTypeDto, timeRange: String, interval: Long, eventKeys: List[String]): EventTrendDto
  105. abstract def userProfile(projectId: String, userId: String, tags: List[String], properties: List[String]): UserProfileDto
  106. abstract def userProfileWithTime(projectId: String, userId: String, tags: List[String], properties: List[String]): List[TimeUserProfileDto]
  107. abstract def userProjectPermissionModules(projectId: String, userId: String): List[ModuleDto]
    Annotations
    @NotNull()
  108. abstract def userVariable(projectId: String, id: String): UserVariableDto
  109. abstract def userVariables(projectId: String): List[UserVariableDto]
  110. abstract def users(projectId: String, type: UserQueryTypeDto, id: String, offset: Integer, limit: Integer, tags: List[String], properties: List[String]): SlicePaginationDto
    Annotations
    @NotNull()
  111. abstract def verifyProjectAi(ai: String): Boolean
    Annotations
    @NotNull()

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped