public class Approval
extends java.lang.Object
Constructor and Description |
---|
Approval() |
Modifier and Type | Method and Description |
---|---|
java.lang.Long[] |
getApproverGroups()
Get the explicit groups that could approve, not including implicit App Admins.
|
java.lang.String[] |
getApproverUsers()
Get the explicit users that could approve, not including implicit App Admins.
|
java.lang.Long[] |
getId()
Get the content ids that were acted upon (this is the full list of ids that
were acted upon, while other methods such as
getPendingId() return
the appropriate subsets of this list). |
java.lang.Long[] |
getPendingId()
Get the ids that were not fully acted upon, and as such are in a
pending state (pending creation approval, deletion approval, etc.).
|
java.lang.Long[] |
getPendingLogId()
Get the log ids of those pending (the log ids being KC ids where applicable).
|
java.lang.String[] |
getPendingName()
Get the names of the pending content items.
|
void |
setApproverGroups(java.lang.Long[] approverGroups_)
Set the groups that can approve.
|
void |
setApproverUsers(java.lang.String[] approverUsers_)
Set the users that can approve.
|
void |
setId(java.lang.Long[] ids_)
Set the content ids that were acted upon (created, deleted, etc).
|
void |
setPendingId(java.lang.Long[] pendingIds_)
Set the ids that were not fully acted upon, and as such are in a
pending state (pending creation approval, deletion approval, etc.).
|
void |
setPendingLogId(java.lang.Long[] pendingLogIds_)
Get the log ids of those pending (the log ids being KC ids where applicable).
|
void |
setPendingName(java.lang.String[] pendingNames_)
Set the names of the pending content items.
|
public java.lang.Long[] getApproverGroups()
setApproverGroups(Long[])
public void setApproverGroups(java.lang.Long[] approverGroups_)
approverGroups_
- ids of the approver groupsgetApproverGroups()
public java.lang.String[] getApproverUsers()
setApproverUsers(String[])
public void setApproverUsers(java.lang.String[] approverUsers_)
approverUsers_
- usernames of the approversgetApproverUsers()
public java.lang.Long[] getId()
getPendingId()
return
the appropriate subsets of this list).setId(Long[])
public void setId(java.lang.Long[] ids_)
ids_
- list of content idsgetId()
public java.lang.Long[] getPendingId()
setPendingId(Long[])
public void setPendingId(java.lang.Long[] pendingIds_)
pendingIds_
- list of content idsgetPendingId()
public java.lang.Long[] getPendingLogId()
setPendingLogId(Long[])
public void setPendingLogId(java.lang.Long[] pendingLogIds_)
pendingLogIds_
- log idsgetPendingLogId()
public java.lang.String[] getPendingName()
setPendingName(String[])
public void setPendingName(java.lang.String[] pendingNames_)
pendingNames_
- content namesgetPendingName()
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.