do-rename-src-object

The <do-rename-src-object> action causes an object in the source datastore to be renamed to the name specifed by <arg-string>. The target object is specified by either <arg-dn> or <arg-association> if specified or by the current object otherwise.

Example

<do-rename-src-object>
  <arg-dn>
    <token-text>Users/Active/Fred Flintstone</token-text>
  </arg-dn>
  <arg-string>
    <token-text>Fat Freddy</token-text>
  </arg-string>
</do-rename-src-object>

1. Allowed Content

arg-dn
DN argument
arg-association
association argument
arg-string
string argument

2. Attributes

AttributeValue(s)Default Value
class-name CDATA
class name of target object
supports variable expansion
#IMPLIED
disabled true   |  false
true if this element is disabled
false
notrace true   |  false
false

3. Content Rule

(( arg-dn | arg-association ) ? , arg-string )

4. Parent Elements

actions
  actions that are performed by a <rule>
arg-actions
  actions argument

Top Elements || All Elements || Tree


DirXMLScript DTD