How To Find Out Which Apex Classes Implement The Interface

Опубликовано: 01 Январь 1970
на канале: Technical Potpourri
570
13

Hello Everyone, welcome to another video. In today’s video, I will be showing you how to find out which apex classes have implemented an interface. And after finding what we can do with that information. So let’s explore this with some examples.

ApexTypeImplementor is now generally available and has been updated since the beta release. It represents Apex classes that directly or indirectly implement an interface. Using a SOQL query this object gets information about public or global classes and only global classes for installed managed packages.

IsConcrete - Indicates whether the implementing class is abstract (false) or not (true).

▬ Contents of this video ▬▬▬▬▬▬▬▬▬▬
0:01 - Introduction
0:20 - Interface & it's implementation
2:36 - Demo 1
2:53 - Explanation of IsConcrete
4:07 - Demo 2
6:29 - Conclusion

📌 Blog Post - https://sudipta-deb.in/2023/03/how-to...
📌 How To Secure Apex Code With User Mode Database Operations -    • How To Secure Apex Code With User Mod...  
📌 Salesforce Spring 23 Release -    • Salesforce Spring 23 Release  
📌 Salesforce Spring 23 Flow Enhancements -    • Salesforce Spring 23 Flow Enhancements  
📌 External Services in Flow - HTTP Callout | Spring 23 Feature -    • External Services in Flow - HTTP Call...  
📌 Salesforce Spring '23 - Dynamic report filter that displays personalized results for each user    • Salesforce Spring '23 - Dynamic repor...  
📌 Salesforce Release Playlist -    • Salesforce Release  

#salesforce #spring23 #secure #apex #soql #interface #abstract #class #concreate

✨ Learn to code for free and get a developer job: https://www.sudipta-deb.in/
✨ Subscribe for new videos on technology every week: https://bit.ly/3vCQKpg

✨Connect with me
📌 Twitter:   / thesudiptadeb  
📌 Website: https://www.sudipta-deb.in/
📌 LinkedIn:   / sudiptadeb  
📌 Facebook:   / technicalpotpourri  

Credit: music from www.bensound.com
Disclaimer: All opinions are my own and this video content is not endorsed by Salesforce, Google or any other company in any way.