Class ApplicationInterfaceConfigurationFactory

java.lang.Object
com.orchestranetworks.addon.dex.common.ApplicationInterfaceConfigurationFactory

public final class ApplicationInterfaceConfigurationFactory extends Object
Provides the methods to get a PrimaryKey set that identifies records in the Application interface preference table located in the EBX Data Exchange Add-on dataset.
Since:
2.7.0
  • Method Details

    • getInstance

      public static ApplicationInterfaceConfigurationFactory getInstance()
    • getPrimaryKeysByCode

      public Set<com.onwbp.adaptation.PrimaryKey> getPrimaryKeysByCode(com.orchestranetworks.instance.Repository repository, Set<String> codes) throws DataExchangeException
      Returns a PrimaryKey set that identifies records in the Application interface preference table based on the specified codes.
      Parameters:
      repository - the current repository.
      codes - the values of the Code field declared in the Application interface preference table in the EBX Data Exchange Add-on dataset.
      Throws:
      DataExchangeException - when the EBX Data Exchange Add-on dataset cannot be found in the current repository.
    • getPrimaryKeysByName

      public Set<com.onwbp.adaptation.PrimaryKey> getPrimaryKeysByName(com.orchestranetworks.instance.Repository repository, Set<String> names) throws DataExchangeException
      Returns a PrimaryKey set that identifies records in the Application interface preference table based on the specified names.
      Parameters:
      repository - the current repository.
      names - the values of the Name field declared in the Application interface preference table in the EBX Data Exchange Add-on dataset.
      Throws:
      DataExchangeException - when the EBX Data Exchange Add-on dataset cannot be found in the current repository.