Description Syntax Examples listWorklistConnections

10-190 Oracle Fusion Middleware WebLogic Scripting Tool Command Reference

10.19.6.1 Description

Without any arguments, this command lists all of the BPEL server connections that are configured for the Worklist service, in a named WebCenter application.

10.19.6.2 Syntax

listWorklistConnectionsappName, [verbose],[name], [server], [applicationVersion]

10.19.6.3 Examples

The following example lists the names of all of the BPEL server connections that are configured for the Worklist service. wls:weblogicserverConfig listWorklistConnectionsappName=webcenter ------------------ WebCenter Worklist ------------------ The following example lists both the names and connection details of all of the BPEL server connections that are configured for the Worklist service. wls:weblogicserverConfig listWorklistConnectionsappName=webcenter, verbose=1 ------------------ WebCenter Worklist ------------------ Connection Name: WebCenter Worklist PolicyURI:oraclewss10_saml_token_client_policy URL:http:myhost.com:8001 The following example lists connection details of a named BPEL server connection—MyWorklist. As the Worklist service is not currently configured to use MyWorklist, an appropriate message displays. wls:weblogicserverConfig listWorklistConnectionsappName=webcenter, verbose=1, name=MyWorklist Argument Definition appName Name of the WebCenter application for which to perform this operation. verbose Optional. Displays BPEL server connection details in verbose mode. Valid options are 1 true and 0 false. When set to 1, listWorklistConnections lists all of the BPEL server connections that are configured for the Worklist service, along with their details. When set to 0, listWorklistConnections lists connection names only. This argument defaults to 0. If you set this argument to 0, do not specify the name argument. name Optional. Name of an existing BPEL server connection. You can use this argument to view details about a specific connection. To list all connections, omit 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. Oracle WebCenter Custom WLST Commands 10-191 ------------------ The following connection is not in the ADF Worklist:MyWorklist

10.20 WebCenter Spaces

Use the commands listed in Table 10–28 to manage WebCenter Spaces workflow settings and metadata.

10.20.1 getSpacesWorkflowConnectionName

Module: Oracle WebCenter Use with WLST: Online

10.20.1.1 Description

Returns the name of the BPEL server connection that WebCenter Spaces is currently using for internal workflows Space membership notifications, Space subscription requests, and so on.

10.20.1.2 Syntax

getSpacesWorkflowConnectionNameappName, [server, applicationVersion]

10.20.1.3 Example

The following example names the BPEL server connection that WebCenter Spaces is currently using for internal workflow. wls:weblogicserverConfig getSpacesWorkflowConnectionNameappName=webcenter WorkflowConfigConnectionName: WebCenter-Worklist

10.20.2 setSpacesWorkflowConnectionName

Module: Oracle WebCenter Use with WLST: Online Table 10–28 WebCenter Spaces Workflow WLST Commands Use This Command... To... Use with WLST... getSpacesWorkflowCon nectionName Return the name of the BPEL server connection that WebCenter Spaces is using for internal workflows. Online setSpacesWorkflowConn ectionName Specify the BPEL server connection used for Webcenter Spaces workflows. Online refreshGroupSpaceCach e Migrate metadata for individual Spaces in MDS and Space security data to the WebCenter Spaces cache. Online Argument Definition appName Name of the WebCenter Spaces application—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.