Description Syntax Example setWebCenterServiceFrameworkConfig

10-4 Oracle Fusion Middleware WebLogic Scripting Tool Command Reference

10.2.1.3 Example

The following example deletes a WebCenter connection. wls:weblogicserverConfig deleteConnectionappName=webcenter, name=MyConnection

10.2.2 setWebCenterServiceFrameworkConfig

Module: Oracle WebCenter Use with WLST: Online

10.2.2.1 Description

Sets WebCenter Service Framework configuration properties, such as the Resource Action Handler class and display as popup properties.

10.2.2.2 Syntax

setWebCenterServiceFrameworkConfigappName, [resourceActionHandlerClassName], [resourceActionHandlerDisplayInPopup], [server], [applicationVersion]

10.2.2.3 Example

The following example sets the WebCenter Service Framework Resource Action Handler class to my.company.ResourceActionHandler: Argument Definition appName Name of the WebCenter application in which to perform this operation. name Connection name. 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. Argument Definition appName Name of the WebCenter application in which to perform this operation. For WebCenter Spaces, the name is always webcenter. resourceActionHandle rClassName Optional. Class used by the Service Framework Resource Action Handler. resourceActionHan dlerDisplayInPopu p Optional. Indicates whether the Resource Action Handler displays resources in a popup or inline. Valid options are 1 true and 0 false. 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. Oracle WebCenter Custom WLST Commands 10-5 wls:wc_domaindomainRuntime setWebCenterServiceFrameworkConfigappName=webcenter, resourceActionHandlerClassName=my.company.ResourceActionHandler Successfully set the WebCenter service framework configuration. Resource Action Handler class: my.company.ResourceActionHandler To effect connection changes, you must restart the managed server on which the WebCenter application is deployed. The following example sets only the WebCenter Service Framework Resource Action Handler display as popup value to 1 true: wls:wc_domaindomainRuntime setWebCenterServiceFrameworkConfigappName=webcenter, resourceActionHandlerDisplayInPopup=1 Successfully set the WebCenter service framework configuration. Resource Action Handler Display In Popup: true To effect connection changes, you must restart the managed server on which the WebCenter application is deployed.

10.2.3 getWebCenterServiceFrameworkConfig