public class EditContentPropertiesDialog extends BaseDialogBean
| Modifier and Type | Field and Description |
|---|---|
protected Node |
editableNode |
protected static String |
TEMP_PROP_ENCODING |
protected static String |
TEMP_PROP_MIMETYPE |
browseBean, isFinished, navigator, parameters| Constructor and Description |
|---|
EditContentPropertiesDialog() |
| 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.
|
protected String |
formatErrorMessage(Throwable exception)
Formats the error message to display if an error occurs during finish processing
|
Node |
getEditableNode()
Returns the node being edited
|
protected String |
getErrorOutcome(Throwable exception)
The outcome to return if the given exception occurs
|
boolean |
getFinishButtonDisabled()
Determines whether the finish button on the dialog should be disabled
|
void |
init(Map<String,String> parameters)
Initialises the dialog bean
|
protected Node |
initEditableNode()
Init the editable Node
|
cancel, finish, getActionsConfigId, getActionsContext, getAdditionalButtons, getCancelButtonLabel, getCheckOutCheckInService, getContainerDescription, getContainerSubTitle, getContainerTitle, getDefaultCancelOutcome, getDefaultFinishOutcome, getDictionaryService, getErrorMessageId, getFileFolderService, getFinishButtonLabel, getMoreActionsConfigId, getNamespaceService, getNodeService, getRuleService, getSearchService, getTransactionService, isFinished, restored, setBrowseBean, setDictionaryService, setFileFolderService, setNamespaceService, setNavigator, setNodeService, setSearchServiceprotected static final String TEMP_PROP_MIMETYPE
protected static final String TEMP_PROP_ENCODING
protected Node editableNode
public void init(Map<String,String> parameters)
IDialogBeaninit in interface IDialogBeaninit in class BaseDialogBeanparameters - Map of parameters for the dialogprotected Node initEditableNode()
protected 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 formatErrorMessage(Throwable exception)
formatErrorMessage in class BaseDialogBeanexception - The exceptionprotected String getErrorOutcome(Throwable exception)
BaseDialogBeangetErrorOutcome in class BaseDialogBeanexception - The exception that got thrownpublic boolean getFinishButtonDisabled()
IDialogBeangetFinishButtonDisabled in interface IDialogBeangetFinishButtonDisabled in class BaseDialogBeanpublic Node getEditableNode()
Copyright © 2005–2018 Alfresco Software. All rights reserved.