public class ProcessModelFolderPermissions
extends java.lang.Object
implements com.appiancorp.process.security.Permissions
ProcessModelFolder
,
Serialized FormConstructor and Description |
---|
ProcessModelFolderPermissions() |
Modifier and Type | Method and Description |
---|---|
boolean |
isArchive()
Determines whether the current user can archive the folder
|
boolean |
isChangeRole()
Determines whether the current user can change the security settings of
the folder
|
boolean |
isCreateSubFolder()
Determines whether the current user can create sub-folders of the folder
|
boolean |
isDelete()
Determines whether the current user can delete the folder
|
boolean |
isUpdate()
Determines whether the current user can update the folder
|
boolean |
isView()
Determines whether the current user can view the folder
|
void |
setArchive(boolean archive_) |
void |
setChangeRole(boolean changeRole_) |
void |
setCreateSubFolder(boolean createSubFolder_) |
void |
setDelete(boolean delete_) |
void |
setUpdate(boolean update_) |
void |
setView(boolean view_) |
public boolean isCreateSubFolder()
true
if the user can create sub-folders, else
false
ProcessDesignService.createFolder(com.appiancorp.suiteapi.process.ProcessModelFolder)
public void setCreateSubFolder(boolean createSubFolder_)
isCreateSubFolder()
public boolean isView()
true
if the user can see the folder, else
false
public void setView(boolean view_)
isView()
public boolean isDelete()
true
if the user can delete the folder, else
false
ProcessDesignService.deleteFolder(Long)
public void setDelete(boolean delete_)
isDelete()
public boolean isUpdate()
true
if the user can update the folder, else
false
ProcessDesignService.updateFolder(com.appiancorp.suiteapi.process.ProcessModelFolder)
public void setUpdate(boolean update_)
isUpdate()
public boolean isChangeRole()
true
if the user can change the security of the folder,
else false
ProcessDesignService.setActorsInRolesForFolder(Long, String[], String[][], Long[], String[][])
public void setChangeRole(boolean changeRole_)
isChangeRole()
public boolean isArchive()
true
if the user can archive the folder, else
false
public void setArchive(boolean archive_)
isArchive()
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.