Package com.basis.api.admin
Interface BBjAdminOnlineCopyJobFileConfig
- All Superinterfaces:
BBjAdminOnlineCopyJobFile,BBjAdminPropertyReader,BBjAdminPropertyWriter,Remote
public interface BBjAdminOnlineCopyJobFileConfig
extends BBjAdminPropertyWriter, BBjAdminOnlineCopyJobFile
Interface for configuring an online copy job file.
-
Field Summary
Fields inherited from interface com.basis.api.admin.BBjAdminOnlineCopyJobFile
ABORT_ERROR_MESSAGE, AUTO_RECORD_SIZE, DEST_FILE, DEST_KEY_SIZE, DEST_RECORD_SIZE, DEST_TEMPLATE, DEST_TYPE, SOURCE_FILE, SOURCE_TEMPLATE -
Method Summary
Modifier and TypeMethodDescriptionCreate a field map configuration.Get configurable set of field maps.voidsetDestKeyNames(List<String> p_keyNames) Set the names of the destination keys.voidsetDestKeys(List<KeyDescription> p_keys) Set a list of the destination keys.voidsetFieldMaps(BBjAdminSet<? extends BBjAdminOnlineCopyJobFieldMap> p_map) Set the column map from source columns to destination columns.Methods inherited from interface com.basis.api.admin.BBjAdminOnlineCopyJobFile
getDestKeyNames, getDestKeys, getFieldMaps, getProgressMethods inherited from interface com.basis.api.admin.BBjAdminPropertyReader
checkValueEqual, contains, contains, getBoolean, getDouble, getInt, getList, getLong, getProperties, getString, getType, getTypes, getValueMethods inherited from interface com.basis.api.admin.BBjAdminPropertyWriter
addType, canAddNewProperties, canClear, clear, clearProperties, clearProperty, getReadOnly, hasChanged, isReadOnly, setBoolean, setDouble, setInt, setList, setLong, setProperties, setString, setValue
-
Method Details
-
createFieldMapConfig
Create a field map configuration.- Throws:
BBjAdminException
-
getFieldMapConfigs
Get configurable set of field maps.- Throws:
BBjAdminException
-
setFieldMaps
void setFieldMaps(BBjAdminSet<? extends BBjAdminOnlineCopyJobFieldMap> p_map) throws BBjAdminException Set the column map from source columns to destination columns.- Throws:
BBjAdminException
-
setDestKeys
Set a list of the destination keys. -
setDestKeyNames
Set the names of the destination keys.
-