|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RollbackDirectiveParams
The RollbackDirectiveParams object is used to specify arguments or options to a 'Rollback' Directive.
To create a new RollbackDirectiveParams object call Directives.ROLLBACK_DOCUMENT.createDirectiveParams()
and cast the returned object to RollbackDirectiveParams
To use a RollbackDirectiveParams object call the CustomWorkflowActionService.createResult(Directive, String, DirectiveParams)
method instead of CustomWorkflowActionService.createResult(Directive, String) to construct the workflow action result.
| Method Summary | |
|---|---|
java.lang.String |
getCustomErrorMsg()
Returns the specified custom error message |
void |
setCustomErrorMsg(java.lang.String customErrorMsg)
Specifies the custom error message that the Rollback Directive should display within the WCM Authoring UI |
| Method Detail |
|---|
void setCustomErrorMsg(java.lang.String customErrorMsg)
customErrorMsg - the custom error message that the Rollback Directive should display within the WCM Authoring UIjava.lang.String getCustomErrorMsg()
Null if no custom error message has been specified
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||