Uses of Class
wt.lifecycle.LifeCycleHistory

Packages that use LifeCycleHistory
wt.lifecycle
 
wt.lifecycle.history   
 

Uses of LifeCycleHistory in wt.lifecycle
 

Methods in wt.lifecycle that return LifeCycleHistory
 LifeCycleHistory StandardLifeCycleService.saveHistory(LifeCycleManaged object, Phase aPhase, String event)
          Create a history entry based on a life cycle event.
private  LifeCycleHistory StandardLifeCycleService.saveHistory(LifeCycleManaged object, Phase aPhase, String event, Timestamp timestamp)
           
private  LifeCycleHistory StandardLifeCycleService.buildHistory(LifeCycleManaged object, Phase aPhase, String historyEvent)
          History support *
 LifeCycleHistory SignatureHistory.getLifeCycleHistory()
          Gets the object for the association that plays role: LIFE_CYCLE_HISTORY_ROLE.
 LifeCycleHistory ObjectHistory.getHistory()
          Gets the object for the association that plays role: HISTORY_ROLE.
 LifeCycleHistory LifeCycleServiceSvr.saveHistory(LifeCycleManaged object, Phase aPhase, String event)
          Create a history entry based on a life cycle event.
static LifeCycleHistory LifeCycleHistory.newLifeCycleHistory()
          Default factory for the class.
 LifeCycleHistory CriterionHistory.getLifeCycleHistory()
          Gets the object for the association that plays role: LIFE_CYCLE_HISTORY_ROLE.
 LifeCycleHistory StandardLifeCycleService.saveHistory(LifeCycleManaged object, Phase aPhase, String event)
          Create a history entry based on a life cycle event.
private  LifeCycleHistory StandardLifeCycleService.saveHistory(LifeCycleManaged object, Phase aPhase, String event, Timestamp timestamp)
           
private  LifeCycleHistory StandardLifeCycleService.buildHistory(LifeCycleManaged object, Phase aPhase, String historyEvent)
          History support *
 LifeCycleHistory SignatureHistory.getLifeCycleHistory()
          Gets the object for the association that plays role: LIFE_CYCLE_HISTORY_ROLE.
 LifeCycleHistory ObjectHistory.getHistory()
          Gets the object for the association that plays role: HISTORY_ROLE.
 LifeCycleHistory LifeCycleServiceSvr.saveHistory(LifeCycleManaged object, Phase aPhase, String event)
          Create a history entry based on a life cycle event.
static LifeCycleHistory LifeCycleHistory.newLifeCycleHistory()
          Default factory for the class.
 LifeCycleHistory CriterionHistory.getLifeCycleHistory()
          Gets the object for the association that plays role: LIFE_CYCLE_HISTORY_ROLE.
 

Methods in wt.lifecycle with parameters of type LifeCycleHistory
 ArrayList StandardLifeCycleService.getSignatures(LifeCycleHistory history)
          returns an ArrayList of LifeCycleSignatures for a LifeCycleHistory

Supported API: false
 ArrayList StandardLifeCycleService.getCriterion(LifeCycleHistory history)
          returns an ArrayList of Criterion for a LifeCycleHistory

Supported API: false
private  void StandardLifeCycleService.cleanupCurrentPhase(LifeCycleManaged object, Phase current, LifeCycleHistory aHistory)
          Cleanup methods
private  void StandardLifeCycleService.removePhaseData(LifeCycleManaged object, Phase current, LifeCycleHistory aHistory)
           
private  void StandardLifeCycleService.cleanupSignatures(LifeCycleManaged object, Phase currentPhase, LifeCycleHistory aHistory)
           
private  void StandardLifeCycleService.cleanupCriteria(Phase aPhase, LifeCycleHistory aHistory)
           
private  void StandardLifeCycleService.logOrDelete(LifeCycleSignature aSignature, LifeCycleHistory aHistory, boolean deleting)
           
private  void StandardLifeCycleService.logOrDelete(Criterion aCriterion, LifeCycleHistory aHistory, boolean deleting)
           
 void SignatureHistory.setLifeCycleHistory(LifeCycleHistory theLifeCycleHistory)
          Sets the object for the association that plays role: LIFE_CYCLE_HISTORY_ROLE.
static SignatureHistory SignatureHistory.newSignatureHistory(LifeCycleHistory theLifeCycleHistory, LifeCycleSignature signature)
          Default factory for the class.
 void ObjectHistory.setHistory(LifeCycleHistory history)
          Sets the object for the association that plays role: HISTORY_ROLE.
static ObjectHistory ObjectHistory.newObjectHistory(LifeCycleManaged theLifeCycleManaged, LifeCycleHistory history)
          Default factory for the class.
 ArrayList LifeCycleServiceFwd.getSignatures(LifeCycleHistory history)
          returns an ArrayList of LifeCycleSignatures for a LifeCycleHistory

