OMBRETRIEVE IMPORT_ACTION_PLAN

Purpose

To display the details of a transient import action plan.

Prerequisites

In the context of a project.

Syntax

retrieveImportActionPlanCommand =  OMBRETRIEVE ( IMPORT_ACTION_PLAN ) 
          "QUOTED_STRING" ( "getActionsClause" | "retrieveActionClause" )
     getActionsClause =  GET ACTIONS
     retrieveActionClause =  ACTION "QUOTED_STRING" GET ( "getPropertiesClause" 
          | "getRefSourceOrTargetClause" )
     getPropertiesClause =  PROPERTIES "(" "propertyNameList" ")"
     getRefSourceOrTargetClause =  ( REF | REFERENCE ) ( SOURCE | TARGET )
     propertyNameList =  "UNQUOTED_STRING" { "," "UNQUOTED_STRING" }

Parameters

retrieveImportActionPlanCommand

This command is for displaying details in an import action plan.

QUOTED_STRING

The name of the import action plan to be accessed.

getActionsClause

For listing actions in the import action plan.

retrieveActionClause

For displaying information of an action in the import action plan.

QUOTED_STRING

The name of the action to be accessed.

getPropertiesClause

For retrieving properties associated with the action. For the current release, there are no predefined properties for import actions.