|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.fc.WTObject
wt.team.WTRoleHolder2
wt.team.WTActorRoleHolder2
public abstract class WTActorRoleHolder2
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
void |
addActorRole(Role role,
wt.project.ActorRole assignment)
Add a role to actor role assignment to the holder Supported API: true |
void |
deleteActorRoleTarget(Role leftRole,
wt.project.ActorRole rightRole)
Remove role to actor role assignment pair Supported API: true |
void |
deleteRole(Role role)
Remove the role and all associated principals and actor roles from the rolePrincipalMap and the roleActorRoleMap Supported API: true |
Enumeration |
getActorRoleTarget(Role leftRole)
Answer an enumeration of the actor roles associated with a given role. |
Vector |
getRoles()
Answer an enumeration of roles defined in the rolePrincipalMap and the roleActorRoleMap Supported API: true |
| Methods inherited from class wt.team.WTRoleHolder2 |
|---|
addPool, addPrincipal, deletePoolTarget, deletePrincipalTarget, getMembers, getPoolTarget, getPrincipalTarget |
| Methods inherited from class wt.fc.WTObject |
|---|
getDisplayIdentifier, getDisplayIdentity, getDisplayType |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface wt.team.RoleHolder2 |
|---|
getPrincipalTarget |
| Method Detail |
|---|
public void addActorRole(Role role,
wt.project.ActorRole assignment)
throws WTException
role - the 'key' role object to be added to the RoleHolderassignment - The 'associated' role object that is mapped to another role. At runtime, this role is resolved to a principal.
WTException
public Enumeration getActorRoleTarget(Role leftRole)
throws WTException
leftRole - the role object which is the key used to retrieve all the associated actor roles
WTException
public void deleteActorRoleTarget(Role leftRole,
wt.project.ActorRole rightRole)
throws WTException
leftRole - the 'key' role object in the role to role assocation that should be removedrightRole - the 'associated' role in the role to role map that should be removed
WTException
public Vector getRoles()
throws WTException
getRoles in class WTRoleHolder2WTException
public void deleteRole(Role role)
throws WTException
deleteRole in class WTRoleHolder2role -
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||