fferpcore.FeatureConsoleInfoBaseglobal inherited sharing abstract class FeatureConsoleInfoBase Extend this class to provide additional information to the Feature Console. You must name the new class FeatureConsoleInfo. Methods
getPackageNameglobal abstract String getPackageName() Return ValueThe application name that you want to display for all features defined in your package. getAllObjectsglobal virtual List<SObjectType> getAllObjects() Return ValueThe objects that belong to the package. getRecommendedAnalysisMappingObjectsglobal virtual List<SObjectType> getRecommendedAnalysisMappingObjects() Return ValueThe objects that are likely to be referenced in analysis mapping entries. getObjectTypesForNamespaceglobal static List<SObjectType> getObjectTypesForNamespace(String namespace) Get all objects with a given namespace. Input Parameters
Return ValueAll the objects with the specified namespace. |