|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.workplace.wcm.api.custom.WCM_RollbackDirectiveParams
public class WCM_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.
| Constructor Summary | |
|---|---|
WCM_RollbackDirectiveParams()
Constructor |
|
| 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WCM_RollbackDirectiveParams()
| Method Detail |
|---|
public void setCustomErrorMsg(java.lang.String customErrorMsg)
setCustomErrorMsg in interface RollbackDirectiveParamscustomErrorMsg - the custom error message that the Rollback Directive should display within the WCM Authoring UIpublic java.lang.String getCustomErrorMsg()
getCustomErrorMsg in interface RollbackDirectiveParamsNull if no custom error message has been specified
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||