Foundations Apex API Developer Reference

fferpcore.FeatureConsoleInfoBase

global inherited sharing abstract class FeatureConsoleInfoBase

Extend this class to provide additional information to the Feature Console. You must name the new class FeatureConsoleInfo.

Methods

getPackageName

global abstract String getPackageName()

Return Value

The application name that you want to display for all features defined in your package.

getAllObjects

global virtual List<SObjectType> getAllObjects()

Return Value

The objects that belong to the package.
Typically these are all the objects with the package namespace.

getRecommendedAnalysisMappingObjects

global virtual List<SObjectType> getRecommendedAnalysisMappingObjects()

Return Value

The objects that are likely to be referenced in analysis mapping entries.

getObjectTypesForNamespace

global static List<SObjectType> getObjectTypesForNamespace(String namespace)

Get all objects with a given namespace.

Input Parameters

Name Type Description
namespace String A package namespace such as fferpcore.

Return Value

All the objects with the specified namespace.

© Copyright 2009–2022 FinancialForce.com, inc. Confidential – all rights reserved. Various trademarks held by their respective owners.