Package com.qfs.desc
Interface ITableSecurity
-
- All Known Implementing Classes:
TableSecurity
public interface ITableSecuritySecurity for the tables of the database.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ITablePermissionsgetTablePermissions()Returns the permissions for each table.booleanisAddingNewRecordsAllowed()Returns whether adding new records to the table is allowed.booleanisDeletingRecordsAllowed()Returns whether deleting records of the table is allowed.
-
-
-
Method Detail
-
getTablePermissions
ITablePermissions getTablePermissions()
Returns the permissions for each table.
-
isAddingNewRecordsAllowed
boolean isAddingNewRecordsAllowed()
Returns whether adding new records to the table is allowed.
-
isDeletingRecordsAllowed
boolean isDeletingRecordsAllowed()
Returns whether deleting records of the table is allowed.
-
-