Class ProcessModelFolderPermissions
java.lang.Object
com.appiancorp.suiteapi.process.security.ProcessModelFolderPermissions
- All Implemented Interfaces:
com.appiancorp.process.security.Permissions
,Serializable
public class ProcessModelFolderPermissions
extends Object
implements com.appiancorp.process.security.Permissions
Permissions for the user to folders where process models are stored
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Determines whether the current user can archive the folderboolean
Determines whether the current user can change the security settings of the folderboolean
Determines whether the current user can create sub-folders of the folderboolean
isDelete()
Determines whether the current user can delete the folderboolean
isUpdate()
Determines whether the current user can update the folderboolean
isView()
Determines whether the current user can view the foldervoid
setArchive
(boolean archive_) void
setChangeRole
(boolean changeRole_) void
setCreateSubFolder
(boolean createSubFolder_) void
setDelete
(boolean delete_) void
setUpdate
(boolean update_) void
setView
(boolean view_)
-
Constructor Details
-
ProcessModelFolderPermissions
public ProcessModelFolderPermissions()
-
-
Method Details
-
isCreateSubFolder
public boolean isCreateSubFolder()Determines whether the current user can create sub-folders of the folder- Returns:
true
if the user can create sub-folders, elsefalse
- See Also:
-
setCreateSubFolder
public void setCreateSubFolder(boolean createSubFolder_) - See Also:
-
isView
public boolean isView()Determines whether the current user can view the folder- Returns:
true
if the user can see the folder, elsefalse
-
setView
public void setView(boolean view_) - See Also:
-
isDelete
public boolean isDelete()Determines whether the current user can delete the folder- Returns:
true
if the user can delete the folder, elsefalse
- See Also:
-
setDelete
public void setDelete(boolean delete_) - See Also:
-
isUpdate
public boolean isUpdate()Determines whether the current user can update the folder- Returns:
true
if the user can update the folder, elsefalse
- See Also:
-
setUpdate
public void setUpdate(boolean update_) - See Also:
-
isChangeRole
public boolean isChangeRole()Determines whether the current user can change the security settings of the folder- Returns:
true
if the user can change the security of the folder, elsefalse
- See Also:
-
setChangeRole
public void setChangeRole(boolean changeRole_) - See Also:
-
isArchive
public boolean isArchive()Determines whether the current user can archive the folder- Returns:
true
if the user can archive the folder, elsefalse
-
setArchive
public void setArchive(boolean archive_) - See Also:
-