public class FormWorkflowDialog extends BaseDialogBean
| Modifier and Type | Field and Description |
|---|---|
protected CreateWebsiteWizard |
websiteWizard |
protected TransientNode |
workflowNode |
browseBean, isFinished, navigator, parameters| Constructor and Description |
|---|
FormWorkflowDialog() |
| 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.
|
WorkflowConfiguration |
getActionWorkflow() |
java.lang.String |
getFilenamePattern() |
boolean |
getFinishButtonDisabled()
Determines whether the finish button on the dialog should be disabled
|
Node |
getWorkflowMetadataNode()
Returns the Node representing the start task metadata required
|
protected org.alfresco.service.cmr.workflow.WorkflowService |
getWorkflowService() |
void |
init(java.util.Map parameters)
Initialises the dialog bean
|
void |
setCreateWebsiteWizard(CreateWebsiteWizard wizard) |
void |
setFilenamePattern(java.lang.String filenamePattern) |
void |
setWorkflowService(org.alfresco.service.cmr.workflow.WorkflowService workflowService) |
cancel, doPostCommitProcessing, finish, formatErrorMessage, getActionsConfigId, getActionsContext, getAdditionalButtons, getCancelButtonLabel, getCheckOutCheckInService, getContainerDescription, getContainerSubTitle, getContainerTitle, getDefaultCancelOutcome, getDefaultFinishOutcome, getDictionaryService, getErrorMessageId, getErrorOutcome, getFileFolderService, getFinishButtonLabel, getMoreActionsConfigId, getNamespaceService, getNodeService, getRuleService, getSearchService, getTransactionService, isFinished, restored, setBrowseBean, setDictionaryService, setFileFolderService, setNamespaceService, setNavigator, setNodeService, setSearchServiceprotected CreateWebsiteWizard websiteWizard
protected TransientNode workflowNode
public void setWorkflowService(org.alfresco.service.cmr.workflow.WorkflowService workflowService)
workflowService - The WorkflowService to set.protected org.alfresco.service.cmr.workflow.WorkflowService getWorkflowService()
public void setCreateWebsiteWizard(CreateWebsiteWizard wizard)
wizard - The Create Website Wizard to set.public java.lang.String getFilenamePattern()
public void setFilenamePattern(java.lang.String filenamePattern)
filenamePattern - The filename pattern to set.public void init(java.util.Map parameters)
IDialogBeaninit in interface IDialogBeaninit in class BaseDialogBeanparameters - Map of parameters for the dialogBaseDialogBean.init(java.util.Map)protected 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.ExceptionBaseDialogBean.finishImpl(javax.faces.context.FacesContext, java.lang.String)public boolean getFinishButtonDisabled()
IDialogBeangetFinishButtonDisabled in interface IDialogBeangetFinishButtonDisabled in class BaseDialogBeanBaseDialogBean.getFinishButtonDisabled()public WorkflowConfiguration getActionWorkflow()
public Node getWorkflowMetadataNode()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.