Description Syntax Examples delete_public_share

18-2 Oracle Fusion Middleware WebLogic Scripting Tool Command Reference

18.1.1.3 Examples

The following example creates a public share named Sample_PublicShare. It is based on the template with name Sample_Template. The name of the public share is Sample_PublicShare, and the location of the mds-config.xml file is tmpmds-config.xml. create_public_shareSample_Template, Sample_PublicShare,tmpmds-config.xml The following example creates a public share named Sample_PublicShare. It is based on the template named Sample_Template that exists in MDS. The public share, not the template, is overridden. The location of the mds-config.xml file is tmpmds-config.xml. create_public_shareSample_Template, Sample_ PublicShare,tmpmds-config.xml,true

18.1.2 delete_public_share

Command Category: BPMLifecycleAdmin Commands Use with WLST: Offline

18.1.2.1 Description

Use this command to delete a public share from MDS. Executing this command requires that the public share is not locked.

18.1.2.2 Syntax

delete_public_sharepublicshareName, mdsconfigLocation, [releaseLock], [oracleHome]

18.1.2.3 Examples

The following example specifies the name and location of a public share to be deleted. delete_public_shareSample_PublicShare,tmpmds-config.xml The following example specifies the name and location of a public share to be deleted, and that the public share should be deleted even if locked. mdsconfigLocation Location of the mds-config.xml to be used to connect to MDS Override Enables you to override the public share if a public share exists in MDS with the same name. The template is not overwritten when you execute this command. oracleHome Optional. The Oracle home to be used. Argument Definition publicshareName Name of the public share to be deleted mdsconfigLocation Location of the mds-config.xml to be used to connect to MDS releaseLock Optional. If the public share is locked, this lock can be released and the delete operation completed. You can set this attribute to either true or false. If not specified, default value is false. oracleHome Optional. The Oracle home to be used Argument Definition Oracle Business Process Management Custom WLST Commands 18-3 delete_public_shareSample_PublicShare,tmpmds-config.xml,true

18.1.3 export_public_share