public class NodePermissions
extends java.lang.Object
implements com.appiancorp.process.security.Permissions
Task
TaskSummary
,
Serialized FormConstructor and Description |
---|
NodePermissions() |
Modifier and Type | Method and Description |
---|---|
boolean |
isAddAttachment() |
boolean |
isAssignToAnyone() |
boolean |
isAssignWithinPool() |
boolean |
isChangeRole() |
boolean |
isComplete() |
boolean |
isModifyInFlight() |
boolean |
isOverride()
Not currently used
|
boolean |
isReject() |
boolean |
isRemoveAttachment() |
boolean |
isView() |
void |
setAddAttachment(boolean addAttachment_) |
void |
setAssignToAnyone(boolean assignToAnyone_) |
void |
setAssignWithinPool(boolean assignWithinPool_) |
void |
setChangeRole(boolean changeRole_) |
void |
setComplete(boolean complete_) |
void |
setModifyInFlight(boolean modifyInFlight_) |
void |
setOverride(boolean override_)
Not currently used
|
void |
setReject(boolean reject_) |
void |
setRemoveAttachment(boolean removeAttachment_) |
void |
setView(boolean view_) |
public boolean isAssignToAnyone()
true
if the user can assign the task to anyone,
otherwise false
public void setAssignToAnyone(boolean assignToAnyone_)
isAssignToAnyone()
public boolean isAssignWithinPool()
true
if the user can assign the task to anyone in
the assignee pool from design time, otherwise false
public void setAssignWithinPool(boolean assignWithinPool_)
isAssignWithinPool()
public boolean isComplete()
true
if the user can complete the task,
otherwise false
public void setComplete(boolean complete_)
isComplete()
public boolean isOverride()
public void setOverride(boolean override_)
public boolean isReject()
true
if the user can reject the task, else
false
public void setReject(boolean reject_)
isReject()
public boolean isAddAttachment()
true
if the user can add attachments or notes to task,
otherwise false
public void setAddAttachment(boolean addAttachment_)
isAddAttachment()
public boolean isChangeRole()
true
if the user can change the rolemap for the task,
otherwise false
public void setChangeRole(boolean changeRole_)
isChangeRole()
public boolean isRemoveAttachment()
true
if the user can remove attachments or notes from
the task, otherwise false
public void setRemoveAttachment(boolean removeAttachment_)
isRemoveAttachment()
public boolean isView()
true
if the user can view the task,
otherwise false
public void setView(boolean view_)
isView()
public boolean isModifyInFlight()
true
if the user can modify the task when the process,
is in-flight, otherwise false
. This includes all in-flight
modifications that are not covered by the other properties of this class.public void setModifyInFlight(boolean modifyInFlight_)
isModifyInFlight()
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.