Skip navigation links 
 
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, 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.
 
| Method Summary | 
 void | 
close() 
          This method will clean up all resources associated with this object. | 
 java.lang.String | 
getName() 
          Returns the name of the utility class. | 
 void | 
setCountry(java.lang.String psCountry) 
          Sets the country. | 
 void | 
setLanguage(java.lang.String psLanguage) 
          Sets the language. | 
 void | 
setVariant(java.lang.String psVariant) 
          Sets the variant. | 
 
 
getName
java.lang.String getName()
                         throws tcAPIException
- Returns the name of the utility class.
 
- 
- Returns:
 
- The name.
 
- Throws:
 
tcAPIException 
 
setLanguage
void setLanguage(java.lang.String psLanguage)
- Sets the language.
 
- 
- Parameters:
 
psLanguage - The language. 
 
setCountry
void setCountry(java.lang.String psCountry)
- Sets the country.
 
- 
- Parameters:
 
psCountry - The country. 
 
setVariant
void setVariant(java.lang.String psVariant)
- 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.
 
Skip navigation links 
 
Copyright © 2015, Oracle and/or its affiliates. All rights reserved.