Interface CATypePackageUpgradeExecutorType
- All Known Implementing Classes:
CADatabaseTypePackageUpgradeExecutor
public interface CATypePackageUpgradeExecutorType
An executor for type package upgrades.
-
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(List<CATypePackageUOpType> plan) Execute the plan.
-
Method Details
-
execute
Execute the plan.- Parameters:
plan- The plan operations- Throws:
CAException- On errors
-