|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ix.ideel.IssueOption | +--ix.ideel.IdeelController.ExpandOption
Handles an issue by expanding it into subissues as specified by a schema.
Inner classes inherited from class ix.ideel.IssueOption |
IssueOption.ManualOption, IssueOption.NoActionOption, IssueOption.NotApplicableOption |
Field Summary | |
(package private) MatchEnv |
env
|
(package private) Issue |
issue
|
(package private) Schema |
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.ExpandOption(Issue issue,
Schema schema,
MatchEnv env)
|
Method Summary | |
protected void |
do_expansion(IdeelIssue issue)
|
void |
handleIssue(Issue issue)
Handle the issue in the manner appropriate to this issue-option. |
Methods inherited from class ix.ideel.IssueOption |
getActionDescription |
Methods inherited from class java.lang.Object |
|
Field Detail |
Issue issue
Schema schema
MatchEnv env
Constructor Detail |
IdeelController.ExpandOption(Issue issue, Schema schema, MatchEnv env)
Method Detail |
public void handleIssue(Issue issue)
IssueOption
handleIssue
in class IssueOption
protected void do_expansion(IdeelIssue issue)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |