public class MonitorDeploymentDialog extends BaseDialogBean
| Modifier and Type | Field and Description |
|---|---|
protected AVMBrowseBean |
avmBrowseBean |
protected java.lang.String |
calledFromTaskDialog |
protected java.lang.String |
deployMode |
protected java.lang.String[] |
deployTo |
protected java.lang.String |
outcome |
protected java.lang.String |
store |
protected int |
versionToDeploy |
protected org.alfresco.service.cmr.repository.NodeRef |
webProjectRef |
protected org.alfresco.service.cmr.repository.NodeRef |
websiteRef |
browseBean, isFinished, navigator, parameters| Constructor and Description |
|---|
MonitorDeploymentDialog() |
| 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.
|
java.lang.String |
getCancelButtonLabel()
Returns the label to use for the cancel button
|
protected java.lang.String |
getDefaultCancelOutcome()
Returns the default cancel outcome
|
java.lang.String |
getDeployMode()
Returns the type of server to deploy to, either 'live' or 'test'.
|
java.lang.String[] |
getDeployTo()
Returns the remote servers to deploy to as an array
|
int |
getSnapshotVersion() |
java.lang.String |
getStore() |
org.alfresco.service.cmr.repository.NodeRef |
getWebProjectRef() |
void |
init(java.util.Map parameters)
Initialises the dialog bean
|
void |
setAvmBrowseBean(AVMBrowseBean avmBrowseBean) |
void |
setDeployTo(java.lang.String[] deployTo)
Sets the list of remote servers to deploy to
|
cancel, doPostCommitProcessing, finish, formatErrorMessage, getActionsConfigId, getActionsContext, getAdditionalButtons, getCheckOutCheckInService, getContainerDescription, getContainerSubTitle, getContainerTitle, getDefaultFinishOutcome, getDictionaryService, getErrorMessageId, getErrorOutcome, getFileFolderService, getFinishButtonDisabled, getFinishButtonLabel, getMoreActionsConfigId, getNamespaceService, getNodeService, getRuleService, getSearchService, getTransactionService, isFinished, restored, setBrowseBean, setDictionaryService, setFileFolderService, setNamespaceService, setNavigator, setNodeService, setSearchServiceprotected java.lang.String outcome
protected org.alfresco.service.cmr.repository.NodeRef webProjectRef
protected AVMBrowseBean avmBrowseBean
protected int versionToDeploy
protected java.lang.String[] deployTo
protected java.lang.String store
protected java.lang.String deployMode
protected java.lang.String calledFromTaskDialog
protected org.alfresco.service.cmr.repository.NodeRef websiteRef
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.Exceptionprotected java.lang.String getDefaultCancelOutcome()
BaseDialogBeangetDefaultCancelOutcome in class BaseDialogBeanpublic java.lang.String getCancelButtonLabel()
IDialogBeangetCancelButtonLabel in interface IDialogBeangetCancelButtonLabel in class BaseDialogBeanpublic void setAvmBrowseBean(AVMBrowseBean avmBrowseBean)
avmBrowseBean - The AVM BrowseBean to setpublic org.alfresco.service.cmr.repository.NodeRef getWebProjectRef()
public java.lang.String[] getDeployTo()
public void setDeployTo(java.lang.String[] deployTo)
deployTo - String array of servers to deploy topublic java.lang.String getDeployMode()
public java.lang.String getStore()
public int getSnapshotVersion()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.