Uses of Class
wt.workflow.definer.TeamRefVector

Packages that use TeamRefVector
wt.team
 
wt.workflow.definer
Provides workflow classes responsible for the definition of processes, activities, and the other objects that compose the workflow network. 
 

Uses of TeamRefVector in wt.team
 

Methods in wt.team with parameters of type TeamRefVector
static PreparedStatement MigrateProjectToTeamObject.updateWAATRow(TeamRefVector tRV, String objectId, PreparedStatement pStatement)
           
static PreparedStatement MigrateProjectToTeamObject.updateWAATRow(TeamRefVector tRV, String objectId, PreparedStatement pStatement)
           
 

Uses of TeamRefVector in wt.workflow.definer
 

Fields in wt.workflow.definer declared as TeamRefVector
private  TeamRefVector WfAssignedActivityTemplate.teamRefList
           
 

Methods in wt.workflow.definer that return TeamRefVector
protected  TeamRefVector WfAssignedActivityTemplate.getTeamRefList()
          Gets the value of the attribute: TEAM_REF_LIST.
protected  TeamRefVector WfAssignedActivityTemplate.convertTeamRefs(TeamRefVector trv)
           
 

Methods in wt.workflow.definer with parameters of type TeamRefVector
protected  void WfAssignedActivityTemplate.setTeamRefList(TeamRefVector a_TeamRefList)
          Sets the value of the attribute: TEAM_REF_LIST.
protected  TeamRefVector WfAssignedActivityTemplate.convertTeamRefs(TeamRefVector trv)
           
protected  boolean TeamRefVector.readVersion(TeamRefVector thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.