do-move-dest-object

Moves an object in the destination data store. If two arguments are provided, the object identified by the first argument is moved to the container identified by the second argument. If only a single argument is provided, the current object is moved to the container identified by the single argument.

Example

<do-move-dest-object>  <arg-dn>  <token-text>Users/Active/FredFlintstone</token-text>  </arg-dn>  <arg-dn>  <token-text>Users/InActive</token-text>  </arg-dn> </do-move-dest-object>

Allowed Content

Element

Description

arg-dn

DN argument.

arg-association

Association argument.

Attributes

Attribute

Possible Values

Default Value

class-name

CDATA

Class name of target object.

Supports variable expansion.

#IMPLIED

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

notrace

true | false

True if this element should not be traced during execution of the policy.

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 | arg-association ) ? , ( arg-dn | arg-association ) )

Parent Elements

Element

Description

actions

Actions that are performed by a <rule>.

arg-actions

Actions argument.