Package Thor.API.Base
Interface tcUtilityOperationsIntf
- All Known Subinterfaces:
- AttestationDefinitionOperationsIntf,- AttestationOperationsIntf,- DataCollectionOperationsIntf,- ErrorOperationsIntf,- GCOperationsIntf,- RemoteManagerOperationsIntf,- TaskDefinitionOperationsIntf,- tcAccessPolicyOperationsIntf,- tcAdapterOperationsIntf,- tcAuditOperationsIntf,- tcEmailOperationsIntf,- tcEntitlementsOperationsIntf,- tcExportOperationsIntf,- tcFormDefinitionOperationsIntf,- tcFormInstanceOperationsIntf,- tcGroupOperationsIntf,- tcHelpOperationsIntf,- tcImportOperationsIntf,- tcITResourceDefinitionOperationsIntf,- tcITResourceInstanceOperationsInternalIntf,- tcITResourceInstanceOperationsIntf,- tcLookupOperationsIntf,- tcObjectOperationsIntf,- tcOrganizationOperationsIntf,- tcPasswordOperationsIntf,- tcPermissionOperationsIntf,- tcPropertyOperationsIntf,- tcProvisioningOperationsIntf,- tcReconciliationOperationsIntf,- tcRulesOperationsIntf,- tcSchedulerOperationsIntf,- tcUnauthenticatedOperationsIntf,- tcUserOperationsIntf,- tcWorkflowDefinitionOperationsIntf
- All Known Implementing Classes:
- tcBaseUtility,- tcBaseUtilityClient,- tcExportOperationsBean,- tcImportOperationsBean
public interface tcUtilityOperationsIntf
Base Utility Operations Interface.
- Author:
- Felix Lipov
- 
Method SummaryModifier and TypeMethodDescriptionvoidclose()This method will clean up all resources associated with this object.getName()Returns the name of the utility class.voidsetCountry(String psCountry) Sets the country.voidsetLanguage(String psLanguage) Sets the language.voidsetVariant(String psVariant) Sets the variant.
- 
Method Details- 
getNameReturns the name of the utility class.- Returns:
- The name.
- Throws:
- tcAPIException
 
- 
setLanguageSets the language.- Parameters:
- psLanguage- The language.
 
- 
setCountrySets the country.- Parameters:
- psCountry- The country.
 
- 
setVariantSets the variant.- Parameters:
- psVariant- The variant.
 
- 
closevoid close()This method will clean up all resources associated with this object. Called when it will no longer be used.
 
-