Package com.basis.api.admin
Interface BBjAdminBuiApplication
- All Superinterfaces:
BBjAdminCommitPropertyWriter
,BBjAdminCommitWriter
,BBjAdminPropertyReader
,BBjAdminPropertyWriter
,Comparable<BBjAdminBuiApplication>
,Remote
public interface BBjAdminBuiApplication
extends BBjAdminCommitPropertyWriter, Comparable<BBjAdminBuiApplication>
Configuration for the BUI application on the server.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Method Summary
Modifier and TypeMethodDescriptionReturns the list of the program arguments for this application.Used primarily by GUI applications like the Enterprise Manager to dynamically generate an admin UI.getUrl()
Generates and returns a URL for the application that can be used to run the application from a Web browser.void
setDescriptiveProperties
(BBjAdminList<BBjAdminProperty> p_descriptiveProps) Used primarily by GUI applications like the Enterprise Manager to dynamically generate an admin UI.Methods inherited from interface com.basis.api.admin.BBjAdminCommitPropertyWriter
getChangedProperties, getClearedProperties, getOriginalProperties
Methods inherited from interface com.basis.api.admin.BBjAdminCommitWriter
commit, rollback
Methods inherited from interface com.basis.api.admin.BBjAdminPropertyReader
checkValueEqual, contains, contains, getBoolean, getDouble, getInt, getList, getLong, getProperties, getString, getType, getTypes, getValue
Methods inherited from interface com.basis.api.admin.BBjAdminPropertyWriter
addType, canAddNewProperties, canClear, clear, clearProperties, clearProperty, getReadOnly, hasChanged, isReadOnly, setBoolean, setDouble, setInt, setList, setLong, setProperties, setString, setValue
Methods inherited from interface java.lang.Comparable
compareTo
-
Field Details
-
APPLICATION_USER
- See Also:
-
CLASSPATH
- See Also:
-
CLIENT_RESPONSE_TIMEOUT
- See Also:
-
CLIENT_RESPONSE_TIMEOUT_USE_DEFAULT
- See Also:
-
CONFIG_FILE
- See Also:
-
CONTEXT
- See Also:
-
CSS_RESOURCE_ID
- See Also:
-
DEVELOPMENT_MODE
- See Also:
-
DEVELOPMENT_MODE_USE_DEFAULT
- See Also:
-
DISALLOW_CONSOLE
- See Also:
-
DISALLOW_CONSOLE_USE_DEFAULT
- See Also:
-
LOAD_IMAGE_RESOURCE_ID
- See Also:
-
MANAGE_BROWSER_HISTORY
- See Also:
-
MANAGE_BROWSER_HISTORY_USE_DEFAULT
- See Also:
-
NAME
- See Also:
-
OMIT_BASIS_CSS
- See Also:
-
OMIT_BASIS_CSS_USE_DEFAULT
- See Also:
-
PROGRAM
- See Also:
-
QUIET
- See Also:
-
SECURE
- See Also:
-
SECURE_USE_DEFAULT
- See Also:
-
SHORTCUT_ICON_RESOURCE_ID
- See Also:
-
SHOW_BROWSER_WARNING
- See Also:
-
SHOW_BROWSER_WARNING_USE_DEFAULT
- See Also:
-
SHOW_CONFIRM_CLOSE_DIALOG
- See Also:
-
SHOW_CONFIRM_CLOSE_DIALOG_USE_DEFAULT
- See Also:
-
TERMINAL
- See Also:
-
WORKING_DIRECTORY
- See Also:
-
-
Method Details
-
getArguments
Returns the list of the program arguments for this application.- Returns:
- list of the program arguments.
- Throws:
BBjAdminException
-
getDescriptiveProperties
Used primarily by GUI applications like the Enterprise Manager to dynamically generate an admin UI. To get property values for general purposes, you should call the getXXX() methods.- Returns:
- BBjAdminList containing BBjAdminProperty objects for each available property.
- Throws:
BBjAdminException
-
getUrl
Generates and returns a URL for the application that can be used to run the application from a Web browser. It uses the name in combination with the host and port information from the Jetty server.- Returns:
- Application URL.
- Throws:
BBjAdminException
-
setDescriptiveProperties
void setDescriptiveProperties(BBjAdminList<BBjAdminProperty> p_descriptiveProps) throws BBjAdminException Used primarily by GUI applications like the Enterprise Manager to dynamically generate an admin UI. To set property values for general purposes, you should call the setXXX() methods.- Throws:
BBjAdminException
-