public class RequestApprovalProgressAction extends ProgressAction implements Serializable
| Constructor and Description |
|---|
RequestApprovalProgressAction() |
RequestApprovalProgressAction(DateTime evaluationTime,
EvaluationStatus evaluationStatus,
Long approverId,
long[] eligibleApproverUserIds,
long[] eligibleApproverTeamIds,
String comment,
WorkflowApprovalRequestStatus approvalStatus) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
WorkflowApprovalRequestStatus |
getApprovalStatus()
Gets the approvalStatus value for this RequestApprovalProgressAction.
|
Long |
getApproverId()
Gets the approverId value for this RequestApprovalProgressAction.
|
String |
getComment()
Gets the comment value for this RequestApprovalProgressAction.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
long[] |
getEligibleApproverTeamIds()
Gets the eligibleApproverTeamIds value for this RequestApprovalProgressAction.
|
long |
getEligibleApproverTeamIds(int i) |
long[] |
getEligibleApproverUserIds()
Gets the eligibleApproverUserIds value for this RequestApprovalProgressAction.
|
long |
getEligibleApproverUserIds(int i) |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setApprovalStatus(WorkflowApprovalRequestStatus approvalStatus)
Sets the approvalStatus value for this RequestApprovalProgressAction.
|
void |
setApproverId(Long approverId)
Sets the approverId value for this RequestApprovalProgressAction.
|
void |
setComment(String comment)
Sets the comment value for this RequestApprovalProgressAction.
|
void |
setEligibleApproverTeamIds(int i,
long _value) |
void |
setEligibleApproverTeamIds(long[] eligibleApproverTeamIds)
Sets the eligibleApproverTeamIds value for this RequestApprovalProgressAction.
|
void |
setEligibleApproverUserIds(int i,
long _value) |
void |
setEligibleApproverUserIds(long[] eligibleApproverUserIds)
Sets the eligibleApproverUserIds value for this RequestApprovalProgressAction.
|
String |
toString() |
getEvaluationStatus, getEvaluationTime, setEvaluationStatus, setEvaluationTimepublic RequestApprovalProgressAction()
public RequestApprovalProgressAction(DateTime evaluationTime, EvaluationStatus evaluationStatus, Long approverId, long[] eligibleApproverUserIds, long[] eligibleApproverTeamIds, String comment, WorkflowApprovalRequestStatus approvalStatus)
public String toString()
toString in class ProgressActionpublic Long getApproverId()
User#ID of the user who performed this action.public void setApproverId(Long approverId)
approverId - * The User#ID of the user who performed this action.public long[] getEligibleApproverUserIds()
IDs of users who are eligible to approve
this action.public void setEligibleApproverUserIds(long[] eligibleApproverUserIds)
eligibleApproverUserIds - * The IDs of users who are eligible to approve
this action.public long getEligibleApproverUserIds(int i)
public void setEligibleApproverUserIds(int i,
long _value)
public long[] getEligibleApproverTeamIds()
IDs of teams who are eligible to approve
this action.public void setEligibleApproverTeamIds(long[] eligibleApproverTeamIds)
eligibleApproverTeamIds - * The IDs of teams who are eligible to approve
this action.public long getEligibleApproverTeamIds(int i)
public void setEligibleApproverTeamIds(int i,
long _value)
public String getComment()
approver.public void setComment(String comment)
comment - * A comment left by the approver.public WorkflowApprovalRequestStatus getApprovalStatus()
public void setApprovalStatus(WorkflowApprovalRequestStatus approvalStatus)
approvalStatus - * The approval status of this action.public boolean equals(Object obj)
equals in class ProgressActionpublic int hashCode()
hashCode in class ProgressActionpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2018. All Rights Reserved.