If Operation Attribute

Performs a test on attribute values in the current operation. The test performed depends on the specified operator.

Fields

Name

Specify the name of the attribute to test.

Operator

Select the condition test type.

Operator Returns True when...

Operator

Returns True when...

Available

There is a value available in the current operation other than a remove value for the specified attribute.

Not Available

Available would return False.

Equal

There is a value available in the current operation other than a remove value for the specified attribute. It equals the specified value when compared by using the specified comparison mode.

Not Equal

Equal would return False.

Changing

The current operation contains a change other than a remove value for the specified attribute.

Not Changing

Changing would return False.

Changing From

The current operation contains a change that removes a value other than a remove value of the specified attribute. It equals the specified value when compared by using the specified comparison mode.

Not Changing From

Changing From would return False.

Changing To

The current operation contains a change that adds a value other than a remove value to the specified attribute. It equals the specified value when compared by using the specified comparison mode.

Not Changing To

Changing To would return False.

Value

Contains the value defined for the select operator. The value is used by the condition. The operators that contain the value field are:

  • Equal

  • Not Equal

  • Changing To

  • Changing From

  • Not Changing To

  • Not Changing From

Comparison Mode

The condition has a comparison mode parameter that indicates how a comparison is done.

Mode

Description

Case Sensitive

Character-by-character case sensitive comparison.

Case Insensitive

Character-by-character case insensitive comparison.

Regular Expression

The regular expression matches the entire string. It defaults to case insensitive, but can be changed by an escape in the expression.

See Sun’s Web site.

The pattern options CASE_INSENSITIVE, DOTALL, and UNICODE_CASE are used but can be reversed by using the appropriate embedded escapes.

Source DN

Compares by using semantics appropriate to the DN format for the source data store.

Destination DN

Compares by using semantics appropriate to the DN format for the destination data store.

Numeric

Compares numerically.

Binary

Compares the binary information.

Structured

Compares the structured attribute according to the comparison rules for the structured syntax of the attribute.

The operators that contain the comparison mode parameter are:

  • Equal

  • Not Equal

  • Changing To

  • Changing From

  • Not Changing To

  • Not Changing From