cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
330
Views
0
Helpful
2
Replies

StartApplicationInterface ApplicationStartAPI object does not have getApplicationName() method

mbeers58
Level 1
Level 1

Hello,

We're building a class that implements the StartApplicationInterface and the onStartApplication method. The documentation shows that ApplicationStartAPI inherits from several higher level classes:



We would like to be able to get the application name, which should be available from the ApplicationAPIBase parent via method getApplicationName(), but no such method exists when we try to code it. (I thought it might just not be visible, as a protected method, but we usually get a 'not visible' error if that is the case and this says no such method exists). Has anyone run into this before?

Thanks in advance!!

2 Replies 2

janinegraves
Spotlight
Spotlight

Start of Application doesn't have access to the SessionAPI - which is

where you'd find the getApplicationName, addToLog, etc.

ptindall
Cisco Employee
Cisco Employee

Method getApplicationName() on ApplicationAPIBase should work fine, never had any problems with it.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: