Description Syntax Example setWCPSConnectionProperty

10-126 Oracle Fusion Middleware WebLogic Scripting Tool Command Reference

10.13.12.1 Description

Deletes a custom connection configured for the WebCenter Personalization service.

10.13.12.2 Syntax

deleteWCPSCustomConnectionname, type, [namespace, server]

10.13.12.3 Example

The following example deletes a custom connection: wls:weblogicserverConfigdeleteWCPSCustomConnectionname=CustomConnection, type=my.connection.type

10.13.13 setWCPSConnectionProperty

Module: Oracle WebCenter Use with WLST: Online

10.13.13.1 Description

Add, modify, or delete properties of an existing connection for the WebCenter Personalization service. The properties supported by a connection are specific to the connection type: ■ CMIS connections support the following properties: repositoryId, host, port, scheme, path, pathPrepend, servletPathPart, rewriteUrls, pathTrim, isDefault, timeoutInMillisecs, propagateTimeoutException See also, createWCPSCMISConnection . ■ Activity Graph and People Connections support the following properties: host, port, scheme, restResourceIndex, rewriteUrls, pathTrim, isDefault See also, createWCPSActivityGraphConnection and createWCPSPeopleConnection .

10.13.13.2 Syntax

setWCPSConnectionPropertyconnectionName, connectionType, propertyName, propertyValue, [namespace], [server] Argument Definition name Connection name. type Custom connection type. namespace Optional. WebCenter Personalization connection namespace for the connection you want to delete. If not specified or set to none, this command deletes connections configured to be available in all namespaces. 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. Oracle WebCenter Custom WLST Commands 10-127

10.13.13.3 Example

The following example changes or adds a property to a CMIS connection: wls:weblogicserverConfig setWCPSConnectionPropertyconnectionName=ReposCMISConnection, connectionType=WCPS_CMIS_CONNECTION_TYPE,