Modifier and Type | Method and Description |
---|---|
java.lang.String |
getApprovalRequestReason()
Get the reason for approval request if action is triggered for pending approval.
|
java.lang.String |
getApprovalWorkflowName()
Get the approval workflow name if action is triggered for pending approval.
|
User |
getConsumerRegistrationRequestor()
Get the user who requested a consumer registration if action is triggered.
|
java.lang.String |
getRejectComments()
Get the comments for rejecting a request.
|
boolean |
isPendingApproval()
Check if action is triggered for pending approval.
|
boolean |
isPendingConsumerRegistration()
Check if action is triggered for pending consumer registration.
|
void |
setRejectComments(java.lang.String comments)
Set the comments for rejecting a request.
|
cancel, executeNextStep, executePreviousStep, finishAllSteps, getCurrentState, getGroup, getIconURL, getId, getName, getSkippedObjectsWithReason, isAllowed, isApplicable, setObjects
void setRejectComments(java.lang.String comments)
comments
- Comment from the approver for rejecting a request.java.lang.String getRejectComments()
boolean isPendingApproval() throws CLLException
CLLException
- if CLL fails to check the action statusboolean isPendingConsumerRegistration() throws CLLException
CLLException
- if CLL fails to check the action statusjava.lang.String getApprovalWorkflowName() throws CLLException
CLLException
- if CLL fails to return the approval workflow namejava.lang.String getApprovalRequestReason() throws CLLException
CLLException
- if CLL fails the return the reason for approval requestUser getConsumerRegistrationRequestor() throws CLLException
CLLException
- if CLL fails to return the user who requested for consumer registration