Package wt.container.batch
Interface BatchContainerFactoryIfc
public interface BatchContainerFactoryIfc
Interface for actual BatchContainer factories.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptioninstantiateAttributedRoleBatchContainer(TransactionContainer txnContainer, String name, String assocName, String roleName, Object fromObj) Operation to instantiate a AttributedRoleBatchContainer.instantiateGeneralBatchContainer(TransactionContainer txnContainer, String name) Operation to instantiate a general purpose BatchContainer.instantiateRoleBatchContainer(TransactionContainer txnContainer, String name, String assocName, String roleName, Object fromObj) Operation to instantiate a RoleBatchContainer.Operation to instantiate a TransactionContainer.
-
Method Details
-
instantiateTransactionContainer
TransactionContainer instantiateTransactionContainer()Operation to instantiate a TransactionContainer.
Supported API: true- Returns:
- TransactionContainer
-
instantiateGeneralBatchContainer
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
-