|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DeleteDirectiveParams
The DeleteDirectiveParams object is used to specify arguments or options to a 'Delete' Directive.
To create a new DeleteDirectiveParams object call Directives.DELETE.createDirectiveParams()
and cast the returned object to DeleteDirectiveParams
To use a DeleteDirectiveParams object call the CustomWorkflowActionService.createResult(Directive, String, DirectiveParams)
method instead of CustomWorkflowActionService.createResult(Directive, String) to construct the workflow action result.
| Method Summary | |
|---|---|
boolean |
isPermanentDelete()
Indicates if a permanent delete has been requested |
void |
setPermanentDelete(boolean performPermanentDelete)
Specifies whether the Delete Directive should perform a permanent delete. |
| Method Detail |
|---|
void setPermanentDelete(boolean performPermanentDelete)
By default all deletes of non-draft items are soft-deletes. Draft items are always permanently deleted.
performPermanentDelete - true if a permanent delete should be performed. false otherwiseboolean isPermanentDelete()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||