public class ProcessApplicationPermissions
extends java.lang.Object
implements com.appiancorp.process.security.Permissions
ProcessApplicationRoleMap
,
Serialized FormConstructor and Description |
---|
ProcessApplicationPermissions() |
Modifier and Type | Method and Description |
---|---|
boolean |
isAccessProcessDesigner() |
boolean |
isChangeRole() |
boolean |
isCreateProcessModel() |
boolean |
isEditSecurityMap() |
boolean |
isRegisterActivityClass() |
boolean |
isRegisterExceptionType() |
boolean |
isRegisterPalette() |
boolean |
isRegisterPriority() |
boolean |
isSetPaths() |
boolean |
isUnarchiveProcess() |
boolean |
isUpdateUsernames() |
boolean |
isViewAnalytics() |
boolean |
isViewProcesses() |
boolean |
isViewProcessModels() |
void |
setAccessProcessDesigner(boolean accessProcessDesigner_) |
void |
setChangeRole(boolean changeRole_) |
void |
setCreateProcessModel(boolean createProcessModel_) |
void |
setEditSecurityMap(boolean editSecurityMap_) |
void |
setRegisterActivityClass(boolean registerActivityClass_) |
void |
setRegisterExceptionType(boolean registerExceptionType) |
void |
setRegisterPalette(boolean registerPalette_) |
void |
setRegisterPriority(boolean registerPriority_) |
void |
setSetPaths(boolean setPaths_) |
void |
setUnarchiveProcess(boolean unarchiveProcess_) |
void |
setUpdateUsernames(boolean updateUsernames_) |
void |
setViewAnalytics(boolean viewAnalytics_) |
void |
setViewProcesses(boolean viewProcesses_) |
void |
setViewProcessModels(boolean viewProcessModels_) |
public boolean isRegisterExceptionType()
true
if the user can register process application
exceptions, else false
public void setRegisterExceptionType(boolean registerExceptionType)
isRegisterExceptionType()
public boolean isAccessProcessDesigner()
true
if the user can see the modeler, else
false
public void setAccessProcessDesigner(boolean accessProcessDesigner_)
isAccessProcessDesigner()
public boolean isCreateProcessModel()
true
if the user can create and save a process model,
else false
public void setCreateProcessModel(boolean createProcessModel_)
isCreateProcessModel()
public boolean isEditSecurityMap()
true
if the user can change security settings for
process models and processes, else false
.
By default application security is not active, but can be turned on by
setting NO_APP_SEC=0 in server/process/common/pc.propertiespublic void setEditSecurityMap(boolean editSecurityMap_)
isEditSecurityMap()
public boolean isRegisterActivityClass()
true
if the user can add custom activity classes,
else false
ProcessAdministrationService.registerActivityClassSchema(com.appiancorp.suiteapi.process.ActivityClassSchema)
public void setRegisterActivityClass(boolean registerActivityClass_)
isRegisterActivityClass()
public boolean isRegisterPalette()
true
if the user can register custom palettes, else
false
public void setRegisterPalette(boolean registerPalette_)
isRegisterPalette()
public boolean isViewAnalytics()
true
if the user can see the analytics for
processes, else false
public void setViewAnalytics(boolean viewAnalytics_)
isViewAnalytics()
public boolean isViewProcesses()
true
if the user can see processes, else
false
public void setViewProcesses(boolean viewProcesses_)
isViewProcesses()
public boolean isViewProcessModels()
true
if the user can view process models in
the modeler, else false
public void setViewProcessModels(boolean viewProcessModels_)
isViewProcessModels()
public boolean isUnarchiveProcess()
true
if the user can reinstate an archived process,
else false
ProcessExecutionService.unarchiveProcess(Long)
public void setUnarchiveProcess(boolean unarchiveProcess_)
isUnarchiveProcess()
public boolean isChangeRole()
true
if the user can change the process application
role map, else false
public void setChangeRole(boolean changeRole_)
isChangeRole()
public boolean isRegisterPriority()
true
if the user can register priorities of process
application, else false
public void setRegisterPriority(boolean registerPriority_)
isRegisterPriority()
public boolean isSetPaths()
true
if the user can set the currentNode paths or
archive paths, else false
public void setSetPaths(boolean setPaths_)
isSetPaths()
public boolean isUpdateUsernames()
true
if the user can update the usernames, else
false
public void setUpdateUsernames(boolean updateUsernames_)
isUpdateUsernames()
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.