Class AdminConsolePermissions
java.lang.Object
com.appiancorp.suiteapi.administration.AdminConsolePermissions
- All Implemented Interfaces:
Serializable
Deprecated.
This class pertains to the legacy admin console,
which will be replaced by the Appian Administration Console over the coming releases.
Contains the privileges related to the Administration Console.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isEdit()
Deprecated.Indicates whether the user can edit Administration Console security settings.boolean
isView()
Deprecated.Indicates whether the user can enter the Administration Console.void
setEdit
(boolean edit_) Deprecated.Sets whether the user can edit Administration Console security settings.void
setView
(boolean view_) Deprecated.Sets whether the user can enter the Administration Console.
-
Constructor Details
-
AdminConsolePermissions
public AdminConsolePermissions()Deprecated.
-
-
Method Details
-
isEdit
public boolean isEdit()Deprecated.Indicates whether the user can edit Administration Console security settings.- Returns:
true
if the user can edit console security settings,false
otherwise
-
setEdit
public void setEdit(boolean edit_) Deprecated.Sets whether the user can edit Administration Console security settings.- Parameters:
edit_
-true
if the user can edit console security settings,false
otherwise
-
isView
public boolean isView()Deprecated.Indicates whether the user can enter the Administration Console. Iftrue
, within the product they will be able also to create adminisitration pages, and view administration pages (they will only be able to view pages that they have permission to view through the page role maps of the pages).- Returns:
true
if the user can do this,false
otherwise
-
setView
public void setView(boolean view_) Deprecated.Sets whether the user can enter the Administration Console. Iftrue
, within the product they will be able also to create adminisitration pages, and view administration pages (they will only be able to view pages that they have permission to view through the page role maps of the pages).- Parameters:
view_
-true
if the user can do this,false
otherwise
-