|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ActiveApplication
Represents an activated application on a Sage Accpac ERP database pair.
An object of this class is obtained from the ActiveApplications
collection.
The ActiveApplication object reflects the state of the application when the
collection was created by calling the program's
getActiveApplications()
method. If
the application is changed, for example by being upgraded to a later version,
the change will not be reflected in this object; getActiveApplications() must
be called again.
ActiveApplications
Method Summary | |
---|---|
java.lang.String |
getAppID()
Gets the application ID of the application, in upper case letters. |
java.lang.String |
getAppVersion()
Gets the version of the application, in digits and upper case letters. |
int |
getDataLevel()
Gets the application's data level. |
java.lang.String |
getSelector()
Gets the application ID of the base application, in upper case letters. |
java.lang.String |
getSequence()
Gets the sequence number of an add-on application. |
boolean |
isInstalled()
Indicates if the application is installed on the current system. |
boolean |
isStartupOK()
Indicates if the application can start up successfully |
Method Detail |
---|
java.lang.String getAppID()
java.lang.String getAppVersion()
int getDataLevel()
java.lang.String getSelector()
getAppID()
java.lang.String getSequence()
boolean isInstalled()
true
if the application is also installed;boolean isStartupOK()
true
if the application can start up successfully
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |