Description Syntax Example renameAGNodeClass

Oracle WebCenter Custom WLST Commands 10-25

10.4.12.1 Description

Changes the URN of an action that is currently registered with Activity Graph. Any data in the relation store that is associated with the action is preserved.

10.4.12.2 Syntax

renameAGActionappName, currentURN, newURN,[server, applicationVersion]

10.4.12.3 Example

The following example changes the connect action URN to people-connect: wls:weblogicserverConfig renameAGActionappName=activitygraph-engines, currentURN=connect, newURN=connect

10.4.13 renameAGNodeClass

Module: Oracle WebCenter Use with WLST: Online

10.4.13.1 Description

Changes the URN of a node class that is currently registered with Activity Graph. Any data in the relation store that is associated with the node class is preserved.

10.4.13.2 Syntax

renameAGNodeClassappName, currentURN, newURN,[server, applicationVersion] Note: This command does not delete the action and create an action with a different name as this causes data associated with the original action to be deleted. Argument Definition appName Name of the Activity Graph application in which to perform this operation—always activitygraph-engines. currentURN Current action URN. newURN New action URN. server Optional. Name of the managed server where the application is deployed. For example, WC_Utilities. 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 Activity Graph application is deployed. Note: This command does not delete the node class and create a node class with a different name as this would cause data associated with the original node class to be deleted. Argument Definition appName Name of the Activity Graph application in which to perform this operation—always activitygraph-engines. 10-26 Oracle Fusion Middleware WebLogic Scripting Tool Command Reference

10.4.13.3 Example

The following example changes the WC.user node class URN to WC.people: wls:weblogicserverConfig renameAGNodeClassappName=activitygraph-engines, currentURN=WC.user, newURN=WC.people

10.4.14 setAGProperty