Description Syntax Examples listDiscussionForumConnections

Oracle WebCenter Custom WLST Commands 10-61

10.7.4.3 Example

The following example deletes a discussions server connection property named myProperty1. wls:weblogicserverConfig deleteDiscussionForumConnectionProperty appName=webcenter, name=MyDiscussionServer, key=myProperty1

10.7.5 listDiscussionForumConnections

Module: Oracle WebCenter Use with WLST: Online

10.7.5.1 Description

Lists all of the discussions server connections that are configured for a named WebCenter application.

10.7.5.2 Syntax

listDiscussionForumConnectionsappName, [verbose, name, server, applicationVersion] name Name of an existing discussions server connection. key Name of the connection property you want to delete. 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. verbose Optional. Valid options are 1 true and 0 false. When set to 1, listDiscussionForumConnections lists all of the discussions server connections that are configured for a WebCenter application, along with their details. When set to 0, only connection names are listed. This argument defaults to 0. name Optional. Name of an existing discussions server connection. Use this argument to view connection details for a specific discussions server connection. 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-62 Oracle Fusion Middleware WebLogic Scripting Tool Command Reference

10.7.5.3 Examples

The following example lists the names of all of the discussions server connections that are currently configured for an application named webcenter. wls:weblogicserverConfiglistDiscussionForumConnectionsappName=webcenter The following example lists connection names and details for all of the discussions server connections currently configured for an application named webcenter. wls:weblogicserverConfiglistDiscussionForumConnectionsappName=webcenter, verbose=1 The following example lists connection details for a discussions server connection named myDiscussionsServer. wls:weblogicserverConfig listDiscussionForumConnectionsappName=webcenter, name=myDiscussionsServer

10.7.6 listDefaultDiscussionForumConnection