public class DeleteSpaceDialog extends BaseDialogBean
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
hasMultipleParents |
browseBean, isFinished, navigator, parameters| Constructor and Description |
|---|
DeleteSpaceDialog() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
doPostCommitProcessing(javax.faces.context.FacesContext context,
String outcome)
Performs any post commit processing subclasses may want to provide
|
protected String |
finishImpl(javax.faces.context.FacesContext context,
String outcome)
Performs the actual processing for the wizard.
|
boolean |
getArchiveNodes() |
String |
getConfirmMessage()
Returns the confirmation to display to the user before deleting the content.
|
protected String |
getConfirmMessageId() |
String |
getDeleteMode() |
protected String |
getErrorMessageId()
The default message id to use in error messages
|
boolean |
getExecuteRules() |
boolean |
getFinishButtonDisabled()
Determines whether the finish button on the dialog should be disabled
|
boolean |
getHasMultipleParents() |
void |
init(Map<String,String> parameters)
Initialises the dialog bean
|
void |
setArchiveNodes(boolean archiveNodes) |
void |
setDeleteMode(String deleteMode) |
void |
setExecuteRules(boolean executeRules) |
cancel, finish, formatErrorMessage, getActionsConfigId, getActionsContext, getAdditionalButtons, getCancelButtonLabel, getCheckOutCheckInService, getContainerDescription, getContainerSubTitle, getContainerTitle, getDefaultCancelOutcome, getDefaultFinishOutcome, getDictionaryService, getErrorOutcome, getFileFolderService, getFinishButtonLabel, getMoreActionsConfigId, getNamespaceService, getNodeService, getRuleService, getSearchService, getTransactionService, isFinished, restored, setBrowseBean, setDictionaryService, setFileFolderService, setNamespaceService, setNavigator, setNodeService, setSearchServicepublic void init(Map<String,String> parameters)
IDialogBeaninit in interface IDialogBeaninit in class BaseDialogBeanparameters - Map of parameters for the dialogprotected String finishImpl(javax.faces.context.FacesContext context, String outcome) throws Exception
BaseDialogBeanfinishImpl in class BaseDialogBeancontext - FacesContextoutcome - The default outcomeExceptionprotected String doPostCommitProcessing(javax.faces.context.FacesContext context, String outcome)
BaseDialogBeandoPostCommitProcessing in class BaseDialogBeancontext - FacesContextoutcome - The default outcomeprotected String getErrorMessageId()
BaseDialogBeangetErrorMessageId in class BaseDialogBeanpublic boolean getFinishButtonDisabled()
IDialogBeangetFinishButtonDisabled in interface IDialogBeangetFinishButtonDisabled in class BaseDialogBeanprotected String getConfirmMessageId()
public String getConfirmMessage()
public String getDeleteMode()
public void setDeleteMode(String deleteMode)
deleteMode - The delete operation mode to set.public boolean getHasMultipleParents()
public boolean getExecuteRules()
public void setExecuteRules(boolean executeRules)
executeRules - execute rules during deletepublic boolean getArchiveNodes()
public void setArchiveNodes(boolean archiveNodes)
archiveNodes - archive nodes during deleteCopyright © 2005–2018 Alfresco Software. All rights reserved.