Project: stp

com.ibm.rational.wvcm.stp.cc
Interface CqRecordAutoTransitionCallback


public interface CqRecordAutoTransitionCallback

Interface to let a CM API application deal with state transitions of ClearQuest records. This callback is invoked if there are required fields for the transition that the user needs to provide.


Method Summary
 boolean handleAutoTransition(CqRecord cqRecord, CqAction cqAction)
          Notify the client of a state transition
 

Method Detail

handleAutoTransition

boolean handleAutoTransition(CqRecord cqRecord,
                             CqAction cqAction)
Notify the client of a state transition

Parameters:
cqRecord - the record being transitioned
cqAction - the action being performed
Returns:
true if the record's state was transitioned; false otherwise

Generated Wed 22-May-2013 09:09 AM

Copyright © IBM 2013. All rights reserved.