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 class IdeelController.OtherReportsIssue
extends IdeelIssue


Inner classes inherited from class ix.icore.process.PNode
PNode.MakeVarIfUnbound
 
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, patternVars, postNodes, preNodes, schema, status, varTable
 
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 actionCanBeTakenNow(IssueOption opt)
           
 void setStatus(int status)
          Changes the node's status and then that of related nodes.
(package private)  void setStatusBasedOn(Report report)
           
(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, forwardIssue, getOptions, getParameters, getPriority, getProperties, getRef, getReportBack, getReports, getSenderId, getStatus, getVerb, handleReportBack, hasOption, setPriority, setProperties, setRef, setReportBack, setSenderId
 
Methods inherited from class ix.icore.process.PNode
allComputeStatus, allHaveStatus, computeStatus, expandOneLevel, getUnboundVars, isAncestorOf, isDescendentOf, 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

actionCanBeTakenNow

boolean actionCanBeTakenNow(IssueOption opt)
Overrides:
actionCanBeTakenNow in class IdeelIssue

setStatus

public void setStatus(int status)
Description copied from class: PNode
Changes the node's status and then that of related nodes.
Overrides:
setStatus in class IdeelIssue

setStatusBasedOn

void setStatusBasedOn(Report report)
Overrides:
setStatusBasedOn in class IdeelIssue