Interface BatchContainerFactoryIfc


public interface BatchContainerFactoryIfc
Interface for actual BatchContainer factories.

Supported API: true

Extendable: false
  • Method Details

    • instantiateTransactionContainer

      TransactionContainer instantiateTransactionContainer()
      Operation to instantiate a TransactionContainer.

      Supported API: true
      Returns:
      TransactionContainer
    • instantiateGeneralBatchContainer

      BatchContainer instantiateGeneralBatchContainer(TransactionContainer txnContainer, String name)
      Operation to instantiate a general purpose BatchContainer.

      Supported API: true
      Parameters:
      txnContainer -
      name -
      Returns:
      BatchContainer
    • instantiateRoleBatchContainer

      RoleBatchContainer instantiateRoleBatchContainer(TransactionContainer txnContainer, String name, String assocName, String roleName, Object fromObj)
      Operation to instantiate a RoleBatchContainer.

      Supported API: true
      Parameters:
      txnContainer -
      name -
      assocName -
      roleName -
      fromObj -
      Returns:
      RoleBatchContainer
    • instantiateAttributedRoleBatchContainer

      AttributedRoleBatchContainer instantiateAttributedRoleBatchContainer(TransactionContainer txnContainer, String name, String assocName, String roleName, Object fromObj)
      Operation to instantiate a AttributedRoleBatchContainer.

      Supported API: true
      Parameters:
      txnContainer -
      name -
      assocName -
      roleName -
      fromObj -
      Returns:
      AttributedRoleBatchContainer