Package com.basis.api.admin
Interface BBjAdminSystemPermission
- All Superinterfaces:
BBjAdminPropertyReader
,BBjAdminPropertyWriter
,Comparable<BBjAdminSystemPermission>
,Remote
public interface BBjAdminSystemPermission
extends BBjAdminPropertyWriter, Comparable<BBjAdminSystemPermission>
Describes a single system level permission. This is not attached to a particular
user, but rather, these are only used for descriptive purposes so that you can
ask the server what permissions are available. This could be different than the
constants defined in the BBjAdminUserPermissions class if the client and server
are not on the same version. This gives the ability to configure additional
permissions programmatically at runtime.
-
Field Summary
Fields -
Method Summary
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 java.lang.Comparable
compareTo
-
Field Details
-
DISPLAY_NAME
- See Also:
-
DESCRIPTION
- See Also:
-
NAME
- See Also:
-