ix.ideel
Class IdeelController.ManualExpandOption

java.lang.Object
  |
  +--ix.ideel.IssueOption
        |
        +--ix.ideel.IdeelController.ExpandOption
              |
              +--ix.ideel.IdeelController.ManualExpandOption
All Implemented Interfaces:
IssueHandler, StatusValues
Enclosing class:
IdeelController

class IdeelController.ManualExpandOption
extends IdeelController.ExpandOption

Handles an issue by expanding it into subissues as specified explicitly by the user.


Inner classes inherited from class ix.ideel.IssueOption
IssueOption.ManualOption, IssueOption.NoActionOption, IssueOption.NotApplicableOption
 
Fields inherited from class ix.ideel.IdeelController.ExpandOption
env, issue, schema
 
Fields inherited from class ix.ideel.IssueOption
shortDescription
 
Fields inherited from interface ix.icore.process.StatusValues
PRIORITY_HIGH, PRIORITY_LOW, PRIORITY_MEDIUM, PRIORITY_NONE, PRODUCT_BLANK, PRODUCT_COMPLETE, PRODUCT_DRAFT, STATUS_BLANK, STATUS_COMPLETE, STATUS_EXECUTING, STATUS_IMPOSSIBLE, STATUS_NA, STATUS_POSSIBLE
 
Constructor Summary
(package private) IdeelController.ManualExpandOption(Issue issue, Schema schema)
           
 
Method Summary
 void handleIssue(Issue issue)
          Handle the issue in the manner appropriate to this issue-option.
 
Methods inherited from class ix.ideel.IdeelController.ExpandOption
do_expansion
 
Methods inherited from class ix.ideel.IssueOption
getActionDescription
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdeelController.ManualExpandOption

IdeelController.ManualExpandOption(Issue issue,
                                   Schema schema)
Method Detail

handleIssue

public void handleIssue(Issue issue)
Description copied from class: IssueOption
Handle the issue in the manner appropriate to this issue-option. This method merely changes the issue's status to COMPLETE and is overridden in subclasses that handle the issue in more interesting ways.
Overrides:
handleIssue in class IdeelController.ExpandOption