Class ChangeInfo
java.lang.Object
de.hybris.platform.outboundsync.dto.ChangeInfo
Represents an info associated with a delta detect change, that is produced by evaluating the info expression on the
StreamConfiguration.
This is structured presentation of the ItemChangeDTO.getInfo()
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ChangeInfo
-
-
Method Details
-
getIntegrationKey
Retrieves value of the integration key derived by the info expression.- Returns:
- value of the integration key calculated for the changed item.
-
getRootItemType
Retrieves type of the root item derived by the info expression.- Returns:
- type of the item that is associated with the changed item and that corresponds to the root item of the
integration object used for the outbound sync. If the integration object does not have a root item or the root item cannot
be navigated from the changed item, then the value is
null.
-
getItemType
Retrieves item type derived by the info expression.- Returns:
- type of the changed item.
-
equals
-
hashCode
public int hashCode() -
toString
-