public class WorkFlowUserInput
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
USER_INPUT_CODE_APPROVED |
static int |
USER_INPUT_CODE_NO_ACTION |
static int |
USER_INPUT_CODE_REJECTED |
static int |
USER_INPUT_TYPE_APPROVAL |
Constructor and Description |
---|
WorkFlowUserInput() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAllApprovers() |
java.lang.String |
getApprovalInputFormID() |
int |
getEntryId() |
long |
getFirstNotification() |
int |
getInputType() |
long |
getLastNotification() |
int |
getRequestId() |
int |
getStepIndex() |
java.lang.String |
getUserComments() |
java.lang.String |
getUserDetails() |
java.lang.String |
getUserId() |
int |
getUserInputCode() |
long |
getUserResponseTime() |
boolean |
isApprovalReqForAllUser() |
boolean |
isExpired() |
void |
setAllApprovers(java.lang.String allApprovers) |
void |
setApprovalInputFormID(java.lang.String approvalInputFormID) |
void |
setApprovalReqForAllUser(boolean approvalReqForAllUser) |
void |
setEntryId(int entryId) |
void |
setExpired(boolean isExpired) |
void |
setFirstNotification(long firstNotification) |
void |
setInputType(int inputType) |
void |
setLastNotification(long lastNotification) |
void |
setRequestId(int requestId) |
void |
setStepIndex(int stepIndex) |
void |
setUserComments(java.lang.String userComments) |
void |
setUserDetails(java.lang.String userDetails) |
void |
setUserId(java.lang.String userId) |
void |
setUserInputCode(int userInputCode) |
void |
setUserResponseTime(long userResponseTime) |
java.lang.String |
userInputAsString(int input) |
public static final int USER_INPUT_TYPE_APPROVAL
public static final int USER_INPUT_CODE_NO_ACTION
public static final int USER_INPUT_CODE_APPROVED
public static final int USER_INPUT_CODE_REJECTED
public java.lang.String userInputAsString(int input)
public java.lang.String getApprovalInputFormID()
public void setApprovalInputFormID(java.lang.String approvalInputFormID)
public java.lang.String getUserId()
public long getFirstNotification()
public long getLastNotification()
public int getRequestId()
public int getInputType()
public long getUserResponseTime()
public int getUserInputCode()
public java.lang.String getUserComments()
public void setUserId(java.lang.String userId)
userId
- the userId to setpublic void setFirstNotification(long firstNotification)
firstNotification
- the firstNotification to setpublic void setLastNotification(long lastNotification)
lastNotification
- the lastNotification to setpublic void setRequestId(int requestId)
requestId
- the requestId to setpublic void setInputType(int inputType)
inputType
- the inputType to setpublic void setUserResponseTime(long userResponseTime)
userResponseTime
- the userResponseTime to setpublic void setUserInputCode(int userInputCode)
userInputCode
- the userInputCode to setpublic void setUserComments(java.lang.String userComments)
userComments
- the userComments to setpublic boolean isExpired()
public void setExpired(boolean isExpired)
isExpired
- the isExpired to setpublic int getStepIndex()
public void setStepIndex(int stepIndex)
stepIndex
- the stepIndex to setpublic void setEntryId(int entryId)
public int getEntryId()
public java.lang.String getAllApprovers()
public void setAllApprovers(java.lang.String allApprovers)
public boolean isApprovalReqForAllUser()
public void setApprovalReqForAllUser(boolean approvalReqForAllUser)
public java.lang.String getUserDetails()
public void setUserDetails(java.lang.String userDetails)