com.sri.emo.wizard.creation
Class CreationWizardSelector

java.lang.Object
  extended by 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

Constructor Summary
CreationWizardSelector()
           
 
Method Summary
 Transition locateCompletionWizardForNode(String definingNodeId, String optionalNodeToModifyId)
          Resolves a definingNodeId to a CompletionWizard.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreationWizardSelector

public CreationWizardSelector()
Method Detail

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.