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 TypeMethodDescriptionbooleancheckIfApplicable(ItemModel theItem, SyncItemJobModel syncItemJob) Check whether given item is applicable for a given context i.e.
-
Method Details
-
checkIfApplicable
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
-