Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Action name

CompareCustomAttributesOnObjects

Class name

com.cdrator.customAttribute.action.CompareCustomAttributesOnObjects

Available from core version

8.19

Description

Retrieves the value of a custom attributes and compares them. If the attribute can only be found on one of the objects, they are assumed to be different. Also if they are both null, they are regarded as equal.

Return value

boolean:

Properties

 

Parameters

  1. PersistentObject: object1
  2. PersistentObject: object2
  3. String: columnName

...