The following macros are not currently supported in the header:
  • style

mdsUndeploy

Undeploy the MDS component artifacts from the MDS server.

Environment/Instance Properties

Property Name

Required

Description

FDMDS_USERID

Yes

User name for MDS access.

FDMDS_PASSWORD

Yes

Password for FDMDS_PASSWORD.

FDMDS_JDBCURL

Yes

Database URL for MDS access.

FD_ORACLE_SOA_HOME

Yes

Oracle SOA Home, contains folders such as oracle_common, wlsserver, …

Project Properties

Property Name

Required

Description

FDMDS_NAME_SPACE

Yes

Name space within MDS where the objects will be stored.

Inputs

Input Name

Required

Description

FDMDS_INP_UNDEPLOY_PATH

Yes

Relative path from FDMDS_NAME_SPACE to indicate the objects that need to be removed from MDS.

Outputs

Output Name

Required

Description

 

 

 

Artifacts

This operation consumes a jar file that contains a variety of objects that will be removed from the MDS, such as an xsd, xslt or wsdl.

Endpoint Selection

This operation will select all available endpoints associated to the environment/instance.

Endpoint Execution

This operation will execute on any one of the selected endpoints and will be random in the determination of which one.

Special Considerations

This operation will query MDS based on FDMDS_NAME_SPACE and the relative path configured on the input to determine which objects are in the path. These queried objects will then be deleted from MDS. For example:


NameSpace: /apps
UndeployPath Input: a/b


MDS Directory structure:


/apps/a/b/c/obj1.xsd
/apps/a/b/d/obj2.xsd
/apps/e/f/obj3.xsd

Objects deleted: obj1.xsd and obj2.xsd

The following macros are not currently supported in the footer:
  • style