do-add-dest-object

Creates an object of type class-name that in the destination data store with a name and location provided by <arg-dn>. Any attribute values added as part of the object creation must be done in subsequent <do-add-dest-attr-value> actions using the same <arg-dn>.

Example

<do-add-dest-object class-name="User">  <arg-dn>  <token-text>Users/Fred Flintstone</token-text>  </arg-dn> </do-add-dest-object><do-add-dest-attr-value name="Surname">  <arg-dn>  <token-text>Users/Fred Flintstone</token-text>  </arg-dn>  <arg-value>  <token-text>Flintstone</token-text>  </arg-value> </do-add-dest-attr-value>

Allowed Content

Element

Description

arg-dn

DN argument.

Attributes

Attribute

Possible Values

Default Value

class-name

CDATA

Class name of the object to create. Supports variable expansion.

#REQUIRED

direct

true | false

Use destCommandProcessor to carry out this action.

Deprecated. Use when=“direct” instead.

false

disabled

true | false

True if this element is disabled.

false

when

auto | before | after | direct

When this action should be performed:

auto - Automatically determined (either in or after the current operation).

before - before the current operation.

after - After the current operation.

direct - Written directly to the destination data store instead of being added to the current document.

auto

Content Rule

( arg-dn )

Parent Elements

Element

Description

actions

Actions that are performed by a <rule>.

arg-actions

Actions argument.