Package org.alfresco.repo.transfer
Interface TransferVersionChecker
- All Known Implementing Classes:
TransferVersionCheckerImpl,TransferVersionCheckerNoOp
public interface TransferVersionChecker
- Author:
- mrogers
-
Method Summary
Modifier and TypeMethodDescriptionbooleanChecks whether transfer is compatible between the two versions
-
Method Details
-
checkTransferVersions
Checks whether transfer is compatible between the two versions- Parameters:
from- the version fromto- the version to- Returns:
- boolean true the versions are compatible
-