Unsupported content

 

This version of the product is no longer supported. However, the documentation is available for your convenience. You will not be able to leave comments.

Generic Element node

The GenericElement's main role is for rapid prototyping of TPL patterns where the default BMC Discovery taxonomy does not already contain a more suitable node kind.

As the GenericElement is available by default, TPL can create it as required without needing to extend the taxonomy. For this reason there are few defined relationships; it is impossible to anticipate what will be needed.

It is recommended that the type attribute is set, so that the nodekind is logically sub-typed for multiple concurrent uses.

Once prototyping is finished it is expected that a more specific nodekind and associated taxonomy extension is considered.

Generic Element node lifecycle

The following section describes the scenarios in which a Generic Element node is created, updated or removed.

Creation/update

This is under the full control of patterns and as a result there is no default Generic Element node behavior.
The generated key for a Generic Element node is entirely dependent on the pattern that creates the Generic Element node.

Removal

A Generic Element node can be destroyed in one of the following ways:

  • Manually, by selecting the necessary Detail node, and picking Destroy from the Actions list.
  • Explicitly by the pattern that created it. See Removal in the Pattern Language guide
  • When the last related Inferred node that is linked to the Generic Element node is removed, so will the Generic Element node. This is a Cascade Removal type, see Cascade Removal.

Generic Element node attributes

The attributes and relationships on a Generic Element node are described in the tables below.

UI Name
Attribute Name and Type

Description

Name
name string

Name of the detail.

Key
key string

Globally unique key.

Type
type string

Type of detail.

Trigger Count
count string

Trigger count.

 

Generic Element node relationships

The relationships on a Generic Element node are described in the table below.

UI name

Relationship

Description

Container

GenericElement:
Contained:
Containment:
Container:
GenericElement

Element this one is contained within.

Contained Elements

GenericElement:
Container:
Containment:
Contained:
GenericElement

Elements contained within this Element.

Elements This Depends On

GenericElement:
Dependant:
Dependency:
DependedUpon:
GenericElement

Element this one depends upon.

Elements That Depend On This

GenericElement:
DependedUpon:
Dependency:
Dependant:
GenericElement

Elements depending upon this Element.

Maintaining Pattern

GenericElement:
Element:
Maintainer:
Pattern:
Pattern

Pattern maintaining this Element.

Was this page helpful? Yes No Submitting... Thank you

Comments