Description Syntax Example getAGProperty

Oracle WebCenter Custom WLST Commands 10-27

10.4.14.3 Example

The following example enables the Rank Engine: wls:weblogicserverConfig setAGPropertyappName=activitygraph-engines, propertyName=oracle.webcenter.activitygraph.rankengine.enabled, propertyValue=true, propertyType=boolean

10.4.15 getAGProperty

Module: Oracle WebCenter Use with WLST: Online

10.4.15.1 Description

Returns the current setting for a given Activity Graph property. See also, Managing the Activity Graph Service in the Oracle Fusion Middleware Administrators Guide for Oracle WebCenter for a list of valid system properties.

10.4.15.2 Syntax

getAGPropertyappName, propertyName, propertyType [server, applicationVersion] propertyValue Value for the Activity Graph property. propertyType Datatype of the property. Valid values are: String, Int, Float or Boolean. Values are case sensitive. 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. Argument Definition appName Name of the Activity Graph application in which to perform this operation—always activitygraph-engines. propertyName Name of the Activity Graph property. propertyType Datatype of the property. Valid values are: String, Int, Float or Boolean. Values are case sensitive. 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. Argument Definition 10-28 Oracle Fusion Middleware WebLogic Scripting Tool Command Reference

10.4.15.3 Example

The following example returns the current value of the system property oracle.webcenter.activitygraph.providers.datasources.ses.soap.ad min.url: wls:weblogicserverConfig getAGPropertyappName=activitygraph-engines, propertyName=oracle.webcenter.activitygraph.providers.datasources.ses.soap.admin. url, propertyType=String

10.4.16 setAGPasswordCredential