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 Type
    Method
    Description
    void
    This method will clean up all resources associated with this object.
    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

      String getName() throws tcAPIException
      Returns the name of the utility class.
      Returns:
      The name.
      Throws:
      tcAPIException
    • setLanguage

      void setLanguage(String psLanguage)
      Sets the language.
      Parameters:
      psLanguage - The language.
    • setCountry

      void setCountry(String psCountry)
      Sets the country.
      Parameters:
      psCountry - The country.
    • setVariant

      void setVariant(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.