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.
|
java.lang.String |
getApproveComments()
Get the comments for approving a request.
|
User |
getConsumerRegistrationRequestor()
Get the user who requested a consumer registration if action is triggered.
|
boolean |
isPendingApproval()
Check if action is triggered for pending approval.
|
boolean |
isPendingConsumerRegistration()
Check if action is triggered for pending consumer registration.
|
void |
setApproveComments(java.lang.String comments)
Set the comments for approving a request.
|
cancel, doesLoggedInUserHaveSufficientRolesOrPermissions, executeNextStep, executePreviousStep, finishAllSteps, getCurrentState, getGroup, getIconURL, getId, getName, getSkippedObjectsWithReason, isAllowed, isApplicable, setObjects
void setApproveComments(java.lang.String comments)
comments
- Comment from the approver for approving a request.java.lang.String getApproveComments()
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