new XmlExtensionPointSetting()
Serves two purposes. Firstly, it identifies the entity in which it is an element as being an Organisation Extension Point.
Secondly, it provides the configuration details of that Extension Point.
.
Constructs a new XmlExtensionPointSetting.
The following features are supported:
Extends
Members
baseDn :string
Optionally names the LDAP branch to which the LDAP Query will be restricted. This will be in addition to any Base-DN already specified on the LDAP Connection.
This property holds the value of the 'Base Dn' attribute.
Type:
- string
- Inherited From:
complete :boolean
Indicates whether this Extension Point configuration is complete. If false then it will require configuration before it is used to generate dynamic org-model fragments.
This property holds the value of the 'Complete' attribute.
Type:
- boolean
instanceIdAttr :Array.<tibco.objectapi.de.base.XmlModelInstanceIdAttribute>
This property holds the value of the 'Instance Id Attr' containment reference list.
Type:
- Inherited From:
ldapAlias :string
Identifies the LDAP Connection on which the LDAP Query will be performed.
This property holds the value of the 'Ldap Alias' attribute.
Type:
- string
- Inherited From:
ldapAttribute :string
Names the LDAP Attribute from which the name of the new Model Template Instance will be taken. The root Organisation-Unit of the Model Template Instance will be named with the value of this attribute.
This property holds the value of the 'Ldap Attribute' attribute.
Type:
- string
- Inherited From:
modelTemplate :string
Identifies the Model Template entity to which this Extension Point refers.
This property holds the value of the 'Model Template' attribute.
Type:
- string
query :string
This LDAP Query expression will locate entries that identify new model template instances.
This property holds the value of the 'Query' attribute.
Type:
- string
- Inherited From:
searchScope :tibco.objectapi.de.base.XmlLdapSearchScope
The Search Scope determines the depth to which the search will be performed.
This property holds the value of the 'Search Scope' attribute.
Type:
- Inherited From: