Description Syntax Example upgradeWebCenterApplication

10-208 Oracle Fusion Middleware WebLogic Scripting Tool Command Reference

10.23.1.3 Example

The following example upgrades a WebCenter domain named base_domain: wls:weblogicserverConfig upgradeWebCenterDomaindomainDirName=mw_homeuser_ projectdomainsbase_domain;

10.23.2 upgradeWebCenterPermissions

Module: Oracle WebCenter Use with WLST: Online

10.23.2.1 Description

Upgrades WebCenter Spaces permissions. This command creates additional application roles and grants some additional permissions that are requirement for WebCenter Spaces 11.1.1.4.0.

10.23.2.2 Syntax

upgradeWebCenterPermissions

10.23.2.3 Example

The following example upgrades permissions for WebCenter Spaces: wls:weblogicserverConfig upgradeWebCenterPermissions;

10.23.3 upgradeWebCenterApplication

Module: Oracle WebCenter Use with WLST: Online

10.23.3.1 Description

Upgrades a WebCenter Spaces application from 11.1.1.2.0 or 11.1.1.3.0 to 11.1.1.4.0.

10.23.3.2 Syntax

upgradeWebCenterApplicationappName, [server], [applicationVersion] Argument Definition domainDirName Full path to the Domains home directory. For example, homeOracleDomainswc_domain. oracleHome Optional. Path to WebCenters Oracle home directory. For example, homeOracleMiddlewareOracle_WC. upgradeCustomSpaces Optional. Determines whether to upgrade the custom.webcenter.spaces shared library. Valid values are 1 true and 0 false. Set to 1 if you customized WebCenter Spaces and you want your customizations to be included when you upgrade. The default value is 0. Oracle WebCenter Custom WLST Commands 10-209

10.23.3.3 Example

The following example upgrades WebCenter Spaces: wls:weblogicserverConfig upgradeWebCenterApplicationappName=webcenter; Argument Definition appName Name of the WebCenter application in which to perform this operation. For WebCenter Spaces, the name is always webcenter. server Optional. Name of the managed server where the WebCenter application is deployed. For example, WC_Spaces. Required when applications with the same name are deployed to different servers and also when you have a cluster. applicationVersion Optional. Version number of the deployed application. Required if more than one version of the WebCenter application is deployed. 10-210 Oracle Fusion Middleware WebLogic Scripting Tool Command Reference 11 Application Development Framework ADF Custom WLST Commands 11-1 11 Application Development Framework ADF Custom WLST Commands The following sections describe the WLST custom commands and variables in detail. Topics include: ■ Section 11.1, Overview of WLST Command Categories ■ Section 11.2, ADF-Specific WLST Commands

11.1 Overview of WLST Command Categories

Use the ADF-based URL Connections WLST commands to navigate the hierarchy of configuration or runtime beans and control the prompt display. Use the getADFMArchiveConfig command to manage the ADFMArchiveConfig object.

11.2 ADF-Specific WLST Commands

Use the commands in Table 11–1 to managing URL-based connections. Note: To use these ADF custom WLST commands, you must invoke the WLST script from the Oracle Common home. See Using Custom WLST Commands in the Oracle Fusion Middleware Administrators Guide. Table 11–1 Browse Commands for WLST Configuration Use this command... To... Use with WLST... adf_createFileUrlConnection Create a new ADF File connection. Online or Offline adf_createHttpUrlConnection Create a new ADF URL connection. Online or Offline adf_ setURLConnectionAttributes Set or edit the attributes of a newly created or existing ADF connection. Online or Offline adf_listUrlConnection List a new URL connection. Online or Offline getADFMArchiveConfig Returns a handle to the ADFMArchiveConfig object for the specified archive. Online or Offline