Interface SyncJobApplicableTypesStrategy

All Known Implementing Classes:
DefaultSyncJobApplicableTypesStrategy

public interface SyncJobApplicableTypesStrategy
An interface that defines a strategy that allows to check whether given item is applicable for the synchronization within given context i.e. syncItemJob and catalogVersionToCheck
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Check whether given item is applicable for a given context i.e.
  • Method Details

    • checkIfApplicable

      boolean checkIfApplicable(ItemModel theItem, SyncItemJobModel syncItemJob)
      Check whether given item is applicable for a given context i.e. given syncItemJob .
      Returns:
      true when the synchronization is possible on a given item within given context - false otherwise