Package com.basis.api.admin
Interface BBjAdminOnlineCopyJobFile
- All Superinterfaces:
BBjAdminPropertyReader
,Remote
- All Known Subinterfaces:
BBjAdminOnlineCopyJobFileConfig
,BBjAdminOnlineCopyJobFileRun
Information about an individual online copy job file.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet the names of the destination keys.Get a list of the destination keys.Get the column map from source columns to destination columns.double
Methods inherited from interface com.basis.api.admin.BBjAdminPropertyReader
checkValueEqual, contains, contains, getBoolean, getDouble, getInt, getList, getLong, getProperties, getString, getType, getTypes, getValue
-
Field Details
-
SOURCE_FILE
- See Also:
-
SOURCE_TEMPLATE
- See Also:
-
DEST_FILE
- See Also:
-
DEST_TEMPLATE
- See Also:
-
DEST_TYPE
- See Also:
-
DEST_RECORD_SIZE
- See Also:
-
DEST_KEY_SIZE
- See Also:
-
AUTO_RECORD_SIZE
- See Also:
-
ABORT_ERROR_MESSAGE
- See Also:
-
-
Method Details
-
getFieldMaps
Get the column map from source columns to destination columns.- Throws:
BBjAdminException
-
getDestKeys
Get a list of the destination keys.- Throws:
BBjAdminException
-
getDestKeyNames
BBjAdminList<String> getDestKeyNames()Get the names of the destination keys. -
getProgress
- Throws:
BBjAdminException
-