Description Syntax Example unlock_public_share

18-4 Oracle Fusion Middleware WebLogic Scripting Tool Command Reference export_templateSample_Template,tmp,tmpmds-config.xml

18.1.5 publish_template

Command Category: BPMLifecycleAdmin Commands Use with WLST: Offline

18.1.5.1 Description

Use this command to publish the template from the file system to MDS.

18.1.5.2 Syntax

publish_templatetemplateName, fsLocation, mdsconfigLocation, [Override], [oracleHome]

18.1.5.3 Example

The following example publishes a template named Sample_Template_Name_MDS. The template project is located in the directory tmpSample_Template_name_FS. The file mds-config.xml that is used to connect to MDS is located at tmpmds-config.xml. publish_templateSample_Template_Name_MDS,tmpSample_Template_name_ FS,tmpmds-config.xml

18.1.6 unlock_public_share

Command Category: BPMLifecycleAdmin Commands Use with WLST: Offline

18.1.6.1 Description

Use this command to unlock a public share. For example, when you create project by using the Ant task create_public_share command, the project is created as locked. You can then unlock it by using the unlock_public_share command. A lock is also set by enabling or disabling the check box enable sharing in the project creation page in Oracle Business Process Composer. It is also released when the user publishes a project from Business Process Composer. The public share must exist in MDS.

18.1.6.2 Syntax

unlock_public_sharepublicshareName, mdsconfigLocation, [oracleHome] Argument Definition templateName Name of the template to be published fsLocation File system location of the template project mdsconfigLocation Location of the mds-config.xml to be used to connect to MDS Override When you publish a template in MDS, this attribute enables you to override an existing template with the same name. Can either be true or false. If not specified, default value is false. oracleHome Optional. The Oracle home to be used Oracle Business Process Management Custom WLST Commands 18-5

18.1.6.3 Example

The following example unlocks a public share named Sample_PublicShare. The location of the mds-config.xml file is tmpmds-config.xml. unlock_public_shareSample_PublicShare, tmpmds-config.xml Argument Definition publicshareName Name of the public share to be unlocked mdsconfigLocation Location of the mds-config.xml to be used to connect to MDS oracleHome Optional. The Oracle home to be used 18-6 Oracle Fusion Middleware WebLogic Scripting Tool Command Reference 19 Universal Content Management Custom WLST Commands 19-1 19 Universal Content Management Custom WLST Commands The following sections describe the custom WLST commands for Oracle Universal Content Management Oracle UCM. These commands enable you to configure and monitor the Oracle Universal Content Management server and Content Server instance from the command line. Topics include: ■ Section 19.1, Overview of WLST UCM Command Categories ■ Section 19.2, WLST UCM Help ■ Section 19.3, Getter and Setter Methods Implementation ■ Section 19.4, Server Configuration Commands ■ Section 19.5, E-Mail Configuration Commands ■ Section 19.6, Additional Commands For additional information about Oracle UCM and Oracle Content Server administration and configuration, see Oracle Fusion Middleware System Administrators Guide for Oracle Content Server.

19.1 Overview of WLST UCM Command Categories

WLST UCM commands are divided into the following categories: Note: To use the Oracle Universal Content Management custom commands, you must invoke the WLST script from the Oracle Common home in which the component has been installed. See Using Custom WLST Commands in the Oracle Fusion Middleware Administrators Guide. Table 19–1 WLST Oracle UCM Command Categories Command Category Description Server Configuration Commands View and manage configuration for the Oracle Content Server instance. E-Mail Configuration Commands View and manage configuration for Oracle Content Server e-mail. Additional Commands View status information for the Oracle Content Server instance.