public class WorkSourceAlignFlowsEscalationsWizardPage
extends org.eclipse.jface.wizard.WizardPage
IWizardPage
to align TaskFlowModel
and
TaskEscalationModel
instances of the TaskModel
instances for
the WorkModel
.Constructor and Description |
---|
WorkSourceAlignFlowsEscalationsWizardPage(WorkInstance workInstance)
Conforms the
Work . |
Modifier and Type | Method and Description |
---|---|
void |
createControl(org.eclipse.swt.widgets.Composite parent) |
Map<String,Map<String,String>> |
getTaskEscalationTypeMappingForTask()
Obtains the mapping of
TaskEscalationType type to
TaskEscalationModel type for a particular TaskModel name. |
Map<String,Map<String,String>> |
getTaskFlowNameMappingForTask()
|
void |
loadWorkTaskMappingAndWorkSourceInstance(Map<String,String> workTaskNameMapping,
WorkSourceInstance workSourceInstance)
|
canFlipToNextPage, getContainer, getDialogSettings, getImage, getName, getNextPage, getPreviousPage, getShell, getWizard, isCurrentPage, isPageComplete, setDescription, setErrorMessage, setImageDescriptor, setMessage, setPageComplete, setPreviousPage, setTitle, setWizard, toString
convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, dispose, getControl, getDescription, getDialogFontName, getErrorMessage, getFont, getMessage, getMessageType, getTitle, getToolTipText, initializeDialogUnits, isControlCreated, performHelp, setButtonLayoutData, setControl, setMessage, setVisible
public WorkSourceAlignFlowsEscalationsWizardPage(WorkInstance workInstance)
Work
.workInstance
- WorkInstance
being refactored.public void loadWorkTaskMappingAndWorkSourceInstance(Map<String,String> workTaskNameMapping, WorkSourceInstance workSourceInstance)
workTaskNameMapping
- Mapping of TaskType
name to WorkTaskModel
name.workSourceInstance
- WorkSourceInstance
of the selected WorkSource
.public Map<String,Map<String,String>> getTaskFlowNameMappingForTask()
TaskFlowType
name to TaskFlowModel
name for a particular TaskModel
name.public Map<String,Map<String,String>> getTaskEscalationTypeMappingForTask()
TaskEscalationType
type to
TaskEscalationModel
type for a particular TaskModel
name.TaskFlowType
name to
TaskEscalationModel
name for a particular
TaskModel
name.public void createControl(org.eclipse.swt.widgets.Composite parent)
Copyright © 2005–2016. All rights reserved.