public class EditAvmFileDialog extends BaseDialogBean
| Modifier and Type | Field and Description |
|---|---|
protected AVMBrowseBean |
avmBrowseBean
AVM Browse Bean reference
|
browseBean, isFinished, navigator, parameters| Constructor and Description |
|---|
EditAvmFileDialog() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
finishImpl(javax.faces.context.FacesContext context,
java.lang.String outcome)
Performs the actual processing for the wizard.
|
AVMNode |
getAvmNode() |
protected org.alfresco.service.cmr.avm.AVMService |
getAvmService() |
java.lang.String |
getCancelButtonLabel()
Returns the label to use for the cancel button
|
java.lang.String |
getContainerTitle()
Returns the title to be used for the dialog
|
java.lang.String |
getFileType32() |
java.lang.String |
getUrl() |
void |
init(java.util.Map parameters)
Initialises the dialog bean
|
void |
setAvmBrowseBean(AVMBrowseBean avmBrowseBean) |
void |
setAvmService(org.alfresco.service.cmr.avm.AVMService avmService) |
cancel, doPostCommitProcessing, finish, formatErrorMessage, getActionsConfigId, getActionsContext, getAdditionalButtons, getCheckOutCheckInService, getContainerDescription, getContainerSubTitle, getDefaultCancelOutcome, getDefaultFinishOutcome, getDictionaryService, getErrorMessageId, getErrorOutcome, getFileFolderService, getFinishButtonDisabled, getFinishButtonLabel, getMoreActionsConfigId, getNamespaceService, getNodeService, getRuleService, getSearchService, getTransactionService, isFinished, restored, setBrowseBean, setDictionaryService, setFileFolderService, setNamespaceService, setNavigator, setNodeService, setSearchServiceprotected AVMBrowseBean avmBrowseBean
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 setAvmBrowseBean(AVMBrowseBean avmBrowseBean)
avmBrowseBean - The AVMBrowseBean to set.public AVMNode getAvmNode()
public java.lang.String getFileType32()
public java.lang.String getUrl()
public void init(java.util.Map parameters)
IDialogBeaninit in interface IDialogBeaninit in class BaseDialogBeanparameters - Map of parameters for the dialogprotected java.lang.String finishImpl(javax.faces.context.FacesContext context,
java.lang.String outcome)
throws java.lang.Exception
BaseDialogBeanfinishImpl in class BaseDialogBeancontext - FacesContextoutcome - The default outcomejava.lang.Exceptionpublic java.lang.String getContainerTitle()
IDialogBeanIf this returns null the DialogManager will lookup the title via the dialog configuration
getContainerTitle in interface IDialogBeangetContainerTitle in class BaseDialogBeanpublic java.lang.String getCancelButtonLabel()
IDialogBeangetCancelButtonLabel in interface IDialogBeangetCancelButtonLabel in class BaseDialogBeanCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.