BBjApplication
Description
In BBj 12.00 and higher, the BBjApplication object represents a published BUI application and is immutable. Changes are made through the BBjAppConfig object.
Creation
BBjAPI > BBjAdmin > BBjAppServer > BBjAppConfig > BBjApplication
The BBjApplication object is created through the following BBjAppConfig method:
|
Return Value |
Method |
|---|---|
|
BBjApplication |
buildApplication(string name) |
Methods of BBjApplication
|
Return Value |
Method |
|---|---|
|
string |
|
|
string |
|
|
string |
|
|
int |
|
|
string |
|
|
boolean |
|
|
boolean |
|
|
string |
|
|
boolean |
|
|
string |
getName() |
|
boolean |
|
|
string |
|
|
boolean |
|
|
int |
|
|
boolean |
|
|
boolean |
|
|
string |
|
|
string |
|
|
boolean |
|
| boolean | isDesktopEnabled() |
| boolean | isDwcEnabled() |
|
boolean |
isQuiet() |
Constants
None.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.