Uses of Interface
net.sourceforge.groboutils.pmti.v1.IEditableIssueState

Packages that use IEditableIssueState
net.sourceforge.groboutils.pmti.v1   
net.sourceforge.groboutils.pmti.v1.defimpl   
 

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

Methods in net.sourceforge.groboutils.pmti.v1 that return IEditableIssueState
 IEditableIssueState[] IEditableIssue.getNextStates()
          Returns the list of all states that this issue can move to next.
 

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

Classes in net.sourceforge.groboutils.pmti.v1.defimpl that implement IEditableIssueState
 class DefaultEditableIssueState
          An editable form of an issue's state.
 

Methods in net.sourceforge.groboutils.pmti.v1.defimpl that return IEditableIssueState
 IEditableIssueState[] AbstractEditableIssue.getNextStates()
          Returns the list of all states that this issue can move to next.
protected abstract  IEditableIssueState[] AbstractEditableIssue.createNextEditableIssueStates(IIssueState is)
          Creates a set of editable issue states that can be set as 'next' for is.
 

Methods in net.sourceforge.groboutils.pmti.v1.defimpl with parameters of type IEditableIssueState
protected abstract  IIssueState AbstractEditableIssue.createImmutableIssueState(IEditableIssueState eis)
          Create a non-editable version of eis.
 



Copyright © 2001-2003 by The GroboUtils Project