public class EditFilePropertiesDialog extends EditContentPropertiesDialog
| Modifier and Type | Field and Description |
|---|---|
protected AVMBrowseBean |
avmBrowseBean |
editableNode, TEMP_PROP_ENCODING, TEMP_PROP_MIMETYPEbrowseBean, isFinished, navigator, parameters| Constructor and Description |
|---|
EditFilePropertiesDialog() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
doPostCommitProcessing(javax.faces.context.FacesContext context,
java.lang.String outcome)
Performs any post commit processing subclasses may want to provide
|
protected java.lang.String |
finishImpl(javax.faces.context.FacesContext context,
java.lang.String outcome)
Performs the actual processing for the wizard.
|
protected java.lang.String |
formatErrorMessage(java.lang.Throwable exception)
Formats the error message to display if an error occurs during finish processing
|
protected org.alfresco.service.cmr.avm.AVMService |
getAvmService() |
protected FormsService |
getFormsService() |
protected Node |
initEditableNode()
Init the editable Node
|
void |
setAvmBrowseBean(AVMBrowseBean avmBrowseBean) |
void |
setAvmService(org.alfresco.service.cmr.avm.AVMService avmService) |
void |
setFormsService(FormsService formsService) |
getEditableNode, getErrorOutcome, getFinishButtonDisabled, initcancel, 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 AVMBrowseBean avmBrowseBean
public void setAvmBrowseBean(AVMBrowseBean avmBrowseBean)
avmBrowseBean - The AVMBrowseBean to set.public void setAvmService(org.alfresco.service.cmr.avm.AVMService avmService)
avmService - The AVMService to set.protected org.alfresco.service.cmr.avm.AVMService getAvmService()
public void setFormsService(FormsService formsService)
formsService - The FormsService to set.protected FormsService getFormsService()
protected Node initEditableNode()
EditContentPropertiesDialoginitEditableNode in class EditContentPropertiesDialogEditContentPropertiesDialog.initEditableNode()protected java.lang.String finishImpl(javax.faces.context.FacesContext context,
java.lang.String outcome)
throws java.lang.Exception
BaseDialogBeanfinishImpl in class EditContentPropertiesDialogcontext - FacesContextoutcome - The default outcomejava.lang.Exceptionprotected java.lang.String doPostCommitProcessing(javax.faces.context.FacesContext context,
java.lang.String outcome)
BaseDialogBeandoPostCommitProcessing in class EditContentPropertiesDialogcontext - FacesContextoutcome - The default outcomeprotected java.lang.String formatErrorMessage(java.lang.Throwable exception)
formatErrorMessage in class EditContentPropertiesDialogexception - The exceptionCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.