|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ix.ideel.IssueOption
One of the ways an issue might be handled.
Inner Class Summary | |
(package private) static class |
IssueOption.ManualOption
Indicates that the issue has been handled by the user. |
(package private) static class |
IssueOption.NoActionOption
Handles an issue by doing nothing. |
(package private) static class |
IssueOption.NotApplicableOption
Used to indicate the the issue does not apply in the current situation. |
Field Summary | |
(package private) java.lang.String |
shortDescription
Briefly describes how this option would handle an issue. |
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) |
IssueOption()
Constructor for use by subclasses. |
Method Summary | |
java.lang.String |
getActionDescription()
Returns a brief description of how this option would handle an issue. |
void |
handleIssue(Issue i)
Handle the issue in the manner appropriate to this issue-option. |
Methods inherited from class java.lang.Object |
|
Field Detail |
java.lang.String shortDescription
Constructor Detail |
IssueOption()
Method Detail |
public void handleIssue(Issue i)
handleIssue
in interface IssueHandler
public java.lang.String getActionDescription()
getActionDescription
in interface IssueHandler
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |