Uses of Class
net.sourceforge.groboutils.pmti.v1.ProblemManagerException

Packages that use ProblemManagerException
net.sourceforge.groboutils.pmti.v1   
net.sourceforge.groboutils.pmti.v1.defimpl   
net.sourceforge.groboutils.pmti.v1.itf The Issue Traceability Framework
 

Uses of ProblemManagerException in net.sourceforge.groboutils.pmti.v1
 

Subclasses of ProblemManagerException in net.sourceforge.groboutils.pmti.v1
 class IssueRemovedException
          General exception thrown by the Problem Manager if an unexpected circumstance occurs.
 

Methods in net.sourceforge.groboutils.pmti.v1 that throw ProblemManagerException
 java.lang.String[] IProblemManager.getIssueIDs()
          Returns a list of all issue IDs known by the PMT.
 java.lang.String[] IProblemManager.getIssueIDsForTemplate(IIssue issue)
          Returns all issue IDs that match the given 'template'.
 IIssue IProblemManager.getIssueByID(java.lang.String id)
          Returns the issue associated with the given unique issue ID.
 IEditableIssue IProblemManager.editIssue(IIssue issue)
          Given the real issue, returns the editable version of the issue.
 IEditableIssue IProblemManager.createIssue(java.lang.String type)
          Creates a new issue of the given type.
 IIssue IIssue.reload()
          Returns a new issue instance, containing the most up-to-date tracker information for this issue.
 void IEditableIssue.setState(IIssueState state)
          Sets the current state.
 void IEditableIssue.commit()
          Commits all changes from the issue to the tracker.
 

Uses of ProblemManagerException in net.sourceforge.groboutils.pmti.v1.defimpl
 

Methods in net.sourceforge.groboutils.pmti.v1.defimpl that throw ProblemManagerException
abstract  IIssue AbstractIssue.reload()
          Reloads all the data in this issue so that it reflects the most current tracker data possible.
abstract  IIssue AbstractEditableIssue.reload()
           
 void AbstractEditableIssue.setState(IIssueState state)
          Sets the current state.
abstract  void AbstractEditableIssue.commit()
          Commits all changes from the issue to the tracker.
protected  void AbstractEditableIssue.assertStateCanBeNext(IIssueState state)
           
 

Uses of ProblemManagerException in net.sourceforge.groboutils.pmti.v1.itf
 

Methods in net.sourceforge.groboutils.pmti.v1.itf that throw ProblemManagerException
 IEditableIssue ITFReadProblemManager.editIssue(IIssue issue)
          Given the real issue, returns the editable version of the issue.
 IEditableIssue ITFReadProblemManager.createIssue(java.lang.String type)
          Creates a new issue of the given type.
 



Copyright © 2001-2003 by The GroboUtils Project