public interface BBjAdminAppDeploymentConfiguration extends BBjAdminCommitPropertyWriter, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLIENT_RESPONSE_TIMEOUT |
static java.lang.String |
DEVELOPMENT_MODE |
static java.lang.String |
DISALLOW_CONSOLE |
static java.lang.String |
MANAGE_BROWSER_HISTORY |
static java.lang.String |
OMIT_BASIS_CSS |
static java.lang.String |
SECURE |
static java.lang.String |
SHOW_BROWSER_WARNING |
static java.lang.String |
SHOW_CONFIRM_CLOSE_DIALOG |
Modifier and Type | Method and Description |
---|---|
BBjAdminAppDeploymentApplication |
createApplication() |
BBjAdminAppDeploymentResource |
createResource() |
BBjAdminAppDeploymentApplication |
duplicateApplication(java.lang.String p_name,
java.lang.String p_newName,
java.lang.String p_newShortcutName)
Duplicate the specified application and return an instance of the new app configuration.
|
BBjAdminList<BBjAdminAppDeploymentApplication> |
getApplications()
Returns a list of the BUI applications configured.
|
BBjAdminList<BBjAdminAppDeploymentApplication> |
getDemoApplications()
Returns a list of the available demo applications.
|
BBjAdminList<BBjAdminAppDeploymentDemo> |
getDemos()
Deprecated.
|
BBjAdminList<BBjAdminProperty> |
getDescriptiveProperties()
Used primarily by GUI applications like the Enterprise Manager to
dynamically generate an admin UI.
|
BBjAdminList<BBjAdminAppDeploymentResource> |
getResources()
Returns a list of all the resources available for use by any configured applications.
|
void |
removeApplication(java.lang.String p_name)
Remove the specified application.
|
void |
setDescriptiveProperties(BBjAdminList<BBjAdminProperty> p_descriptiveProps)
Used primarily by GUI applications like the Enterprise Manager to
dynamically generate an admin UI.
|
getChangedProperties, getClearedProperties, getOriginalProperties
addType, canAddNewProperties, canClear, clear, clearProperties, clearProperty, getReadOnly, hasChanged, isReadOnly, setBoolean, setDouble, setInt, setList, setLong, setProperties, setString, setValue
checkValueEqual, contains, contains, getBoolean, getDouble, getInt, getList, getLong, getProperties, getString, getType, getTypes, getValue
commit, rollback
static final java.lang.String CLIENT_RESPONSE_TIMEOUT
static final java.lang.String DEVELOPMENT_MODE
static final java.lang.String DISALLOW_CONSOLE
static final java.lang.String MANAGE_BROWSER_HISTORY
static final java.lang.String OMIT_BASIS_CSS
static final java.lang.String SECURE
static final java.lang.String SHOW_BROWSER_WARNING
static final java.lang.String SHOW_CONFIRM_CLOSE_DIALOG
BBjAdminAppDeploymentApplication createApplication() throws BBjAdminException
BBjAdminException
BBjAdminAppDeploymentResource createResource() throws BBjAdminException
BBjAdminException
BBjAdminList<BBjAdminAppDeploymentApplication> getApplications() throws BBjAdminException
BBjAdminException
@Deprecated BBjAdminList<BBjAdminAppDeploymentDemo> getDemos() throws BBjAdminException
BBjAdminException
BBjAdminList<BBjAdminAppDeploymentApplication> getDemoApplications() throws BBjAdminException
BBjAdminException
BBjAdminList<BBjAdminProperty> getDescriptiveProperties() throws BBjAdminException
BBjAdminException
BBjAdminList<BBjAdminAppDeploymentResource> getResources() throws BBjAdminException
BBjAdminException
void removeApplication(java.lang.String p_name) throws BBjAdminException
p_name
- Name of the application to remove. Case-sensitive.BBjAdminException
BBjAdminAppDeploymentApplication duplicateApplication(java.lang.String p_name, java.lang.String p_newName, java.lang.String p_newShortcutName) throws BBjAdminException
p_name
- Name of the application to duplicate. Case-sensitive.p_newName
- New name for the duplicated application.p_newShortcutName
- New name for the shortcut or null to leave it alone.BBjAdminException
void setDescriptiveProperties(BBjAdminList<BBjAdminProperty> p_descriptiveProps) throws BBjAdminException
BBjAdminException