Uses of Class
wt.workflow.definer.RoleVector

Packages that use RoleVector
wt.ixb.handlers.netmarkets   
wt.workflow.definer
Provides workflow classes responsible for the definition of processes, activities, and the other objects that compose the workflow network. 
 

Uses of RoleVector in wt.ixb.handlers.netmarkets
 

Methods in wt.ixb.handlers.netmarkets that return RoleVector
static RoleVector WfImportOrgUtils.getRoleVector(IxbElement roleVector)
           
 

Uses of RoleVector in wt.workflow.definer
 

Fields in wt.workflow.definer declared as RoleVector
private  RoleVector WfTemplateObject.overdueNotificationList
           
private  RoleVector WfAssignedActivityTemplate.roleList
           
private  RoleVector WfAssignedActivityTemplate.actorRoleList
           
 

Methods in wt.workflow.definer that return RoleVector
 RoleVector WfTemplateObject.getOverdueNotificationList()
          Gets the value of the attribute: OVERDUE_NOTIFICATION_LIST.
 RoleVector WfBlockTemplate.getOverdueNotificationList()
          Returns parent process' context overdue notification list if it exists; or its own if block is stand-alone.
protected  RoleVector WfAssignedActivityTemplate.getRoleList()
          Gets the value of the attribute: ROLE_LIST.
protected  RoleVector WfAssignedActivityTemplate.getActorRoleList()
          Gets the value of the attribute: ACTOR_ROLE_LIST.
protected  RoleVector WfAssignedActivityTemplate.convertRoles(RoleVector rv)
           
 

Methods in wt.workflow.definer with parameters of type RoleVector
 void WfTemplateObject.setOverdueNotificationList(RoleVector a_OverdueNotificationList)
          Sets the value of the attribute: OVERDUE_NOTIFICATION_LIST.
 void WfBlockTemplate.setOverdueNotificationList(RoleVector list)
          If the block template is nested, nothing happens; otherwise the overdue notification list is set to the one passed as argument.
protected  void WfAssignedActivityTemplate.setRoleList(RoleVector a_RoleList)
          Sets the value of the attribute: ROLE_LIST.
protected  void WfAssignedActivityTemplate.setActorRoleList(RoleVector a_ActorRoleList)
          Sets the value of the attribute: ACTOR_ROLE_LIST.
protected  RoleVector WfAssignedActivityTemplate.convertRoles(RoleVector rv)
           
protected  boolean RoleVector.readVersion(RoleVector thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.