Description Syntax Examples setDocumentsSpacesProperties

Oracle WebCenter Custom WLST Commands 10-51 wls:weblogicserverConfig listJCRSharePointConnectionsappName=webcenter, verbose=1

10.6.13 listDocumentsSpacesProperties

Module: Oracle WebCenter Use with WLST: Online

10.6.13.1 Description

Lists properties for the back-end Oracle Content Server repository that is being used by WebCenter Spaces to store Space documents and Home Space documents. This command is only valid for the WebCenter Spaces application.

10.6.13.2 Syntax

listDocumentsSpacesPropertiesappName, [server, applicationVersion]

10.6.13.3 Example

The following example lists properties for the back-end Oracle Content Server repository that is being used by a WebCenter Spaces application named webcenter to store Space documents and Home Space documents. wls:weblogicserverConfig listDocumentsSpacesPropertiesappName=webcenter The Documents Spaces container is WebCenter1109 The Documents repository administrator is sysadmin The Documents Spaces container is WebCenter1109 The Documents primary connection is myOCSConnection

10.6.14 setDocumentsSpacesProperties

Module: Oracle WebCenter Use with WLST: Online

10.6.14.1 Description

Modifies properties for the back-end Oracle Content Server repository that is being used by WebCenter Spaces to store Space-related data. This command is only valid for the WebCenter Spaces application.

10.6.14.2 Syntax

setDocumentsSpacesPropertiesappName, [spacesRoot, adminUserName, applicationName, server, applicationVersion] Argument Definition appName Name of the WebCenter Spaces application in which to perform this operation—always webcenter. 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. 10-52 Oracle Fusion Middleware WebLogic Scripting Tool Command Reference

10.6.14.3 Examples

The following example modifies connection properties for the back-end Oracle Content Server repository that is being used by WebCenter Spaces to store Space documents and Home Space documents. wls:weblogicserverConfig setDocumentsSpacesPropertiesappName=webcenter, spacesRoot=AccountingSpaces, adminUserName=admin, applicationName=WCAccounting Argument Definition appName Name of the WebCenter Spaces application in which to perform this operation—always webcenter. spacesRoot Optional. Root folder under which WebCenter Spaces content is stored. The value for this argument must use the format: foldername. For example, WebCenter or WebCenterSpaces. The spacesRoot cannot be , the root itself, and it must be unique across applications. If the folder specified does not exist it will be created for you. Note that if you provide a value for this argument, you must also provide values for the adminUserName and applicationName arguments. adminUserName Optional. User name of the content repository administrator. For example: sysadmin. This user will be used to create and maintain folders for WebCenter Spaces content and manage content access rights. Administrative privileges are required for this connection so that operations can be performed on behalf of WebCenter users. Note that if you provide a value for this argument, you must also provide values for the spacesRoot and applicationName arguments. applicationName Optional. Unique WebCenter Spaces application identifier. This name is used to separate data when multiple WebCenter Spaces applications share the same content repository, and must be unique across applications. The value for this argument must begin with an alphabetical character, followed by any combination of alphanumeric characters or the underscore character. The string must be less than or equal to 30 characters. Note that if you provide a value for this argument, you must also provide values for the spacesRoot and adminUserName arguments. The name specified here is also used to name document-related workflows, as follows: applicationNameWorkflowName applicationNameWorkflowStepName When naming workflows, only the first 14 characters of the Application Name are used. 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. Oracle WebCenter Custom WLST Commands 10-53 The following example modifies the administrators user name for the back-end Oracle Content Server repository that is being used by WebCenter Spaces to store Space documents and Home Space documents. wls:weblogicserverConfig setDocumentsSpacesPropertiesappName=webcenter, adminUserName=sysadmin

10.6.15 deleteDocumentsSpacesProperties