|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TeamException | |
com.ptc.core.command.server | |
wt.team |
Uses of TeamException in com.ptc.core.command.server |
Methods in com.ptc.core.command.server that throw TeamException | |
static TypeInstanceIdentifier |
ServerCommandUtility.getTeamTypeInstanceIdentifier(String teamName)
Given a team template name, returns a TypeInstanceIdentifier |
static TypeInstanceIdentifier |
ServerCommandUtility.getTeamTypeInstanceIdentifier(String teamName,
WTContainerRef containerRef)
Given a team template name and a WTContainerRef, returns a TypeInstanceIdentifier |
static TypeInstanceIdentifier |
ServerCommandUtility.getTeamTemplateTypeInstanceIdentifier(String teamTemplateName)
Given a teamTemplate name, returns a TypeInstanceIdentifier |
static TypeInstanceIdentifier |
ServerCommandUtility.getTeamTypeInstanceIdentifier(Object team)
Given an object identifying a team template, returns a TypeInstanceIdentifier |
static TypeInstanceIdentifier |
ServerCommandUtility.getTeamTypeInstanceIdentifier(Object team,
WTContainerRef containerRef)
Given an object identifying a team template and a WTContainerRef, returns a TypeInstanceIdentifier |
Uses of TeamException in wt.team |
Methods in wt.team that throw TeamException | |
TeamManaged |
TeamServiceSvr.doReteam(TeamManaged object,
TeamTemplateReference teamTempRef)
Associate the object with a new team Supported API: false |
TeamManaged |
TeamServiceSvr.validateReteam(TeamManaged object,
TeamTemplateReference teamTempRef)
Perform pre-team validations Supported API: false |
Vector |
TeamServiceFwd.findCandidateTeamTemplates()
Answer a vector of teamTemplate references that the team managed object can be assigned to Supported API: false |
Vector |
TeamServiceFwd.findCandidateTeamTemplates(AdminDomainRef domainRef)
Answer a vector of teamTemplate references that the team managed object can be assigned to. |
TeamTemplate |
TeamServiceFwd.getTeamTemplate(TeamManaged object)
Given a TeamManaged object, answer the assigned TeamTemplate Supported API: false |
TeamManaged |
TeamServiceFwd.reteam(TeamManaged object,
TeamTemplateReference teamTemplateRef)
Associate a team managed object with a new team. |
TeamTemplate |
TeamServiceFwd.getTeamTemplate(String teamTemplateIdentity)
Given the name or the identity of a TeamTemplate, find the TeamTemplate object. |
Vector |
TeamServiceFwd.whereUsed(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. |
Vector |
TeamServiceFwd.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. |
void |
TeamServiceFwd.addLCRoles(PhaseTemplate phaseTemplate,
LifeCycleManaged object)
Deprecated. |
TeamTemplate |
TeamServiceFwd.getTeamTemplate(AdministrativeDomain adminDomain,
String teamTemplateName)
Returns the team template by the specified name in the administrative domain. |
Team |
TeamServiceFwd.getTeam(AdministrativeDomain adminDomain,
String teamName)
Deprecated. @R.70. |
Vector |
TeamServiceFwd.getTeams()
Deprecated. @R.70. |
TeamDistributionList |
TeamServiceFwd.getTeamDistributionList(String teamDistributionListIdentity)
Given the name or the identity of a Team Distribution List identity, find the Team Distribution List object. |
Vector |
TeamServiceFwd.findCandidateTeamDistributionLists()
Answer a vector of teamDistributionList references that are enabled Supported API: false |
Vector |
TeamServiceFwd.findCandidateTeamDistributionLists(AdminDomainRef domainRef)
Answer a vector of teamDistributionList references that are enabled. |
TeamDistributionList |
TeamServiceFwd.getTeamDistributionList(AdministrativeDomain adminDomain,
String teamDistributionListName)
Finds a team distribution list specified by the input parameters. |
Team |
TeamServiceFwd.getTeam(TeamManaged object)
Given a TeamManaged object, answer the assigned Team Supported API: false |
TeamManaged |
TeamServiceFwd.setTeamTemplate(TeamManaged object,
String teamTemplateName,
String domain)
Set the teamTemplate of the TeamManaged object Supported API: false |
TeamManaged |
TeamServiceFwd.setTeam(TeamManaged object,
String teamName,
String domain)
Set the team of the TeamManaged object Supported API: false |
Vector |
TeamServiceFwd.getTeamTemplates()
Answer a vector of teamTemplate references for all team templates including the disabled ones Supported API: false |
Vector |
TeamServiceFwd.findCandidateTeamTemplates(WTContainerRef containerRef)
Answer a vector of teamTemplate references that the team managed object can be assigned to Supported API: false |
Vector |
TeamServiceFwd.findCandidateTeamTemplates(WTContainerRef containerRef,
AdminDomainRef domainRef)
Answer a vector of teamTemplate references that the team managed object can be assigned to Supported API: false |
TeamTemplate |
TeamServiceFwd.getTeamTemplate(WTContainerRef containerRef,
String teamTemplateIdentity)
Given the name or the identity of a TeamTemplate, find the TeamTemplate object. |
TeamTemplate |
TeamServiceFwd.getTeamTemplate(WTContainerRef containerRef,
AdministrativeDomain adminDomain,
String teamTemplateName)
Finds a team template as specified by the input parameters. |
TeamDistributionList |
TeamServiceFwd.getTeamDistributionList(WTContainerRef containerRef,
String teamDistributionListIdentity)
Given the name or the identity of a Team Distribution List identity, find the Team Distribution List object. |
Vector |
TeamServiceFwd.findCandidateTeamDistributionLists(WTContainerRef containerRef)
Answer a vector of teamDistributionList references that are enabled Supported API: false |
Vector |
TeamServiceFwd.findCandidateTeamDistributionLists(WTContainerRef containerRef,
AdminDomainRef domainRef)
Answer a vector of teamDistributionList references that are enabled. |
TeamDistributionList |
TeamServiceFwd.getTeamDistributionList(WTContainerRef containerRef,
AdministrativeDomain adminDomain,
String teamDistributionListName)
Returns the team distribution list based on the parameters passed in. |
Vector |
TeamServiceFwd.getTeamTemplates(WTContainerRef containerRef)
Answer a vector of teamTemplate references for all team templates including the disabled ones Supported API: false |
TeamManaged |
TeamServiceFwd.setTeamTemplate(WTContainerRef containerRef,
TeamManaged object,
String teamTemplateName,
String domain)
Set the teamTemplate of the TeamManaged object Supported API: false |
TeamTemplate |
TeamServiceFwd.getEnabledTeamTemplate(WTContainerRef containerRef,
String teamTemplateIdentity)
Given the name or the identity of a TeamTemplate, find the enabled TeamTemplate object. |
Vector |
TeamService.findCandidateTeamTemplates()
Answer a vector of teamTemplate references that the team managed object can be assigned to Supported API: true |
Vector |
TeamService.findCandidateTeamTemplates(AdminDomainRef domainRef)
Answer a vector of teamTemplate references that the team managed object can be assigned to. |
TeamTemplate |
TeamService.getTeamTemplate(TeamManaged object)
Given a TeamManaged object, answer the assigned TeamTemplate Supported API: true |
TeamManaged |
TeamService.reteam(TeamManaged object,
TeamTemplateReference teamTemplateRef)
Associate a team managed object with a new team. |
TeamTemplate |
TeamService.getTeamTemplate(String teamTemplateIdentity)
Given the name or the identity of a TeamTemplate, find the TeamTemplate object. |
Vector |
TeamService.whereUsed(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. |
Vector |
TeamService.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. |
void |
TeamService.addLCRoles(PhaseTemplate phaseTemplate,
LifeCycleManaged object)
Deprecated. |
TeamTemplate |
TeamService.getTeamTemplate(AdministrativeDomain adminDomain,
String teamTemplateName)
Returns the team template by the specified name in the administrative domain. |
Team |
TeamService.getTeam(AdministrativeDomain adminDomain,
String teamName)
Deprecated. @R.70. |
Vector |
TeamService.getTeams()
Deprecated. @R.70. |
TeamDistributionList |
TeamService.getTeamDistributionList(String teamDistributionListIdentity)
Given the name or the identity of a Team Distribution List identity, find the Team Distribution List object. |
Vector |
TeamService.findCandidateTeamDistributionLists()
Answer a vector of teamDistributionList references that are enabled Supported API: true |
Vector |
TeamService.findCandidateTeamDistributionLists(AdminDomainRef domainRef)
Answer a vector of teamDistributionList references that are enabled. |
TeamDistributionList |
TeamService.getTeamDistributionList(AdministrativeDomain adminDomain,
String teamDistributionListName)
Finds a team distribution list specified by the input parameters. |
Team |
TeamService.getTeam(TeamManaged object)
Given a TeamManaged object, answer the assigned Team Supported API: true |
TeamManaged |
TeamService.setTeamTemplate(TeamManaged object,
String teamTemplateName,
String domain)
Set the teamTemplate of the TeamManaged object Supported API: false |
TeamManaged |
TeamService.setTeam(TeamManaged object,
String teamName,
String domain)
Set the team of the TeamManaged object Supported API: false |
Vector |
TeamService.getTeamTemplates()
Answer a vector of teamTemplate references for all team templates including the disabled ones Supported API: true |
Vector |
TeamService.findCandidateTeamTemplates(WTContainerRef containerRef)
Answer a vector of teamTemplate references that the team managed object can be assigned to Supported API: true |
Vector |
TeamService.findCandidateTeamTemplates(WTContainerRef containerRef,
AdminDomainRef domainRef)
Answer a vector of teamTemplate references that the team managed object can be assigned to Supported API: true |
TeamTemplate |
TeamService.getTeamTemplate(WTContainerRef containerRef,
String teamTemplateIdentity)
Given the name or the identity of a TeamTemplate, find the TeamTemplate object. |
TeamTemplate |
TeamService.getTeamTemplate(WTContainerRef containerRef,
AdministrativeDomain adminDomain,
String teamTemplateName)
Finds a team template as specified by the input parameters. |
TeamDistributionList |
TeamService.getTeamDistributionList(WTContainerRef containerRef,
String teamDistributionListIdentity)
Given the name or the identity of a Team Distribution List identity, find the Team Distribution List object. |
Vector |
TeamService.findCandidateTeamDistributionLists(WTContainerRef containerRef)
Answer a vector of teamDistributionList references that are enabled Supported API: true |
Vector |
TeamService.findCandidateTeamDistributionLists(WTContainerRef containerRef,
AdminDomainRef domainRef)
Answer a vector of teamDistributionList references that are enabled. |
TeamDistributionList |
TeamService.getTeamDistributionList(WTContainerRef containerRef,
AdministrativeDomain adminDomain,
String teamDistributionListName)
Returns the team distribution list based on the parameters passed in. |
Vector |
TeamService.getTeamTemplates(WTContainerRef containerRef)
Answer a vector of teamTemplate references for all team templates including the disabled ones Supported API: true |
TeamManaged |
TeamService.setTeamTemplate(WTContainerRef containerRef,
TeamManaged object,
String teamTemplateName,
String domain)
Set the teamTemplate of the TeamManaged object Supported API: true |
TeamTemplate |
TeamService.getEnabledTeamTemplate(WTContainerRef containerRef,
String teamTemplateIdentity)
Given the name or the identity of a TeamTemplate, find the enabled TeamTemplate object. |
TeamManaged |
TeamServerHelper.setTeam(TeamManaged object,
TeamReference teamRef)
Sets the team on the object. |
static TeamManaged |
TeamHelper.setTeam(TeamManaged object,
Team team)
Set the team of the TeamManaged object. |
static TeamManaged |
TeamHelper.setTeam(TeamManaged object,
TeamReference teamRef)
Set the team of the TeamManaged object. |
static TeamManaged |
TeamHelper.setTeamTemplate(TeamManaged object,
TeamTemplate teamTemplate)
Set the team template of the TeamManaged object. |
static TeamManaged |
TeamHelper.setTeamTemplate(TeamManaged object,
TeamTemplateReference teamTemplateRef)
Set the team template of the TeamManaged object. |
TeamManaged |
StandardTeamService.doReteam(TeamManaged object,
TeamTemplateReference teamTempRef)
Associate the object with a new team Supported API: false |
TeamManaged |
StandardTeamService.validateReteam(TeamManaged object,
TeamTemplateReference teamTempRef)
Perform pre-team validations Supported API: false |
Vector |
StandardTeamService.findCandidateTeamTemplates()
Answer a vector of teamTemplate references that the team managed object can be assigned to Supported API: false |
Vector |
StandardTeamService.findCandidateTeamTemplates(AdminDomainRef domainRef)
Answer a vector of teamTemplate references that the team managed object can be assigned to. |
TeamTemplate |
StandardTeamService.getTeamTemplate(TeamManaged object)
Given a TeamManaged object, answer the assigned TeamTemplate Supported API: false |
TeamManaged |
StandardTeamService.reteam(TeamManaged object,
TeamTemplateReference teamTemplateRef)
Associate a team managed object with a new team. |
TeamTemplate |
StandardTeamService.getTeamTemplate(String teamTemplateIdentity)
Given the name or the identity of a TeamTemplate, find the TeamTemplate object. |
Vector |
StandardTeamService.whereUsed(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. |
Vector |
StandardTeamService.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. |
void |
StandardTeamService.addLCRoles(PhaseTemplate phaseTemplate,
LifeCycleManaged object)
Deprecated. |
TeamTemplate |
StandardTeamService.getTeamTemplate(AdministrativeDomain adminDomain,
String teamTemplateName)
Returns the team template by the specified name in the administrative domain. |
Team |
StandardTeamService.getTeam(AdministrativeDomain adminDomain,
String teamName)
Deprecated. @R.70. |
Vector |
StandardTeamService.getTeams()
Deprecated. @R.70. |
TeamDistributionList |
StandardTeamService.getTeamDistributionList(String teamDistributionListIdentity)
Given the name or the identity of a Team Distribution List identity, find the Team Distribution List object. |
Vector |
StandardTeamService.findCandidateTeamDistributionLists()
Answer a vector of teamDistributionList references that are enabled Supported API: false |
Vector |
StandardTeamService.findCandidateTeamDistributionLists(AdminDomainRef domainRef)
Answer a vector of teamDistributionList references that are enabled. |
TeamDistributionList |
StandardTeamService.getTeamDistributionList(AdministrativeDomain adminDomain,
String teamDistributionListName)
Finds a team distribution list specified by the input parameters. |
Team |
StandardTeamService.getTeam(TeamManaged object)
Given a TeamManaged object, answer the assigned Team Supported API: false |
TeamManaged |
StandardTeamService.setTeamTemplate(TeamManaged object,
String teamTemplateName,
String domain)
Set the teamTemplate of the TeamManaged object Supported API: false |
TeamManaged |
StandardTeamService.setTeam(TeamManaged object,
String teamName,
String domain)
Set the team of the TeamManaged object Supported API: false |
Vector |
StandardTeamService.getTeamTemplates()
Answer a vector of teamTemplate references for all team templates including the disabled ones Supported API: false |
Vector |
StandardTeamService.findCandidateTeamTemplates(WTContainerRef containerRef)
Answer a vector of teamTemplate references that the team managed object can be assigned to Supported API: false |
Vector |
StandardTeamService.findCandidateTeamTemplates(WTContainerRef containerRef,
AdminDomainRef domainRef)
Answer a vector of teamTemplate references that the team managed object can be assigned to Supported API: false |
TeamTemplate |
StandardTeamService.getTeamTemplate(WTContainerRef containerRef,
String teamTemplateIdentity)
Given the name or the identity of a TeamTemplate, find the TeamTemplate object. |
TeamTemplate |
StandardTeamService.getTeamTemplate(WTContainerRef containerRef,
AdministrativeDomain adminDomain,
String teamTemplateName)
Finds a team template as specified by the input parameters. |
TeamDistributionList |
StandardTeamService.getTeamDistributionList(WTContainerRef containerRef,
String teamDistributionListIdentity)
Given the name or the identity of a Team Distribution List identity, find the Team Distribution List object. |
Vector |
StandardTeamService.findCandidateTeamDistributionLists(WTContainerRef containerRef)
Answer a vector of teamDistributionList references that are enabled Supported API: false |
Vector |
StandardTeamService.findCandidateTeamDistributionLists(WTContainerRef containerRef,
AdminDomainRef domainRef)
Answer a vector of teamDistributionList references that are enabled. |
TeamDistributionList |
StandardTeamService.getTeamDistributionList(WTContainerRef containerRef,
AdministrativeDomain adminDomain,
String teamDistributionListName)
Returns the team distribution list based on the parameters passed in. |
Vector |
StandardTeamService.getTeamTemplates(WTContainerRef containerRef)
Answer a vector of teamTemplate references for all team templates including the disabled ones Supported API: false |
TeamManaged |
StandardTeamService.setTeamTemplate(WTContainerRef containerRef,
TeamManaged object,
String teamTemplateName,
String domain)
Set the teamTemplate of the TeamManaged object Supported API: false |
TeamTemplate |
StandardTeamService.getEnabledTeamTemplate(WTContainerRef containerRef,
String teamTemplateIdentity)
Given the name or the identity of a TeamTemplate, find the enabled TeamTemplate object. |
private Vector |
StandardTeamService.findEnabledTeamsByDomain(AdministrativeDomain aDomain)
find methods * |
private Vector |
StandardTeamService.findEnabledTeamDistributionListsByDomain(WTContainerRef containerRef,
AdministrativeDomain aDomain)
|
private Vector |
StandardTeamService.findEnabledTeamTemplatesByDomain(WTContainerRef containerRef,
AdministrativeDomain aDomain)
|
private Vector |
StandardTeamService.findTeamsByDomain(AdministrativeDomain aDomain)
|
private String |
StandardTeamService.getStringOfTeamTemplateIdentities(QueryResult qr)
|
private String |
StandardTeamService.getStringOfTeamIdentities(QueryResult qr)
|
private String |
StandardTeamService.getStringOfTeamDistributionListIdentities(QueryResult qr)
|
void |
StandardTeamService.deleteNonSharedTeams(WTCollection collection)
|
TeamManaged |
TeamServiceSvr.doReteam(TeamManaged object,
TeamTemplateReference teamTempRef)
Associate the object with a new team Supported API: false |
TeamManaged |
TeamServiceSvr.validateReteam(TeamManaged object,
TeamTemplateReference teamTempRef)
Perform pre-team validations Supported API: false |
Vector |
TeamServiceFwd.findCandidateTeamTemplates()
Answer a vector of teamTemplate references that the team managed object can be assigned to Supported API: false |
Vector |
TeamServiceFwd.findCandidateTeamTemplates(AdminDomainRef domainRef)
Answer a vector of teamTemplate references that the team managed object can be assigned to. |
TeamTemplate |
TeamServiceFwd.getTeamTemplate(TeamManaged object)
Given a TeamManaged object, answer the assigned TeamTemplate Supported API: false |
TeamManaged |
TeamServiceFwd.reteam(TeamManaged object,
TeamTemplateReference teamTemplateRef)
Associate a team managed object with a new team. |
TeamTemplate |
TeamServiceFwd.getTeamTemplate(String teamTemplateIdentity)
Given the name or the identity of a TeamTemplate, find the TeamTemplate object. |
Vector |
TeamServiceFwd.whereUsed(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. |
Vector |
TeamServiceFwd.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. |
void |
TeamServiceFwd.addLCRoles(PhaseTemplate phaseTemplate,
LifeCycleManaged object)
Deprecated. |
TeamTemplate |
TeamServiceFwd.getTeamTemplate(AdministrativeDomain adminDomain,
String teamTemplateName)
Returns the team template by the specified name in the administrative domain. |
Team |
TeamServiceFwd.getTeam(AdministrativeDomain adminDomain,
String teamName)
Deprecated. @R.70. |
Vector |
TeamServiceFwd.getTeams()
Deprecated. @R.70. |
TeamDistributionList |
TeamServiceFwd.getTeamDistributionList(String teamDistributionListIdentity)
Given the name or the identity of a Team Distribution List identity, find the Team Distribution List object. |
Vector |
TeamServiceFwd.findCandidateTeamDistributionLists()
Answer a vector of teamDistributionList references that are enabled Supported API: false |
Vector |
TeamServiceFwd.findCandidateTeamDistributionLists(AdminDomainRef domainRef)
Answer a vector of teamDistributionList references that are enabled. |
TeamDistributionList |
TeamServiceFwd.getTeamDistributionList(AdministrativeDomain adminDomain,
String teamDistributionListName)
Finds a team distribution list specified by the input parameters. |
Team |
TeamServiceFwd.getTeam(TeamManaged object)
Given a TeamManaged object, answer the assigned Team Supported API: false |
TeamManaged |
TeamServiceFwd.setTeamTemplate(TeamManaged object,
String teamTemplateName,
String domain)
Set the teamTemplate of the TeamManaged object Supported API: false |
TeamManaged |
TeamServiceFwd.setTeam(TeamManaged object,
String teamName,
String domain)
Set the team of the TeamManaged object Supported API: false |
Vector |
TeamServiceFwd.getTeamTemplates()
Answer a vector of teamTemplate references for all team templates including the disabled ones Supported API: false |
Vector |
TeamServiceFwd.findCandidateTeamTemplates(WTContainerRef containerRef)
Answer a vector of teamTemplate references that the team managed object can be assigned to Supported API: false |
Vector |
TeamServiceFwd.findCandidateTeamTemplates(WTContainerRef containerRef,
AdminDomainRef domainRef)
Answer a vector of teamTemplate references that the team managed object can be assigned to Supported API: false |
TeamTemplate |
TeamServiceFwd.getTeamTemplate(WTContainerRef containerRef,
String teamTemplateIdentity)
Given the name or the identity of a TeamTemplate, find the TeamTemplate object. |
TeamTemplate |
TeamServiceFwd.getTeamTemplate(WTContainerRef containerRef,
AdministrativeDomain adminDomain,
String teamTemplateName)
Finds a team template as specified by the input parameters. |
TeamDistributionList |
TeamServiceFwd.getTeamDistributionList(WTContainerRef containerRef,
String teamDistributionListIdentity)
Given the name or the identity of a Team Distribution List identity, find the Team Distribution List object. |
Vector |
TeamServiceFwd.findCandidateTeamDistributionLists(WTContainerRef containerRef)
Answer a vector of teamDistributionList references that are enabled Supported API: false |
Vector |
TeamServiceFwd.findCandidateTeamDistributionLists(WTContainerRef containerRef,
AdminDomainRef domainRef)
Answer a vector of teamDistributionList references that are enabled. |
TeamDistributionList |
TeamServiceFwd.getTeamDistributionList(WTContainerRef containerRef,
AdministrativeDomain adminDomain,
String teamDistributionListName)
Returns the team distribution list based on the parameters passed in. |
Vector |
TeamServiceFwd.getTeamTemplates(WTContainerRef containerRef)
Answer a vector of teamTemplate references for all team templates including the disabled ones Supported API: false |
TeamManaged |
TeamServiceFwd.setTeamTemplate(WTContainerRef containerRef,
TeamManaged object,
String teamTemplateName,
String domain)
Set the teamTemplate of the TeamManaged object Supported API: false |
TeamTemplate |
TeamServiceFwd.getEnabledTeamTemplate(WTContainerRef containerRef,
String teamTemplateIdentity)
Given the name or the identity of a TeamTemplate, find the enabled TeamTemplate object. |
Vector |
TeamService.findCandidateTeamTemplates()
Answer a vector of teamTemplate references that the team managed object can be assigned to Supported API: true |
Vector |
TeamService.findCandidateTeamTemplates(AdminDomainRef domainRef)
Answer a vector of teamTemplate references that the team managed object can be assigned to. |
TeamTemplate |
TeamService.getTeamTemplate(TeamManaged object)
Given a TeamManaged object, answer the assigned TeamTemplate Supported API: true |
TeamManaged |
TeamService.reteam(TeamManaged object,
TeamTemplateReference teamTemplateRef)
Associate a team managed object with a new team. |
TeamTemplate |
TeamService.getTeamTemplate(String teamTemplateIdentity)
Given the name or the identity of a TeamTemplate, find the TeamTemplate object. |
Vector |
TeamService.whereUsed(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. |
Vector |
TeamService.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. |
void |
TeamService.addLCRoles(PhaseTemplate phaseTemplate,
LifeCycleManaged object)
Deprecated. |
TeamTemplate |
TeamService.getTeamTemplate(AdministrativeDomain adminDomain,
String teamTemplateName)
Returns the team template by the specified name in the administrative domain. |
Team |
TeamService.getTeam(AdministrativeDomain adminDomain,
String teamName)
Deprecated. @R.70. |
Vector |
TeamService.getTeams()
Deprecated. @R.70. |
TeamDistributionList |
TeamService.getTeamDistributionList(String teamDistributionListIdentity)
Given the name or the identity of a Team Distribution List identity, find the Team Distribution List object. |
Vector |
TeamService.findCandidateTeamDistributionLists()
Answer a vector of teamDistributionList references that are enabled Supported API: true |
Vector |
TeamService.findCandidateTeamDistributionLists(AdminDomainRef domainRef)
Answer a vector of teamDistributionList references that are enabled. |
TeamDistributionList |
TeamService.getTeamDistributionList(AdministrativeDomain adminDomain,
String teamDistributionListName)
Finds a team distribution list specified by the input parameters. |
Team |
TeamService.getTeam(TeamManaged object)
Given a TeamManaged object, answer the assigned Team Supported API: true |
TeamManaged |
TeamService.setTeamTemplate(TeamManaged object,
String teamTemplateName,
String domain)
Set the teamTemplate of the TeamManaged object Supported API: false |
TeamManaged |
TeamService.setTeam(TeamManaged object,
String teamName,
String domain)
Set the team of the TeamManaged object Supported API: false |
Vector |
TeamService.getTeamTemplates()
Answer a vector of teamTemplate references for all team templates including the disabled ones Supported API: true |
Vector |
TeamService.findCandidateTeamTemplates(WTContainerRef containerRef)
Answer a vector of teamTemplate references that the team managed object can be assigned to Supported API: true |
Vector |
TeamService.findCandidateTeamTemplates(WTContainerRef containerRef,
AdminDomainRef domainRef)
Answer a vector of teamTemplate references that the team managed object can be assigned to Supported API: true |
TeamTemplate |
TeamService.getTeamTemplate(WTContainerRef containerRef,
String teamTemplateIdentity)
Given the name or the identity of a TeamTemplate, find the TeamTemplate object. |
TeamTemplate |
TeamService.getTeamTemplate(WTContainerRef containerRef,
AdministrativeDomain adminDomain,
String teamTemplateName)
Finds a team template as specified by the input parameters. |
TeamDistributionList |
TeamService.getTeamDistributionList(WTContainerRef containerRef,
String teamDistributionListIdentity)
Given the name or the identity of a Team Distribution List identity, find the Team Distribution List object. |
Vector |
TeamService.findCandidateTeamDistributionLists(WTContainerRef containerRef)
Answer a vector of teamDistributionList references that are enabled Supported API: true |
Vector |
TeamService.findCandidateTeamDistributionLists(WTContainerRef containerRef,
AdminDomainRef domainRef)
Answer a vector of teamDistributionList references that are enabled. |
TeamDistributionList |
TeamService.getTeamDistributionList(WTContainerRef containerRef,
AdministrativeDomain adminDomain,
String teamDistributionListName)
Returns the team distribution list based on the parameters passed in. |
Vector |
TeamService.getTeamTemplates(WTContainerRef containerRef)
Answer a vector of teamTemplate references for all team templates including the disabled ones Supported API: true |
TeamManaged |
TeamService.setTeamTemplate(WTContainerRef containerRef,
TeamManaged object,
String teamTemplateName,
String domain)
Set the teamTemplate of the TeamManaged object Supported API: true |
TeamTemplate |
TeamService.getEnabledTeamTemplate(WTContainerRef containerRef,
String teamTemplateIdentity)
Given the name or the identity of a TeamTemplate, find the enabled TeamTemplate object. |
TeamManaged |
TeamServerHelper.setTeam(TeamManaged object,
TeamReference teamRef)
Sets the team on the object. |
static TeamManaged |
TeamHelper.setTeam(TeamManaged object,
Team team)
Set the team of the TeamManaged object. |
static TeamManaged |
TeamHelper.setTeam(TeamManaged object,
TeamReference teamRef)
Set the team of the TeamManaged object. |
static TeamManaged |
TeamHelper.setTeamTemplate(TeamManaged object,
TeamTemplate teamTemplate)
Set the team template of the TeamManaged object. |
static TeamManaged |
TeamHelper.setTeamTemplate(TeamManaged object,
TeamTemplateReference teamTemplateRef)
Set the team template of the TeamManaged object. |
TeamManaged |
StandardTeamService.doReteam(TeamManaged object,
TeamTemplateReference teamTempRef)
Associate the object with a new team Supported API: false |
TeamManaged |
StandardTeamService.validateReteam(TeamManaged object,
TeamTemplateReference teamTempRef)
Perform pre-team validations Supported API: false |
Vector |
StandardTeamService.findCandidateTeamTemplates()
Answer a vector of teamTemplate references that the team managed object can be assigned to Supported API: false |
Vector |
StandardTeamService.findCandidateTeamTemplates(AdminDomainRef domainRef)
Answer a vector of teamTemplate references that the team managed object can be assigned to. |
TeamTemplate |
StandardTeamService.getTeamTemplate(TeamManaged object)
Given a TeamManaged object, answer the assigned TeamTemplate Supported API: false |
TeamManaged |
StandardTeamService.reteam(TeamManaged object,
TeamTemplateReference teamTemplateRef)
Associate a team managed object with a new team. |
TeamTemplate |
StandardTeamService.getTeamTemplate(String teamTemplateIdentity)
Given the name or the identity of a TeamTemplate, find the TeamTemplate object. |
Vector |
StandardTeamService.whereUsed(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. |
Vector |
StandardTeamService.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. |
void |
StandardTeamService.addLCRoles(PhaseTemplate phaseTemplate,
LifeCycleManaged object)
Deprecated. |
TeamTemplate |
StandardTeamService.getTeamTemplate(AdministrativeDomain adminDomain,
String teamTemplateName)
Returns the team template by the specified name in the administrative domain. |
Team |
StandardTeamService.getTeam(AdministrativeDomain adminDomain,
String teamName)
Deprecated. @R.70. |
Vector |
StandardTeamService.getTeams()
Deprecated. @R.70. |
TeamDistributionList |
StandardTeamService.getTeamDistributionList(String teamDistributionListIdentity)
Given the name or the identity of a Team Distribution List identity, find the Team Distribution List object. |
Vector |
StandardTeamService.findCandidateTeamDistributionLists()
Answer a vector of teamDistributionList references that are enabled Supported API: false |
Vector |
StandardTeamService.findCandidateTeamDistributionLists(AdminDomainRef domainRef)
Answer a vector of teamDistributionList references that are enabled. |
TeamDistributionList |
StandardTeamService.getTeamDistributionList(AdministrativeDomain adminDomain,
String teamDistributionListName)
Finds a team distribution list specified by the input parameters. |
Team |
StandardTeamService.getTeam(TeamManaged object)
Given a TeamManaged object, answer the assigned Team Supported API: false |
TeamManaged |
StandardTeamService.setTeamTemplate(TeamManaged object,
String teamTemplateName,
String domain)
Set the teamTemplate of the TeamManaged object Supported API: false |
TeamManaged |
StandardTeamService.setTeam(TeamManaged object,
String teamName,
String domain)
Set the team of the TeamManaged object Supported API: false |
Vector |
StandardTeamService.getTeamTemplates()
Answer a vector of teamTemplate references for all team templates including the disabled ones Supported API: false |
Vector |
StandardTeamService.findCandidateTeamTemplates(WTContainerRef containerRef)
Answer a vector of teamTemplate references that the team managed object can be assigned to Supported API: false |
Vector |
StandardTeamService.findCandidateTeamTemplates(WTContainerRef containerRef,
AdminDomainRef domainRef)
Answer a vector of teamTemplate references that the team managed object can be assigned to Supported API: false |
TeamTemplate |
StandardTeamService.getTeamTemplate(WTContainerRef containerRef,
String teamTemplateIdentity)
Given the name or the identity of a TeamTemplate, find the TeamTemplate object. |
TeamTemplate |
StandardTeamService.getTeamTemplate(WTContainerRef containerRef,
AdministrativeDomain adminDomain,
String teamTemplateName)
Finds a team template as specified by the input parameters. |
TeamDistributionList |
StandardTeamService.getTeamDistributionList(WTContainerRef containerRef,
String teamDistributionListIdentity)
Given the name or the identity of a Team Distribution List identity, find the Team Distribution List object. |
Vector |
StandardTeamService.findCandidateTeamDistributionLists(WTContainerRef containerRef)
Answer a vector of teamDistributionList references that are enabled Supported API: false |
Vector |
StandardTeamService.findCandidateTeamDistributionLists(WTContainerRef containerRef,
AdminDomainRef domainRef)
Answer a vector of teamDistributionList references that are enabled. |
TeamDistributionList |
StandardTeamService.getTeamDistributionList(WTContainerRef containerRef,
AdministrativeDomain adminDomain,
String teamDistributionListName)
Returns the team distribution list based on the parameters passed in. |
Vector |
StandardTeamService.getTeamTemplates(WTContainerRef containerRef)
Answer a vector of teamTemplate references for all team templates including the disabled ones Supported API: false |
TeamManaged |
StandardTeamService.setTeamTemplate(WTContainerRef containerRef,
TeamManaged object,
String teamTemplateName,
String domain)
Set the teamTemplate of the TeamManaged object Supported API: false |
TeamTemplate |
StandardTeamService.getEnabledTeamTemplate(WTContainerRef containerRef,
String teamTemplateIdentity)
Given the name or the identity of a TeamTemplate, find the enabled TeamTemplate object. |
private Vector |
StandardTeamService.findEnabledTeamsByDomain(AdministrativeDomain aDomain)
find methods * |
private Vector |
StandardTeamService.findEnabledTeamDistributionListsByDomain(WTContainerRef containerRef,
AdministrativeDomain aDomain)
|
private Vector |
StandardTeamService.findEnabledTeamTemplatesByDomain(WTContainerRef containerRef,
AdministrativeDomain aDomain)
|
private Vector |
StandardTeamService.findTeamsByDomain(AdministrativeDomain aDomain)
|
private String |
StandardTeamService.getStringOfTeamTemplateIdentities(QueryResult qr)
|
private String |
StandardTeamService.getStringOfTeamIdentities(QueryResult qr)
|
private String |
StandardTeamService.getStringOfTeamDistributionListIdentities(QueryResult qr)
|
void |
StandardTeamService.deleteNonSharedTeams(WTCollection collection)
|
Constructors in wt.team that throw TeamException | |
TeamServiceEvent(TeamService service,
String eventType,
TeamManaged eventTarget)
Constructs a Team services event from the specified service and its event type and target. |
|
TeamServiceEvent(TeamService service,
String eventType,
TeamManaged eventTarget)
Constructs a Team services event from the specified service and its event type and target. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |