Description Syntax Example listPDKJavaProducers

Oracle WebCenter Custom WLST Commands 10-145

10.14.10.3 Example

The following example deregisters the wc-WebClipping producer, and deletes the associated connection. wls:weblogicserverConfig deregisterPDKJavaProducerappName=webcenter, name=wc-WebClipping Already in Domain Runtime Tree Producer wc-WebClipping has been deregistered. Already in Domain Runtime Tree wc-WebClipping successfully deleted Already in Domain Runtime Tree wc-WebClipping-urlconn successfully deleted

10.14.11 listPDKJavaProducers

Module: Oracle WebCenter Use with WLST: Online

10.14.11.1 Description

Lists details for one or more Oracle PDK-Java producers registered with a named WebCenter application.

10.14.11.2 Syntax

listPDKJavaProducersappName, [name],[verbose], [server, applicationVersion] 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. name Optional. Name of an existing PDK-Java portlet producer. If omitted, connection details for all PDK-Java producers configured for this WebCenter application are listed. verbose Optional. Displays PDK-Java producer connection details in verbose mode. Valid options are 1 true and 0 false. When set to 1, listPDKJavaProducers lists all connection properties. When set to 0, listPDKJavaProducers lists connection names only. This argument defaults to 1. If you set this argument to 0, do not specify the name argument. 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-146 Oracle Fusion Middleware WebLogic Scripting Tool Command Reference

10.14.11.3 Example

The following example lists all the connection properties verbose mode for the JPDKSamples producer. wls:weblogicserverConfig listPDKJavaProducersappName=webcenter, name=JPDKSamples, verbose=1 ---------------------- wc-WebClipping ---------------------- Service Id: None Shared Key: None External Application Id: None Subscriber Id: None URL: http:myhost.com:9999portalToolswebClippingproviderswebClipping ---------------------- wc-OmniPortlet ---------------------- Service Id: None Shared Key: None External Application Id: None Subscriber Id: None URL: http:myhost:9999portalToolsomniPortletprovidersomniPortlet

10.14.12 registerPageletProducer