Keywords

The keywords described in this topic are permitted.

  • name. The name of an entity. For example:

    name="javaDeveloper"

  • type. The type of the entity within the organization model schema, if it has a type. See the TIBCO Business Studio Modeling Guide for information about types and the schema. For example:

    type="JavaProgrammer"

  • attribute. An attribute of a resource that has been extracted from the LDAP source. This has the form attribute.attributeName. For example:

    attribute.phone = "+44(0)1793441300"

The values associated with keywords can be qualified by combining them with other keywords, for example:

(name="javaDeveloper" or type="JavaEngineer")

  • qualifier. The qualifier for a Capability or a Privilege. For example:

    qualifier=" > 1000"

    The qualifier keyword is used by combining it with the name of a Capability or a Privilege, for example:

    capability(name="Language" qualifier=Arabic)

The '*' and '?' wildcard characters can be used:

name="uk-*"