org.alfresco.web.bean.wcm
Class SubmitConfigureWorkflowDialog

java.lang.Object
  extended by org.alfresco.web.bean.dialog.BaseDialogBean
      extended by org.alfresco.web.bean.wcm.FormWorkflowDialog
          extended by org.alfresco.web.bean.wcm.SubmitConfigureWorkflowDialog
All Implemented Interfaces:
java.io.Serializable, IDialogBean

public class SubmitConfigureWorkflowDialog
extends FormWorkflowDialog

Configure Workflow sub-dialog for the Submit Dialog.

See Also:
Serialized Form

Field Summary
protected  SubmitDialog submitDialog
           
 
Fields inherited from class org.alfresco.web.bean.wcm.FormWorkflowDialog
websiteWizard, workflowNode
 
Fields inherited from class org.alfresco.web.bean.dialog.BaseDialogBean
browseBean, isFinished, navigator, parameters
 
Constructor Summary
SubmitConfigureWorkflowDialog()
           
 
Method Summary
 WorkflowConfiguration getActionWorkflow()
           
 void setSubmitDialog(SubmitDialog submitDialog)
           
 
Methods inherited from class org.alfresco.web.bean.wcm.FormWorkflowDialog
finishImpl, getFilenamePattern, getFinishButtonDisabled, getWorkflowMetadataNode, getWorkflowService, init, setCreateWebsiteWizard, setFilenamePattern, setWorkflowService
 
Methods inherited from class org.alfresco.web.bean.dialog.BaseDialogBean
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, setSearchService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

submitDialog

protected SubmitDialog submitDialog
Constructor Detail

SubmitConfigureWorkflowDialog

public SubmitConfigureWorkflowDialog()
Method Detail

setSubmitDialog

public void setSubmitDialog(SubmitDialog submitDialog)
Parameters:
submitDialog - The SubmitDialog to set.

getActionWorkflow

public WorkflowConfiguration getActionWorkflow()
Overrides:
getActionWorkflow in class FormWorkflowDialog
Returns:
an object representing the workflow for the current action


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.