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(FacesContext context,
String outcome)
Performs any post commit processing subclasses may want to provide
|
protected String |
finishImpl(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, setSearchService
public void init(Map<String,String> parameters)
IDialogBean
init
in interface IDialogBean
init
in class BaseDialogBean
parameters
- Map of parameters for the dialogprotected String finishImpl(FacesContext context, String outcome) throws Exception
BaseDialogBean
finishImpl
in class BaseDialogBean
context
- FacesContextoutcome
- The default outcomeException
protected String doPostCommitProcessing(FacesContext context, String outcome)
BaseDialogBean
doPostCommitProcessing
in class BaseDialogBean
context
- FacesContextoutcome
- The default outcomeprotected String getErrorMessageId()
BaseDialogBean
getErrorMessageId
in class BaseDialogBean
public boolean getFinishButtonDisabled()
IDialogBean
getFinishButtonDisabled
in interface IDialogBean
getFinishButtonDisabled
in class BaseDialogBean
protected 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–2017 Alfresco Software. All rights reserved.