Metadata Manager
- Metadata Manager 10.5.9
- All Products
Attribute
| Description
|
---|---|
name
| Required. Name of the rule. The rule name must be unique in the rule set.
|
direction
| Optional. Indicates whether the link originates from the source object or from the target object. For endpoint links, the direction must be Auto. If you do not use the direction attribute, Metadata Manager uses Auto by default.
|
Attribute
| Description
|
---|---|
class
| Optional. Name of the class that the endpoint belongs to. Use a pipe (|) to separate multiple class names.
Either the class attribute or the type attribute is required.
|
type
| Optional. Type of the class that the endpoint belongs to. Use a pipe (|) to separate multiple class types.
Either the class attribute or the type attribute is required.
|
connection
| Optional. Name of the connection that the endpoint uses to connect to an external source database. To view the list of all connections in the Business Intelligence, Data Integration, or Data Modeling resource, view the
Connection Assignment tab in the resource properties.
In a rule set definition file, you can use a parameter to represent the connection name. Enter the connection name in the following format:
connection="${<parameter_name>}"
|
package
| Optional. Name of the package or the database schema that the endpoint connects to in the external source database. To view the list of all schema names, view the
Connection Assignment tab in the properties of the Business Intelligence, Data Integration, or Data Modeling resource.
In a rule set definition file, you can use a parameter to represent the package name. Enter the package name in the following format:
package="${<parameter_name>}"
|
Attribute
| Description
|
---|---|
class
| Optional. Name of the class that the object belongs to. Use a pipe (|) to separate multiple class names.
Either the class attribute or the type attribute is required.
|
type
| Optional. Type of the class that the object belongs to. Use a pipe (|) to separate multiple class types.
Either the class attribute or the type attribute is required.
|
condition
| Optional. Expression that filters the list of possible objects to link.
|
<targetFilter> <element class="Oracle Table"> <element type="Column"/> </element> </targetFilter>