ix.ideel
Class IdeelController.OtherReportsIssue

java.lang.Object
  |
  +--ix.icore.process.PNode
        |
        +--ix.ideel.IdeelIssue
              |
              +--ix.ideel.IdeelController.OtherReportsIssue
All Implemented Interfaces:
Issue, StatusValues
Enclosing class:
IdeelController

public static class IdeelController.OtherReportsIssue
extends IdeelIssue


Fields inherited from class ix.ideel.IdeelIssue
comments, fullDescription, listeners, options, parameters, priority, properties, reportRef, reports, shortDescription, verb
 
Fields inherited from class ix.icore.process.PNode
children, level, parent, pattern, postNodes, preNodes, schema, status
 
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
IdeelController.OtherReportsIssue(java.lang.String text)
           
 
Method Summary
(package private)  boolean wantsReport(Report report)
           
 
Methods inherited from class ix.ideel.IdeelIssue
addIssueListener, addOption, addReport, ensureReportRef, expandOneLevel, findOption, fireIssueEdited, fireNewOption, fireNewReport, firePriorityChanged, fireStatusChanged, forwardIssue, getOptions, getParameters, getPriority, getProperties, getRef, getReportBack, getReports, getSenderId, getStatus, getVerb, handleReportBack, hasOption, setPriority, setProperties, setStatus
 
Methods inherited from class ix.icore.process.PNode
allComputeStatus, allHaveStatus, computeStatus, expandOneLevel, linkBefore, processOrderings, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IdeelController.OtherReportsIssue

public IdeelController.OtherReportsIssue(java.lang.String text)
Method Detail

wantsReport

boolean wantsReport(Report report)
Overrides:
wantsReport in class IdeelIssue