Supported API: false
 ArrayList LifeCycleServiceFwd.getCriterion(LifeCycleHistory history)
          returns an ArrayList of Criterion for a LifeCycleHistory

Supported API: false
 ArrayList LifeCycleService.getSignatures(LifeCycleHistory history)
          returns an ArrayList of LifeCycleSignatures for a LifeCycleHistory

Supported API: false
 ArrayList LifeCycleService.getCriterion(LifeCycleHistory history)
          returns an ArrayList of Criterion for a LifeCycleHistory

Supported API: false
protected  boolean LifeCycleHistory.readVersion(LifeCycleHistory thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 void CriterionHistory.setLifeCycleHistory(LifeCycleHistory theLifeCycleHistory)
          Sets the object for the association that plays role: LIFE_CYCLE_HISTORY_ROLE.
static CriterionHistory CriterionHistory.newCriterionHistory(LifeCycleHistory theLifeCycleHistory, Criterion criterion)
          Default factory for the class.
 ArrayList StandardLifeCycleService.getSignatures(LifeCycleHistory history)
          returns an ArrayList of LifeCycleSignatures for a LifeCycleHistory

Supported API: false
 ArrayList StandardLifeCycleService.getCriterion(LifeCycleHistory history)
          returns an ArrayList of Criterion for a LifeCycleHistory

Supported API: false
private  void StandardLifeCycleService.cleanupCurrentPhase(LifeCycleManaged object, Phase current, LifeCycleHistory aHistory)
          Cleanup methods
private  void StandardLifeCycleService.removePhaseData(LifeCycleManaged object, Phase current, LifeCycleHistory aHistory)
           
private  void StandardLifeCycleService.cleanupSignatures(LifeCycleManaged object, Phase currentPhase, LifeCycleHistory aHistory)
           
private  void StandardLifeCycleService.cleanupCriteria(Phase aPhase, LifeCycleHistory aHistory)
           
private  void StandardLifeCycleService.logOrDelete(LifeCycleSignature aSignature, LifeCycleHistory aHistory, boolean deleting)
           
private  void StandardLifeCycleService.logOrDelete(Criterion aCriterion, LifeCycleHistory aHistory, boolean deleting)
           
 void SignatureHistory.setLifeCycleHistory(LifeCycleHistory theLifeCycleHistory)
          Sets the object for the association that plays role: LIFE_CYCLE_HISTORY_ROLE.
static SignatureHistory SignatureHistory.newSignatureHistory(LifeCycleHistory theLifeCycleHistory, LifeCycleSignature signature)
          Default factory for the class.
 void ObjectHistory.setHistory(LifeCycleHistory history)
          Sets the object for the association that plays role: HISTORY_ROLE.
static ObjectHistory ObjectHistory.newObjectHistory(LifeCycleManaged theLifeCycleManaged, LifeCycleHistory history)
          Default factory for the class.
 ArrayList LifeCycleServiceFwd.getSignatures(LifeCycleHistory history)
          returns an ArrayList of LifeCycleSignatures for a LifeCycleHistory

Supported API: false
 ArrayList LifeCycleServiceFwd.getCriterion(LifeCycleHistory history)
          returns an ArrayList of Criterion for a LifeCycleHistory

Supported API: false
 ArrayList LifeCycleService.getSignatures(LifeCycleHistory history)
          returns an ArrayList of LifeCycleSignatures for a LifeCycleHistory

Supported API: false
 ArrayList LifeCycleService.getCriterion(LifeCycleHistory history)
          returns an ArrayList of Criterion for a LifeCycleHistory

Supported API: false
protected  boolean LifeCycleHistory.readVersion(LifeCycleHistory thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 void CriterionHistory.setLifeCycleHistory(LifeCycleHistory theLifeCycleHistory)
          Sets the object for the association that plays role: LIFE_CYCLE_HISTORY_ROLE.
static CriterionHistory CriterionHistory.newCriterionHistory(LifeCycleHistory theLifeCycleHistory, Criterion criterion)
          Default factory for the class.
 

Uses of LifeCycleHistory in wt.lifecycle.history
 

Fields in wt.lifecycle.history declared as LifeCycleHistory
private static LifeCycleHistory HistoryRowProcessor.myHistory
           
 

Constructors in wt.lifecycle.history with parameters of type LifeCycleHistory
HistoryRowProcessor(LifeCycleHistory history)
          Constructs a HistoryRowProcessor object.
HistoryRowProcessor(LifeCycleManaged lcm, LifeCycleHistory history)
          Constructs a HistoryRowProcessor object.