Description Syntax Example listWCPSCMISConnection

10-120 Oracle Fusion Middleware WebLogic Scripting Tool Command Reference

10.13.4.3 Example

The following example creates an Activity Graph connection in a particular namespace: wls:weblogicserverConfig createWCPSCustomConnectionname=CustomConnection, type=my.connection.type, properties={ prop1: value1, prop2, value2 }

10.13.5 listWCPSCMISConnection

Module: Oracle WebCenter Use with WLST: Online

10.13.5.1 Description

Lists all CMIS Content Management Interoperability Service connections configured for the WebCenter Personalization service or lists a single connection.

10.13.5.2 Syntax

listWCPSCMISConnections[server], [verbose], [name], [namespace]

10.13.5.3 Example

The following example lists the names of all the CMIS connections: wls:weblogicserverConfig listWCPSCMISConnectionsverbose=0 Repos1CMISConnection Repos2CMISConnection The following example lists the details of one CMIS connection: server Optional. Name of the Managed Server hosting the WebCenter Personalization service. This parameter is only required in a nondefault deployment configuration. No value is required for a default deployment where the WC_Utilities server hosts Personalization services. Argument Definition server Optional. Name of the Managed Server hosting the WebCenter Personalization service. This parameter is only required in a nondefault deployment configuration. No value is required for a default deployment where the WC_Utilities server hosts Personalization services. verbose Optional. Controls verbose or concise output. Valid options are 1 and 0. When set to 1, this command lists the CMIS connections and their properties. When set to 0, this command lists connection names only. Defaults to 1. name Optional. Name of an existing connection. If not specified or set to None, then all connections are listed. namespace Optional. WebCenter Personalization connection namespace for the connection you want to list. If not specified or set to none, this command lists connections configured to be available in all namespaces. Argument Definition Oracle WebCenter Custom WLST Commands 10-121 wls:weblogicserverConfig listWCPSCMISConnectionsname=Repos1CMISConnection ---------------------- Repos1CMISConnection type=cmis.provider.connection, namespace= ---------------------- host: myhost.com isDefault: false path: apicmisrepositoryrepo1 pathPrepend: rest port: 8888 repositoryId: ucm11g-server rewriteUrls: none scheme: http

10.13.6 listWCPSActivityGraphConnection