Interface SyncJobApplicableTypesStrategy
-
- All Known Implementing Classes:
DefaultSyncJobApplicableTypesStrategy
public interface SyncJobApplicableTypesStrategyAn interface that defines a strategy that allows to check whether given item is applicable for the synchronization within given context i.e.syncItemJobandcatalogVersionToCheck
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancheckIfApplicable(ItemModel theItem, SyncItemJobModel syncItemJob)Check whether given item is applicable for a given context i.e.
-
-
-
Method Detail
-
checkIfApplicable
boolean checkIfApplicable(ItemModel theItem, SyncItemJobModel syncItemJob)
Check whether given item is applicable for a given context i.e. givensyncItemJob.- Returns:
- true when the synchronization is possible on a given item within given context - false otherwise
-
-