Class: XmlDeletedResource

tibco.objectapi.de.base.XmlDeletedResource

new XmlDeletedResource()

Identifies a resource that has been deleted but whose details have been recorded in order to allow the re-allocation of processes/work-items. Constructs a new XmlDeletedResource.

The following features are supported:

Extends

Members

containerId :string

Identifies the LDAP container from which the resource originated. This property holds the value of the 'Container Id' attribute.
Type:
  • string

dateDeleted :Date

The date and time on which the resource was deleted. This property holds the value of the 'Date Deleted' attribute.
Type:
  • Date

guid :string

The GUID originally assigned to the resource.. This property holds the value of the 'Guid' attribute.
Type:
  • string

label :string

The alternative name assigned to the resource. This property holds the value of the 'Label' attribute.
Type:
  • string

ldapAlias :string

The name (or alias) by which a configured LDAP connection shared resource is identified. LDAP connection shared resources are named with the prefix "ldap/de/" in order to indicate that they are intended for Directory Engine use. The alias given here is that name without the "ldap/de/" prefix. This property holds the value of the 'Ldap Alias' attribute.
Type:
  • string
Inherited From:

ldapDn :string

The full Distinguished Name (DN) of the LDAP entry identified by this element. This property holds the value of the 'Ldap Dn' attribute.
Type:
  • string
Inherited From:

name :string

The name assigned to the resource. This property holds the value of the 'Name' attribute.
Type:
  • string

secondaryRef :Array.<tibco.objectapi.de.base.XmlLdapEntryId>

Identifies the LDAP entry in the secondary LDAP source (which is itself identified by the ldap-alias) of an LDAP container. This property holds the value of the 'Secondary Ref' containment reference list.
Type:
Overrides: