|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
These methods are can only be invoked from classes running in the server.
Supported API: false
Extendable: false
TeamServerHelper
Method Summary | |
List |
createTeams(Collection collection,
WTKeyedMap phaseTemplates)
Creates a new Team based off the roleholder. |
TeamManaged |
doReteam(TeamManaged object,
TeamTemplateReference teamTempRef)
Associate the object with a new team Supported API: false |
WTPrincipalReference |
resolveActorRole(ActorRole actorRole,
Persistable object)
Given an actorRole and an object, resolve the actor role to a principal Supported API: false |
List |
resolveLCRoles(WTList list,
WTKeyedMap phaseTemplates)
This API resolved the lifecycle roles for the current phase of the lifecycle. |
TeamManaged |
validateReteam(TeamManaged object,
TeamTemplateReference teamTempRef)
Perform pre-team validations Supported API: false |
Method Detail |
public TeamManaged doReteam(TeamManaged object, TeamTemplateReference teamTempRef) throws WTException, TeamException
object
- the TeamManaged object to be re-teamedteamTempRef
-
WTException
TeamException
public TeamManaged validateReteam(TeamManaged object, TeamTemplateReference teamTempRef) throws WTException, TeamException
object
- theTeamManaged object that should be re-teamed.teamTempRef
-
WTException
TeamException
public WTPrincipalReference resolveActorRole(ActorRole actorRole, Persistable object) throws WTException
actorRole
- the ActorRole to be resolvedobject
- the object that is used to lookup a principal for the ActorRole
WTException
public List createTeams(Collection collection, WTKeyedMap phaseTemplates) throws WTException
collection
- A collection of a collection of objects that need a team. A new team will be created for each object in the collection. This sub collections should be a collection of Persistables.phaseTemplates
-
WTException
public List resolveLCRoles(WTList list, WTKeyedMap phaseTemplates) throws WTException
list
- This is a WTList of objects whoose team needs to be updated.phaseTemplates
- This is a map of the phaseTemplates to the objects in the list.
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |