Package wt.team
Interface TeamService
TeamService provides client invokable methods to team services. These
methods are executed on the server side.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddRolePoolMap(Role role, WTObject pool, WTRoleHolder2 roleHolder) Add a role to pooll assignment to the roleholder If the WTPrincinpal is not enabled, this action will be ignored.voidaddRolePrincipalMap(Role role, WTPrincipal principal, WTRoleHolder2 roleHolder) Add a role to principal assignment to the roleholder If the WTPrincinpal is not enabled, this action will be ignored.voidaddRoleRoleMap(Role leftRole, Role rightRole, WTIndirectRoleHolder2 roleHolder) Add a role to role assignment to the roleholder
Supported API: trueaugmentRoles(HashMap<LifeCycleManaged, TeamReference> lcmObjectMap) Given a Hash Map of LifeCycleManaged object and a TeamReference, change the role participants to reflect those in the RoleHolder2 and dynamically update the participants of all Workflow Processes associated to the TeamReference.voidaugmentRoles(LifeCycleManaged object, TeamReference team) Given a LifeCycleManaged object and a TeamReference, change the role participants to reflect those in the RoleHolder2 and dynamically update the participants of all Workflow Processes associated to the TeamReference.copyTeam(Team team, String copyName, AdminDomainRef domain, boolean persist) Produces a copy of the Team object with the name passed as argument.copyTeamTemplate(WTContainerRef containerRef, TeamTemplate aTeamTemplate, String copyName, String folderLocation, boolean persist) Produces a copy of the TeamTemplate object with the name passed as argument.copyTeamTemplate(TeamTemplate aTeamTemplate, String copyName, String folderLocation, boolean persist) Produces a copy of the TeamTemplate object with the name passed as argument.createTeam(WTRoleHolder2 roleHolder, String teamName, Persistable object) Creates a new Team based off the roleholder.createTeams(WTList objects, List names, WTRoleHolder2 roleHolder) This api allows multiple teams to be created at one time for different objects.createTeamTemplate(WTContainerRef containerRef, String teamTemplateName, String location, String description, TeamCategory category, boolean enabled) Creates a new Team based off the Team Template.voiddeleteRole(Role role, WTRoleHolder2 roleHolder) Remove all occurances of a Role object from the role holde
Supported API: truevoiddeleteRolePoolMap(Role role, WTObject pool, WTRoleHolder2 roleHolder) Remove a role to pool assignment from the roleholder
Supported API: truevoiddeleteRolePrincipalMap(Role role, WTPrincipal principal, WTRoleHolder2 roleHolder) Remove a role to principal assignment from the roleholder
Supported API: truevoiddeleteRoleRoleMap(Role leftRole, Role rightRole, WTIndirectRoleHolder2 roleHolder) Remove a role to role assignment from the roleholder
Supported API: trueAnswer a vector of teamDistributionList references that are enabled
Supported API: truefindCandidateTeamDistributionLists(AdminDomainRef domainRef) Answer a vector of teamDistributionList references that are enabled.findCandidateTeamDistributionLists(WTContainerRef containerRef) Answer a vector of teamDistributionList references that are enabled
Supported API: truefindCandidateTeamDistributionLists(WTContainerRef containerRef, AdminDomainRef domainRef) Answer a vector of teamDistributionList references that are enabled.Deprecated.Answer a vector of teamTemplate references that the team managed object can be assigned to
Supported API: truefindCandidateTeamTemplates(AdminDomainRef domainRef) Answer a vector of teamTemplate references that the team managed object can be assigned to.findCandidateTeamTemplates(WTContainerRef containerRef) Answer a vector of teamTemplate references that the team managed object can be assigned to
Supported API: truefindCandidateTeamTemplates(WTContainerRef containerRef, AdminDomainRef domainRef) Answer a vector of teamTemplate references that the team managed object can be assigned to
Supported API: truefindRolePoolMap(Role role, WTObject pool, WTRoleHolder2 roleHolder) Based on the input parameters, return a QueryResult of RolePoolMap objects
Supported API: truefindRolePrincipalMap(Role role, WTPrincipal principal, WTRoleHolder2 roleHolder) Based on the input parameters, return a QueryResult of RolePrincipalMap objects
Supported API: truefindRoleRoleMap(Role leftRole, Role rightRole, WTRoleHolder2 roleHolder) Based on the input parameters, return a QueryResult of RoleRoleMap objects
Supported API: truefindRoles(WTRoleHolder2 roleHolder) Return an enumeration of all roles in the WTRoleHolder2
Supported API: trueDeprecated.Answer a vector of TeamTemplateReferences for all team templates that match the input parameters, including the disabled ones
Supported API: truefindTeamTemplates(WTContainerRef containerRef) Answer a vector of TeamTemplateReferences for all team templates that match the input parameters, including the disabled ones
Supported API: truefindTeamTemplates(WTContainerRef containerRef, boolean keepFiltered) Answer a vector of TeamTemplateReferences for all team templates that match the input parameters, including the disabled ones.getEnabledTeamTemplate(WTContainerRef containerRef, String teamTemplateIdentity) Given the name or the identity of a TeamTemplate, find the enabled TeamTemplate object.getMembers(RoleHolder2 roleHolder) Answer a vector of WTPrincipalReference of all members of a team object (Team, TeamTemplate or DistributionList)
Supported API: truegetTeam(TeamManaged object) Given a TeamManaged object, answer the assigned Team Note: As wt.team.Team is not supported in customer JavaDoc, please use wt.team.WTRoleHolder2 to capture the return type
Supported API: truegetTeamDistributionList(WTContainerRef containerRef, AdministrativeDomain adminDomain, String teamDistributionListName) Returns the team distribution list based on the parameters passed in.getTeamTemplate(WTContainerRef containerRef, AdministrativeDomain adminDomain, String teamTemplateName) Finds a team template as specified by the input parameters.getTeamTemplate(TeamManaged object) Given a TeamManaged object, answer the assigned TeamTemplate
Supported API: truegetTeamTemplateNames(WTContainerRef containerRef) Retrieve an unsorted Vector of TeamTemplate names as strings.Answer a vector of teamTemplate references for all team templates including the disabled ones
Supported API: truegetTeamTemplates(WTContainerRef containerRef) Answer a vector of teamTemplate references for all team templates including the disabled ones
Supported API: truegetTeamTemplates(WTContainerRef containerRef, boolean keepFiltered) Answer a vector of teamTemplate references for all team templates including the disabled ones
Supported API: truereteam(TeamManaged object, TeamTemplateReference teamTemplateRef) Associate a team managed object with a new team.setTeamTemplate(WTContainerRef containerRef, TeamManaged object, String teamTemplateName, String domain) Set the teamTemplate of the TeamManaged object
Supported API: truewhereUsed(TeamReference team) Answer a Vector of TeamManaged objects Note: Any services that persist a TeamReference are individually responsible for making sure the Team doesn't disappear on them.whereUsed(TeamTemplateReference teamTemplate) Answer a Vector of Team objects Note: Any services that persist a TeamTemplateReference are individually responsible for making sure the Team Template doesn't disappear on them.
-
Method Details
-
findCandidateTeamTemplates
Answer a vector of teamTemplate references that the team managed object can be assigned to
Supported API: true- Returns:
- Vector
- Throws:
WTExceptionTeamException
-
findCandidateTeamTemplates
Answer a vector of teamTemplate references that the team managed object can be assigned to. This API should be used only by Windchill PDM. All other products should use findCandidateTeamTemplate(WTContainerRef containerRef, AdminDomainRef domainRef).
Supported API: true- Parameters:
domainRef- the domain to search for team templates- Returns:
- Vector
- Throws:
WTExceptionTeamException
-
getTeamTemplate
Given a TeamManaged object, answer the assigned TeamTemplate
Supported API: true- Parameters:
object- the object whoose team template should be returned- Returns:
- TeamTemplate
- Throws:
WTExceptionTeamException
-
reteam
TeamManaged reteam(TeamManaged object, TeamTemplateReference teamTemplateRef) throws WTException, TeamException Associate a team managed object with a new team.
Supported API: true- Parameters:
object- the TeamManaged object that should be associated with a new teamteamTemplateRef- a reference to a team, a TeamTemplateReference of the Team Template that the object should be reassigned to.- Returns:
- TeamManaged
- Throws:
WTExceptionTeamException
-
getMembers
Answer a vector of WTPrincipalReference of all members of a team object (Team, TeamTemplate or DistributionList)
Supported API: true- Parameters:
roleHolder- the roleholder of interest- Returns:
- Vector
- Throws:
WTException
-
copyTeamTemplate
TeamTemplate copyTeamTemplate(TeamTemplate aTeamTemplate, String copyName, String folderLocation, boolean persist) throws WTException Produces a copy of the TeamTemplate object with the name passed as argument. If the name argument is "null", the name of the copied TeamTemplate is prefixed with 'copy of'. If the folder location is not specified, the object will be created in the orginal TeamTemplate's folder location. If the persist parameter is set to True, the object will be persisted before it is returned. If the persist parameter is set to False, the role-principal and role-actor role mappings will not be copied. Note: The 'Copy Of' prefix is pulled from a Resource Bundle for localization purposes. Note: This API should be used for Windchill PDM only. ProjectLink and PDMLink should use copyTeamTemplate(WTContainerRer containerRef, TeamTemplate aTeamTemplate, String copyName, String folderLocation, boolean persist)
Supported API: true- Parameters:
aTeamTemplate- the team template to copycopyName- the name to assign to teh copyfolderLocation- the location to store the team template. if null, the location will be set to the same location as the team template to copypersist- specifies whether or not to persist the team template that is returned- Returns:
- TeamTemplate
- Throws:
WTException
-
whereUsed
Answer a Vector of TeamManaged objects Note: Any services that persist a TeamReference are individually responsible for making sure the Team doesn't disappear on them. For example, see the Workflow Engine and Workflow Definer service. These services listen for the pre_delete of a Team object and perform their own 'whereUsed' lookup. If the Team object that is about to be deleted is used by that service, that service vetoes the exception.
Supported API: true- Parameters:
team- the team of interest- Returns:
- Vector
- Throws:
WTExceptionTeamException
-
findCandidateTeams
Deprecated.Answer a vector of team references
Supported API: true- Returns:
- Vector
- Throws:
WTException
-
copyTeam
Team copyTeam(Team team, String copyName, AdminDomainRef domain, boolean persist) throws WTException Produces a copy of the Team object with the name passed as argument. If the name argument is "null", the name of the copied Team is prefixed with 'copy of'. If the domain is not specified, the object will be created in the orginal Teams's domain. If the persist parameter is set to True, the object will be persisted before it is returned. If the persist parameter is set to false, the role-principal mappings are not copied. Note: The 'Copy Of' prefix is pulled from a Resource Bundle for localization purposes.
Supported API: true- Parameters:
team- the team to copycopyName- the name to assign to the copydomain- the domain to assign to the team. if the domain is null, it stores it in the same location as the team to copypersist- specifies whether or not to persist the returned team- Returns:
- Team
- Throws:
WTException
-
findTeams
Deprecated.Answer a vector of TeamReferences for all teams that match the input parameters, including the disabled ones
Supported API: true- Returns:
- Vector
- Throws:
WTException
-
addRolePrincipalMap
void addRolePrincipalMap(Role role, WTPrincipal principal, WTRoleHolder2 roleHolder) throws WTException Add a role to principal assignment to the roleholder If the WTPrincinpal is not enabled, this action will be ignored.
Supported API: true- Parameters:
role- the role to add the principal to in the roleholderprincipal- the principal to add to the roleroleHolder- the roleholder to add the role-principal mapping to- Throws:
WTException
-
addRoleRoleMap
void addRoleRoleMap(Role leftRole, Role rightRole, WTIndirectRoleHolder2 roleHolder) throws WTException Add a role to role assignment to the roleholder
Supported API: true- Parameters:
leftRole- the role to add the rightrole to in the roleholderrightRole- the role to add to the leftrole in the roleholderroleHolder- the roleholder the role-role mapping should be added to- Throws:
WTException
-
addRolePoolMap
Add a role to pooll assignment to the roleholder If the WTPrincinpal is not enabled, this action will be ignored.
Supported API: true- Parameters:
role- the role to add the pool to in the roleholderpool- the pool (WTPrincipal or Team) to add to the roleholderroleHolder- the roleholder to add the role-pool mapping to- Throws:
WTException
-
deleteRole
Remove all occurances of a Role object from the role holde
Supported API: true- Parameters:
role- the role to remove from the roleholderroleHolder- the roleholder of interest- Throws:
WTException
-
findRolePrincipalMap
QueryResult findRolePrincipalMap(Role role, WTPrincipal principal, WTRoleHolder2 roleHolder) throws WTException Based on the input parameters, return a QueryResult of RolePrincipalMap objects
Supported API: true- Parameters:
role- the role to use in the searchprincipal- the principal to use in the searchroleHolder- the roleholder to use in the search- Returns:
- QueryResult
- Throws:
WTException
-
deleteRolePrincipalMap
void deleteRolePrincipalMap(Role role, WTPrincipal principal, WTRoleHolder2 roleHolder) throws WTException Remove a role to principal assignment from the roleholder
Supported API: true- Parameters:
role- the role to remove the principal from in the roleholderprincipal- the principal to remove from the role in the roleholderroleHolder- the roleholder of interest- Throws:
WTException
-
deleteRoleRoleMap
void deleteRoleRoleMap(Role leftRole, Role rightRole, WTIndirectRoleHolder2 roleHolder) throws WTException Remove a role to role assignment from the roleholder
Supported API: true- Parameters:
leftRole- the role to remove the right role from in the roleholderrightRole- the role to remove from the left role in the roleholderroleHolder- the roleholder of interest- Throws:
WTException
-
deleteRolePoolMap
Remove a role to pool assignment from the roleholder
Supported API: true- Parameters:
role- the role to remove the pool from in the roleholderpool- the pool to remove from the role in the roleholderroleHolder- the roleholder of interest- Throws:
WTException
-
findRoleRoleMap
QueryResult findRoleRoleMap(Role leftRole, Role rightRole, WTRoleHolder2 roleHolder) throws WTException Based on the input parameters, return a QueryResult of RoleRoleMap objects
Supported API: true- Parameters:
leftRole- the left role to use in the searchrightRole- the right role to use in the searchroleHolder- the roleholder to use in the search- Returns:
- QueryResult
- Throws:
WTException
-
findRolePoolMap
Based on the input parameters, return a QueryResult of RolePoolMap objects
Supported API: true- Parameters:
role- the role to use in the searchpool- the pool to use in the searchroleHolder- the roleholder to use in the search- Returns:
- QueryResult
- Throws:
WTException
-
findRoles
Return an enumeration of all roles in the WTRoleHolder2
Supported API: true- Parameters:
roleHolder- the roleholder to use in the search- Returns:
- Vector
- Throws:
WTException
-
whereUsed
Answer a Vector of Team objects Note: Any services that persist a TeamTemplateReference are individually responsible for making sure the Team Template doesn't disappear on them. For example, see the Workflow Engine and Workflow Definer service. These services listen for the pre_delete of a Team object and perform their own 'whereUsed' lookup. If the Team object that is about to be deleted is used by that service, that service vetoes the exception.
Supported API: true- Parameters:
teamTemplate- the team template of interest- Returns:
- Vector
- Throws:
WTExceptionTeamException
-
findCandidateTeamDistributionLists
Answer a vector of teamDistributionList references that are enabled
Supported API: true- Returns:
- Vector
- Throws:
WTExceptionTeamException
-
findCandidateTeamDistributionLists
Vector findCandidateTeamDistributionLists(AdminDomainRef domainRef) throws WTException, TeamException Answer a vector of teamDistributionList references that are enabled. This should be used in Windchill PDM only. All other products should use findCandidateTeamDistributionLists(WTContainerRef containerRef, AdminDomainRef domainRef)
Supported API: true- Parameters:
domainRef- the administrative domain to search in for team distribution lists- Returns:
- Vector
- Throws:
WTExceptionTeamException
-
findTeamTemplates
Answer a vector of TeamTemplateReferences for all team templates that match the input parameters, including the disabled ones
Supported API: true- Returns:
- Vector
- Throws:
WTException
-
getTeam
Given a TeamManaged object, answer the assigned Team Note: As wt.team.Team is not supported in customer JavaDoc, please use wt.team.WTRoleHolder2 to capture the return type
Supported API: true- Parameters:
object- the TeamManaged object whoose team should be returned- Returns:
- Team
- Throws:
WTExceptionTeamException
-
getTeamTemplates
Answer a vector of teamTemplate references for all team templates including the disabled ones
Supported API: true- Returns:
- Vector
- Throws:
WTExceptionTeamException
-
findCandidateTeamTemplates
Answer a vector of teamTemplate references that the team managed object can be assigned to
Supported API: true- Parameters:
containerRef- the container to search for team templates- Returns:
- Vector
- Throws:
WTExceptionTeamException
-
findCandidateTeamTemplates
Vector findCandidateTeamTemplates(WTContainerRef containerRef, AdminDomainRef domainRef) throws WTException, TeamException Answer a vector of teamTemplate references that the team managed object can be assigned to
Supported API: true- Parameters:
containerRef- the container to search for team templatesdomainRef- the administrative domain to search for team templates- Returns:
- Vector
- Throws:
WTExceptionTeamException
-
copyTeamTemplate
TeamTemplate copyTeamTemplate(WTContainerRef containerRef, TeamTemplate aTeamTemplate, String copyName, String folderLocation, boolean persist) throws WTException Produces a copy of the TeamTemplate object with the name passed as argument. If the name argument is "null", the name of the copied TeamTemplate is prefixed with 'copy of'. If the folder location is not specified, the object will be created in the orginal TeamTemplate's folder location. If the persist parameter is set to True, the object will be persisted before it is returned. If the parameter is set to False, the role-principal maps and role-actor role maps will not be copied. Note: The 'Copy Of' prefix is pulled from a Resource Bundle for localization purposes.
Supported API: true- Parameters:
containerRef- the context where the team template should be storedaTeamTemplate- the team template to copycopyName- the name to assign to the copyfolderLocation- the folder location to assign to the copy. if null, the team template will be assigned to the same location as the team template to copypersist- specifies whether or not to persist the copy- Returns:
- TeamTemplate
- Throws:
WTException
-
createTeam
TeamReference createTeam(WTRoleHolder2 roleHolder, String teamName, Persistable object) throws WTException Creates a new Team based off the roleholder. The out of the box roleholders are Team Template, Team and Container Team.
Supported API: true- Parameters:
roleHolder- the roleholder from which the Team is createdteamName- the name to assign to the teamobject- the object used to resolve actor roles into the team- Returns:
- TeamReference
- Throws:
WTException
-
createTeamTemplate
TeamTemplateReference createTeamTemplate(WTContainerRef containerRef, String teamTemplateName, String location, String description, TeamCategory category, boolean enabled) throws WTException Creates a new Team based off the Team Template.
Supported API: true- Parameters:
containerRef- the container the team template belongs toteamTemplateName- the name to assign to the team templatelocation- the location of the team templatedescription- the description to assign to the team templatecategory- the TeamCategory to assign to the team templateenabled- specifies whether or not the team template should be enabled- Returns:
- TeamTemplateReference
- Throws:
WTException
-
getTeamTemplate
TeamTemplate getTeamTemplate(WTContainerRef containerRef, AdministrativeDomain adminDomain, String teamTemplateName) throws WTException, TeamException Finds a team template as specified by the input parameters.
Supported API: true- Parameters:
containerRef- the container to search for team templatesadminDomain- the administrative domain to search for team templatesteamTemplateName- the name of the team template to search for- Returns:
- TeamTemplate
- Throws:
WTExceptionTeamException
-
findCandidateTeamDistributionLists
Vector findCandidateTeamDistributionLists(WTContainerRef containerRef) throws WTException, TeamException Answer a vector of teamDistributionList references that are enabled
Supported API: true- Parameters:
containerRef- the container to search for team distribution lists- Returns:
- Vector
- Throws:
WTExceptionTeamException
-
findCandidateTeamDistributionLists
Vector findCandidateTeamDistributionLists(WTContainerRef containerRef, AdminDomainRef domainRef) throws WTException, TeamException Answer a vector of teamDistributionList references that are enabled.
Supported API: true- Parameters:
containerRef- the container to search for team distribution listsdomainRef- the domain in the container to search for team distribution lists- Returns:
- Vector
- Throws:
WTExceptionTeamException
-
getTeamDistributionList
TeamDistributionList getTeamDistributionList(WTContainerRef containerRef, AdministrativeDomain adminDomain, String teamDistributionListName) throws WTException, TeamException Returns the team distribution list based on the parameters passed in.
Supported API: true- Parameters:
containerRef- the container to search for the team distribution listadminDomain- the administrative domain to search for team distribution liststeamDistributionListName- the name of the team distribution list to search for- Returns:
- TeamDistributionList
- Throws:
WTExceptionTeamException
-
getTeamTemplateNames
Retrieve an unsorted Vector of TeamTemplate names as strings. The list includes all TeamTemplates including those which are no longer enabled.
Supported API: true- Parameters:
containerRef- the container to search for team template names- Returns:
- Vector
- Throws:
WTException
-
findTeamTemplates
Answer a vector of TeamTemplateReferences for all team templates that match the input parameters, including the disabled ones
Supported API: true- Parameters:
containerRef- the container to search for team templates- Returns:
- Vector
- Throws:
WTException
-
getTeamTemplates
Answer a vector of teamTemplate references for all team templates including the disabled ones
Supported API: true- Parameters:
containerRef-- Returns:
- Vector
- Throws:
WTExceptionTeamException
-
setTeamTemplate
TeamManaged setTeamTemplate(WTContainerRef containerRef, TeamManaged object, String teamTemplateName, String domain) throws WTException, TeamException, WTPropertyVetoException Set the teamTemplate of the TeamManaged object
Supported API: true- Parameters:
containerRef- the container to search for the team template to assign to the objectobject- the TeamManaged object whose teamTemplate should be setteamTemplateName- a String that contains the name of the teamTemplate to set on the TeamManaged object.domain- a String that contain the AdministrativeDomain of the Team that should be set- Returns:
- TeamManaged
- Throws:
WTExceptionTeamExceptionWTPropertyVetoException
-
createTeams
This api allows multiple teams to be created at one time for different objects. It returns a WTList of the teams. The teams are added to the list in the same order as the objects they are created for.
Supported API: true- Parameters:
objects- a list of the objects to create teams fornames- the names of the teams - null is acceptableroleHolder- the roleholder to use as a base for creating the team- Returns:
- WTList
- Throws:
WTException
-
augmentRoles
void augmentRoles(LifeCycleManaged object, TeamReference team) throws WTException, LifeCycleException Given a LifeCycleManaged object and a TeamReference, change the role participants to reflect those in the RoleHolder2 and dynamically update the participants of all Workflow Processes associated to the TeamReference.
Supported API: true- Parameters:
object- the object associated to the team that needs to have it's membership updatedteam- the team to apply to the object- Throws:
WTExceptionLifeCycleException
-
getEnabledTeamTemplate
TeamTemplate getEnabledTeamTemplate(WTContainerRef containerRef, String teamTemplateIdentity) throws WTException, TeamException Given the name or the identity of a TeamTemplate, find the enabled TeamTemplate object. If the identity of the object is passed in and the TeamTemplate exists, it should always be returned. This query does a hierchical lookup of the objects and will find the first found in the hiearchy.
Supported API: true- Parameters:
containerRef- the container to search for enabled team templatesteamTemplateIdentity- a String that contains the identity of the TeamTemplate- Returns:
- TeamTemplate
- Throws:
WTExceptionTeamException
-
findTeamTemplates
Answer a vector of TeamTemplateReferences for all team templates that match the input parameters, including the disabled ones. Filter the results based on the keepFiltered argument (false=filter, true=return all)
Supported API: true- Parameters:
containerRef- the container to search for team templateskeepFiltered- Indicates whether or not filtered results (Hide/Show) should be returned. Return all results if true, otherwise filter results hidden in the container's context.- Returns:
- Vector
- Throws:
WTException
-
getTeamTemplates
Vector getTeamTemplates(WTContainerRef containerRef, boolean keepFiltered) throws WTException, TeamException Answer a vector of teamTemplate references for all team templates including the disabled ones
Supported API: true- Parameters:
containerRef- The container to search for team templateskeepFiltered- Indicates whether or not filtered results (Hide/Show) should be returned. Return all results if true, otherwise filter results hidden in the container's context.- Returns:
- Vector
- Throws:
WTExceptionTeamException
-
augmentRoles
WTCollection augmentRoles(HashMap<LifeCycleManaged, TeamReference> lcmObjectMap) throws WTException, LifeCycleExceptionGiven a Hash Map of LifeCycleManaged object and a TeamReference, change the role participants to reflect those in the RoleHolder2 and dynamically update the participants of all Workflow Processes associated to the TeamReference.
Supported API: true- Parameters:
lcmObjectMap- the object associated to the team that needs to have it's membership updated- Returns:
- WTCollection
- Throws:
WTExceptionLifeCycleException
-