aiM18 Developer Center aiM18 Developer Center
DOC Home
  • Platform

    • Overview
    • Frontend Framework
    • Backend Framework
    • EBI Development
    • JSF Components
    • BPM Extension Interface
    • Telescope Extension Interface
    • Mobile App Setup
  • ERP

    • ERP EJB Interfaces
    • ERP XML Config Files
    • ERP Decorators (Frontend Interfaces)
  • Tutorial

    • Setup Development Environment
    • Sample App
  • Platform

    • Authentication
    • Common JSON Objects
    • Core Services
    • EBI Services
  • Enterprise Resource Planning
  • Human Capital Management
  • Business Process Management
  • Schedule Management
  • Document Management
  • Tutorial

    • Interacting with aiM18 via webservices
Tutorial
GitHub (opens new window)
DOC Home
  • Platform

    • Overview
    • Frontend Framework
    • Backend Framework
    • EBI Development
    • JSF Components
    • BPM Extension Interface
    • Telescope Extension Interface
    • Mobile App Setup
  • ERP

    • ERP EJB Interfaces
    • ERP XML Config Files
    • ERP Decorators (Frontend Interfaces)
  • Tutorial

    • Setup Development Environment
    • Sample App
  • Platform

    • Authentication
    • Common JSON Objects
    • Core Services
    • EBI Services
  • Enterprise Resource Planning
  • Human Capital Management
  • Business Process Management
  • Schedule Management
  • Document Management
  • Tutorial

    • Interacting with aiM18 via webservices
Tutorial
GitHub (opens new window)
  • platform

    • Overview
    • Frontend Framework
    • Backend Framework
    • EBI Development
    • JSF Components
    • BPM Extension Interface
    • Telescope Extension Interface
      • What can I do?
      • TelescopeHandler
        • 1. Append records which can not be search by FK
        • 2. Exclude modules which be search by FK
        • 3. Include modules which can not be analysis by FK
    • Mobile App Setup
  • erp

    • ERP EJB Interfaces
    • ERP XML Config Files
    • ERP Decorators (Frontend Interfaces)
  • tutorial

    • Setup Development Environment
    • Sample App
  • App
  • platform
Multiable
2024-01-09
目录

Telescope Extension Interface

Version: 1.2 | Release Date: 07/02/2024

# What can I do?

  1. Append records which can not be search by FK
  2. Exclude modules which be search by FK
  3. Include modules which can not be analysis by FK

# TelescopeHandler

public interface TelescopeHandler {

	// 3PD Developer use this method to append records which can not be search by FK
	public SqlTable extendResultRange(String moduleName, Long recordId, SqlTable result, Set<String> coverModule);

	// 3PD Developer use this method to exclude modules which be search by FK
	public Set<String> excludeCoverRange(String moduleName);

	// 3PD Developer use this method to include modules which can not be analysis by FK
	public Set<String> appendCoverRange(String moduleName);

}

# 1. Append records which can not be search by FK

// 3PD Developer use this method to append records which can not be search by FK
public SqlTable extendResultRange(String moduleName, Long recordId, SqlTable result, Set<String> coverModule);

# 2. Exclude modules which be search by FK

// 3PD Developer use this method to exclude modules which be search by FK
public Set<String> excludeCoverRange(String moduleName);

# 3. Include modules which can not be analysis by FK

// 3PD Developer use this method to include modules which can not be analysis by FK
public Set<String> appendCoverRange(String moduleName);
Last Updated: 2025/05/13, 07:58:58
BPM Extension Interface
Mobile App Setup

← BPM Extension Interface Mobile App Setup→

Theme by Vdoing | Copyright © 1990-2025 Multiable | MIT License
  • 跟随系统
  • 浅色模式
  • 深色模式
  • 阅读模式