Description Syntax Example removeAnnouncementServiceProperty

Oracle WebCenter Custom WLST Commands 10-67

10.7.11.3 Example

The following example changes the default number of days that announcements display, in an application named webcenter. wls:weblogicserverConfig setAnnouncementServicePropertyappName=webcenter, property=announcements.expiration.days, value=21

10.7.12 removeAnnouncementServiceProperty

Module: Oracle WebCenter Use with WLST: Online

10.7.12.1 Description

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

10.7.12.2 Syntax

removeAnnouncementServicePropertyappName, property, [server, applicationVersion]

10.7.12.3 Example

The following example clears the announcements.expiration.days property for the Announcements service, in an application named webcenter. wls:weblogicserverConfig removeAnnouncementServiceProperty appName=webcenter, property=announcements.expiration.days value Property value. 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. 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. Argument Definition 10-68 Oracle Fusion Middleware WebLogic Scripting Tool Command Reference

10.7.13 listAnnouncementServiceProperties