Description Syntax Example listWSRPProducerUserCategories

Oracle WebCenter Custom WLST Commands 10-139

10.14.5.3 Example

The following example lists valid registration properties for the WSRP producer with the WSDL URL provided. wls:weblogicserverConfig listWSRPProducerRegistrationProperties appName=webcenter, url=http:myhost:9999portletappportletswsrp2?WSDL Registration Property hint : hint text Registration Property label : label text Registration Property language : en Registration Property name : {urn:xyz:wlp:prop:reg:registration}consumerRole Registration Property value : None

10.14.6 listWSRPProducerUserCategories

Module: Oracle WebCenter Use with WLST: Online

10.14.6.1 Description

Lists any user categories that a WSRP producer might support. WebCenter users can use the WLST command mapWSRPProducerUserCategory to map application roles to a producers user category.

10.14.6.2 Syntax

listWSRPProducerUserCategoriesappName, name, [server], [applicationVersion]

10.14.6.3 Example

The following example displays the categories associated with a WSRP producer named WSRPSamples. wls:weblogicserverConfig listWSRPProducerUserCategoriesappName=webcenter, name=WSRPSamples User Category Name : categoryTwo User Category Description : Custom role two. 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 Name of an existing WSRP producer. 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-140 Oracle Fusion Middleware WebLogic Scripting Tool Command Reference User Category Mapped Local Roles : None User Category Name : categoryOne User Category Description : Custom role one. User Category Mapped Local Roles : None

10.14.7 mapWSRPProducerUserCategory