com.sri.emo.wizard.creation
Class CreationWizardSelector
java.lang.Object
com.sri.emo.wizard.creation.CreationWizardSelector
public class CreationWizardSelector
- extends Object
Allows for locating completion wizards for a given node.
- Version:
- 1.0
- Author:
- Michael Rimov
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreationWizardSelector
public CreationWizardSelector()
locateCompletionWizardForNode
public Transition locateCompletionWizardForNode(String definingNodeId,
String optionalNodeToModifyId)
throws WizardException
- Resolves a definingNodeId to a CompletionWizard.
- Parameters:
definingNodeId
- String the target node id by which the completion wizard
is found.optionalNodeToModifyId
- String the node id to operate the wizard on. May be null.
- Returns:
- Transition to the appropriate wizard gateway with parameters populated
or null if no appropriate completion wizard is found.
- Throws:
WizardException
Copyright © 2004-2006 Codeguild, Inc.. All Rights Reserved.