If Operation Attribute performs a test on attribute values in the current operation.
available |
There is a value available in the current operation (add attribute, add value, attribute) for the specified attribute. |
changing |
The current operation contains a change (modify attribute or add attribute) of the specified attribute. |
changing-from |
The current operation contains a change that removes a value (remove value) of the specified attribute, that equals the specified value when compared using the specified comparison mode. |
changing-to |
The current operation contains a change that adds a value (add value or add attribute) to the specified attribute, that equals the specified value when compared using the specified comparison mode. |
equal |
There is a value available in the current operation (other than a remove value) for the specified attribute, that equals the specified value when compared using the specified comparison mode. |
not available |
Available would return False. |
not-changing |
Changing would return False. |
not-changing-from |
Changing-from would return False. |
not-changing-to |
Changing-to would return False. |
not-equal |
Equal would return False. |