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 Summary
Modifier and TypeMethodDescriptionvoid
close()
This method will clean up all resources associated with this object.getName()
Returns the name of the utility class.void
setCountry
(String psCountry) Sets the country.void
setLanguage
(String psLanguage) Sets the language.void
setVariant
(String psVariant) Sets the variant.
-
Method Details
-
getName
Returns the name of the utility class.- Returns:
- The name.
- Throws:
tcAPIException
-
setLanguage
Sets the language.- Parameters:
psLanguage
- The language.
-
setCountry
Sets the country.- Parameters:
psCountry
- The country.
-
setVariant
Sets the variant.- Parameters:
psVariant
- The variant.
-
close
void close()This method will clean up all resources associated with this object. Called when it will no longer be used.
-