Package com.basis.api.admin
Interface BBjAdminAuditReplicationTarget
- All Superinterfaces:
BBjAdminPropertyReader
,BBjAdminPropertyWriter
,BBjAdminReplicationTarget
,Remote
A single audit replication target that will be added to the replication
system.
-
Field Summary
FieldsFields inherited from interface com.basis.api.admin.BBjAdminReplicationTarget
ID, NAME
-
Method Summary
Modifier and TypeMethodDescriptiongetFiles()
Returns a list of files and directories that will be audited.Methods inherited from interface com.basis.api.admin.BBjAdminPropertyReader
checkValueEqual, contains, contains, getBoolean, getDouble, getInt, getList, getLong, getProperties, getString, getType, getTypes, getValue
Methods 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
Methods inherited from interface com.basis.api.admin.BBjAdminReplicationTarget
removeTarget
-
Field Details
-
DB_ROOT
- See Also:
-
-
Method Details
-
getFiles
BBjAdminList<String> getFiles()Returns a list of files and directories that will be audited.
-