Returns parent types of specified type.

parents( <typeName> )

Arguments

typeName

name of configuration object type

Result

List of type names which contain specified type.

Examples

  • Listing parents of JDBCProvider type
print parents('JDBCProvider')
['Cell', 'Deployment', 'Node', 'Server', 'ServerCluster']

See also