Description Syntax Example listDiscussionForumServiceProperties

Oracle WebCenter Custom WLST Commands 10-65

10.7.9 removeDiscussionForumServiceProperty

Module: Oracle WebCenter Use with WLST: Online

10.7.9.1 Description

Removes the current value that is set for a Discussions service property. Use this command to remove any of the properties listed in Table 10–10, Discussion Service Configuration Properties . Take care when using this command as removing values for these properties might cause unexpected behavior.

10.7.9.2 Syntax

removeDiscussionForumServicePropertyappName, property, [server, applicationVersion]

10.7.9.3 Example

The following example clears the current topics.fetch.size property for the Discussions service, in an application named webcenter. wls:weblogicserverConfig removeDiscussionForumServiceProperty appName=webcenter, property=topics.fetch.size

10.7.10 listDiscussionForumServiceProperties

Module: Oracle WebCenter Use with WLST: Online

10.7.10.1 Description

Lists all configurable properties for the Discussions service. Note: Use this command syntax to disable the connection currently used for discussion and announcement services: removeDiscussionForumServicePropertyappName=webce nter, property=selected.connection This command forces the default connection argument to 0. See also, setDiscussionForumConnection . Argument Definition appName Name of the WebCenter application in which to perform this operation. property Name of the configuration property. 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-66 Oracle Fusion Middleware WebLogic Scripting Tool Command Reference

10.7.10.2 Syntax

listDiscussionForumServicePropertiesappName, [server, applicationVersion]

10.7.10.3 Example

The following example lists configuration properties for the Discussions service, in an application named webcenter. wls:weblogicserverConfig listDiscussionForumServicePropertiesappName=webcenter

10.7.11 setAnnouncementServiceProperty