Package Thor.API.Operations
Interface tcAdapterOperationsIntf
- All Superinterfaces:
tcUtilityOperationsIntf
-
Method Summary
Modifier and TypeMethodDescriptionvoid
compileAdapter
(String adpaterName) Builds an adapter with specified name.void
Builds all adapter.Methods inherited from interface Thor.API.Base.tcUtilityOperationsIntf
close, getName, setCountry, setLanguage, setVariant
-
Method Details
-
compileAdapter
Builds an adapter with specified name.- Parameters:
adpaterName
- adapter name to be compiled- Throws:
tcAPIException
tcMissingAdapterException
tcAPIException
tcNoAdapterException
- Since:
- 9.1
-
compileAll
Builds all adapter.- Throws:
tcBulkException
tcAPIException
- Since:
- 9.1
-