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.
handleAutoTransition
boolean handleAutoTransition(CqRecord cqRecord,
CqAction cqAction)
- Notify the client of a state transition
- Parameters:
cqRecord
- the record being transitionedcqAction
- the action being performed
- Returns:
- true if the record's state was transitioned; false otherwise
Copyright © IBM 2011. All rights reserved.