|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RejectAction
The RejectAction interface contains various methods that enable defining and retrieving comments for rejecting a request.
Method Summary | |
---|---|
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. |
Methods inherited from interface com.softwareag.centrasite.api.csom.action.CSOAction |
---|
cancel, executeNextStep, executePreviousStep, finishAllSteps, getCurrentState, getGroup, getIconURL, getId, getName, getSkippedObjectsWithReason, isAllowed, isApplicable, setObjects |
Method Detail |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |