Description Syntax Example deleteAGQRPPRegistration

Oracle WebCenter Custom WLST Commands 10-23

10.4.9.1 Description

Deletes the metadata for a provider assignment that is currently registered with Activity Graph, that is, a provider assignment defined by the unique triple combination action, sourceClass, trgClass. The delete operation is immediate and non-reversible.

10.4.9.2 Syntax

deleteAGProviderAssignmentappName, actionURN, srcClasURN, trgClassURN [server, applicationVersion]

10.4.9.3 Example

The following example deletes Activity Graph metadata for the provider assignment specified: wls:weblogicserverConfig deleteAGRProviderAssignmentappName=activitygraph-engines, actionURN=connect, srcClassURN=WC.user, trgClassURN=WC.user

10.4.10 deleteAGQRPPRegistration

Module: Oracle WebCenter Use with WLST: Online

10.4.10.1 Description

Deletes the metadata for a QRPP Query Result Post Processor that is currently registered with Activity Graph. The delete operation is immediate and non-reversible.

10.4.10.2 Syntax

deleteAGQRPPRegistrationappName, urn [server, applicationVersion] Argument Definition appName Name of the Activity Graph application in which to perform this operation—always activitygraph-engines. actionURN URN for the action. srcClassURN URN for the source node class. trgClassURN URN for the target node class. 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. urn URN for the QRPP to delete. 10-24 Oracle Fusion Middleware WebLogic Scripting Tool Command Reference

10.4.10.3 Example

The following example deletes Activity Graph metadata for a QRPP named Event store metadata QRPP: wls:weblogicserverConfig deleteAGQRPPRegistrationappName=activitygraph-engines, urn=Event store metadata QRPP

10.4.11 deleteAGProviderConfiguration