|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.web.bean.dialog.BaseDialogBean
org.alfresco.web.bean.wcm.MonitorDeploymentDialog
public class MonitorDeploymentDialog
Monitors the deployment of a web project snapshot to one or more remote servers.
Field Summary | |
---|---|
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
|
Fields inherited from class org.alfresco.web.bean.dialog.BaseDialogBean |
---|
browseBean, isFinished, navigator, parameters |
Constructor Summary | |
---|---|
MonitorDeploymentDialog()
|
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected 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
Constructor Detail |
---|
public MonitorDeploymentDialog()
Method Detail |
---|
public void init(java.util.Map parameters)
IDialogBean
init
in interface IDialogBean
init
in class BaseDialogBean
parameters
- Map of parameters for the dialogprotected java.lang.String finishImpl(javax.faces.context.FacesContext context, java.lang.String outcome) throws java.lang.Exception
BaseDialogBean
finishImpl
in class BaseDialogBean
context
- FacesContextoutcome
- The default outcome
java.lang.Exception
protected java.lang.String getDefaultCancelOutcome()
BaseDialogBean
getDefaultCancelOutcome
in class BaseDialogBean
public java.lang.String getCancelButtonLabel()
IDialogBean
getCancelButtonLabel
in interface IDialogBean
getCancelButtonLabel
in class BaseDialogBean
public 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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |