Uses of Class
wt.project.RolePrincipalTable

Packages that use RolePrincipalTable
wt.project The notion of a Project has been replaced by a Team, see the wt.team package instead. 
wt.workflow.engine
Provides workflow classes responsible for the flow of control and data from an execution point of view. 
 

Uses of RolePrincipalTable in wt.project
 

Fields in wt.project declared as RolePrincipalTable
private  RolePrincipalTable WTRoleHolder.rolePrincipalMap
          Deprecated.  
 

Methods in wt.project that return RolePrincipalTable
 RolePrincipalTable WTRoleHolder.getRolePrincipalMap()
          Deprecated. Gets the value of the attribute: ROLE_PRINCIPAL_MAP.
 RolePrincipalTable RoleHolder.getRolePrincipalMap()
          Deprecated. Gets the value of the attribute: ROLE_PRINCIPAL_MAP.
 

Methods in wt.project with parameters of type RolePrincipalTable
 void WTRoleHolder.setRolePrincipalMap(RolePrincipalTable a_RolePrincipalMap)
          Deprecated. Sets the value of the attribute: ROLE_PRINCIPAL_MAP.
 String WTRoleHolder.mapAsString(RolePrincipalTable aMap)
          Deprecated.  
protected  boolean RolePrincipalTable.readVersion(RolePrincipalTable thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Deprecated. Reads the non-transient fields of this class from an external source.
 void RoleHolder.setRolePrincipalMap(RolePrincipalTable a_RolePrincipalMap)
          Deprecated. Sets the value of the attribute: ROLE_PRINCIPAL_MAP.
 

Uses of RolePrincipalTable in wt.workflow.engine
 

Fields in wt.workflow.engine declared as RolePrincipalTable
private  RolePrincipalTable WfProcess.rolePrincipalMap
           
private  RolePrincipalTable WfProcess.rolePrincipalMap
           
 

Methods in wt.workflow.engine that return RolePrincipalTable
 RolePrincipalTable WfProcess.getRolePrincipalMap()
          Gets the value of the attribute: ROLE_PRINCIPAL_MAP.
 RolePrincipalTable WfProcess.getRolePrincipalMap()
          Gets the value of the attribute: ROLE_PRINCIPAL_MAP.
 

Methods in wt.workflow.engine with parameters of type RolePrincipalTable
 void WfProcess.setRolePrincipalMap(RolePrincipalTable a_RolePrincipalMap)
          Sets the value of the attribute: ROLE_PRINCIPAL_MAP.
 void WfProcess.setRolePrincipalMap(RolePrincipalTable a_RolePrincipalMap)
          Sets the value of the attribute: ROLE_PRINCIPAL_MAP.