Description Syntax Example importPortletClientMetadata

10-204 Oracle Fusion Middleware WebLogic Scripting Tool Command Reference

10.22.8.3 Example

The following example exports portlet client metadata and producer customizations and personalizations to an export archive named myExport.ear. Personalizations are not exported. wls:weblogicserverConfig exportPortletClientMetadataappName=myApp, fileName=myExport.ear, exportPersonalizations=0

10.22.9 importPortletClientMetadata

Module: Oracle WebCenter Use with WLST: Online

10.22.9.1 Description

Imports portlet client metadata and producer customizations and personalizations from a named WebCenter export archive. Producer personalizations are optional on export. Producer personalizations are imported if the export archive specified includes personalizations. Only use this command to migrate producer data for a WebCenter Portal application. Do not use this command for WebCenter Spaces.

10.22.9.2 Syntax

importPortletClientMetadataappName, fileName, [server, applicationVersion] fileName Name of the export archive .EAR to which you want the export to be written. exportPersonalizatio ns Optional. Valid values are 1 true and 0 false. When set to 1, personalizations for all producers are exported. When set to 0, personalizations are not exported. This argument defaults to 1. 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 Portal application in which to perform this operation. fileName Name of the WebCenter export archive that you want to import. 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 Oracle WebCenter Custom WLST Commands 10-205

10.22.9.3 Example

The following example imports portlet client metadata and producer customizations and personalizations from a WebCenter export archive named myExport.ear. wls:weblogicserverConfig importPortletClientMetadataappName=app1, fileName=myExport.ear

10.22.10 importWebCenterTranslations