|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Team | |
com.ptc.netmarkets.work | |
com.ptc.windchill.esi.svc | |
wt.clients.workflow.tasks | |
wt.lifecycle | |
wt.projmgmt.admin | |
wt.rule.impl | |
wt.team | |
wt.workflow.work |
Provides workflow classes responsible for managing the work
assigned to individual users. |
Uses of Team in com.ptc.netmarkets.work |
Fields in com.ptc.netmarkets.work declared as Team | |
private Team |
NmWorkItem.team
|
private Team |
NmWfPrincipalVariableBean.team
|
private Team |
NmActivityVariablesBean.team
|
Methods in com.ptc.netmarkets.work that return Team | |
Team |
NmWorkItem.getTeam()
Gets the value of the attribute: team; The project team (Windchill Project object) defing the roles and members. |
Team |
NmWfPrincipalVariableBean.getTeam()
Gets the value of the attribute: team. |
Team |
NmActivityVariablesBean.getTeam()
Gets the value of the attribute: team. |
Methods in com.ptc.netmarkets.work with parameters of type Team | |
void |
NmWorkItem.setTeam(Team a_Team)
Sets the value of the attribute: team; The project team (Windchill Project object) defing the roles and members. |
void |
NmWfPrincipalVariableBean.setTeam(Team a_Team)
Sets the value of the attribute: team. |
void |
NmActivityVariablesBean.setTeam(Team a_Team)
Sets the value of the attribute: team. |
Uses of Team in com.ptc.windchill.esi.svc |
Methods in com.ptc.windchill.esi.svc that return Team | |
private Team |
StandardESIService.deleteAllRolePrincipalMaps(Role role,
Team toTeam)
Delete all role-principal-maps from a team for a given role |
Methods in com.ptc.windchill.esi.svc with parameters of type Team | |
private void |
StandardESIService.overrideRole(Role role,
Team fromTeam,
Team toTeam)
Copy role-principal-maps from a team to another for a given role |
private Team |
StandardESIService.deleteAllRolePrincipalMaps(Role role,
Team toTeam)
Delete all role-principal-maps from a team for a given role |
private void |
StandardESIService.addRolePrincipalMaps(Role role,
Team fromTeam,
Team toTeam)
For a given role , add all role-principal-maps from one team to another |
private boolean |
StandardESIService.hasRolePrincipalMaps(Role role,
Team team)
|
Uses of Team in wt.clients.workflow.tasks |
Fields in wt.clients.workflow.tasks declared as Team | |
(package private) Team |
AugmentWfProcessRoles.team
|
Methods in wt.clients.workflow.tasks that return Team | |
(package private) static Team |
AugmentWfProcessHelper.getTeam(String oid)
getTeam returns the Team
represented by the oid. |
(package private) static Team |
AugmentWfProcessHelper.saveTeam(Team team)
saveTeam persists the Team |
Methods in wt.clients.workflow.tasks with parameters of type Team | |
private JITProjectPanel |
UpdateTeamVariables.createTeamSelector(Team team,
int y)
createTeam creates an JITProjectPanel in the variablesPanel
to select Teams. |
(package private) static Enumeration |
AugmentWfProcessHelper.getRoles(Team team,
TeamManaged parentObject)
getRoles returns an enumeration
of roles that the user can update |
(package private) static Team |
AugmentWfProcessHelper.saveTeam(Team team)
saveTeam persists the Team |
Uses of Team in wt.lifecycle |
Methods in wt.lifecycle with parameters of type Team | |
void |
StandardLifeCycleService.augmentRoles(Team team)
Given a team, rebuild all the ad hoc acls for objects associated with the team. |
private Enumeration |
StandardLifeCycleService.findTeamsObjects(Team team)
This method finds all the Life Cycle Managed objects associated with the team so that the acls can get rebuilt for shared objects. |
void |
LifeCycleServiceFwd.augmentRoles(Team team)
Given a team, rebuild all the ad hoc acls for objects associated with the team. |
void |
LifeCycleService.augmentRoles(Team team)
Given a team, rebuild all the ad hoc acls for objects associated with the team. |
void |
StandardLifeCycleService.augmentRoles(Team team)
Given a team, rebuild all the ad hoc acls for objects associated with the team. |
private Enumeration |
StandardLifeCycleService.findTeamsObjects(Team team)
This method finds all the Life Cycle Managed objects associated with the team so that the acls can get rebuilt for shared objects. |
void |
LifeCycleServiceFwd.augmentRoles(Team team)
Given a team, rebuild all the ad hoc acls for objects associated with the team. |
void |
LifeCycleService.augmentRoles(Team team)
Given a team, rebuild all the ad hoc acls for objects associated with the team. |
Uses of Team in wt.projmgmt.admin |
Methods in wt.projmgmt.admin that return Team | |
private static Team |
FixPJLDefaultTeam.getTeam(Project2 project)
|
Methods in wt.projmgmt.admin with parameters of type Team | |
private static void |
FixPJLDefaultTeam.updateTeamMembership(Team team)
|
private static void |
FixPJLDefaultTeam.fixLifeCycleAdHocAcls(Team team)
|
static void |
FixPJLDefaultTeam.augmentRoles(Team team)
|
Uses of Team in wt.rule.impl |
Methods in wt.rule.impl with parameters of type Team | |
static String |
RuleApplierHelper.getDescription(Team team)
Deprecated. |
static String |
RuleApplierHelper.getName(Team team)
Deprecated. |
static String |
RuleApplierHelper.getValue(Team team,
String key)
Deprecated. |
Uses of Team in wt.team |
Subclasses of Team in wt.team | |
class |
TeamDistributionList
Use the newTeamDistributionList static factory method(s),
not the TeamDistributionList constructor, to construct instances
of this class. |
Methods in wt.team that return Team | |
Team |
TeamTemplateLink.getTeam()
Gets the object for the association that plays role: TEAM_ROLE. |
Team |
TeamServiceFwd.copyTeam(Team team,
String copyName,
AdminDomainRef domain,
boolean persist)
Produces a copy of the Team object with the name passed as argument. |
Team |
TeamServiceFwd.getTeam(AdministrativeDomain adminDomain,
String teamName)
Deprecated. @R.70. |
Team |
TeamServiceFwd.getTeam(TeamManaged object)
Given a TeamManaged object, answer the assigned Team Supported API: false |
Team |
TeamServiceFwd.getTeam(String name)
This API finds a team by the specified name. |
Team |
TeamService.copyTeam(Team team,
String copyName,
AdminDomainRef domain,
boolean persist)
Produces a copy of the Team object with the name passed as argument. |
Team |
TeamService.getTeam(AdministrativeDomain adminDomain,
String teamName)
Deprecated. @R.70. |
Team |
TeamService.getTeam(TeamManaged object)
Given a TeamManaged object, answer the assigned Team Supported API: true |
Team |
TeamService.getTeam(String name)
This API finds a team by the specified name. |
Team |
Team.setTeamLocation(String folder)
set the location of the Team Supported API: false |
static Team |
Team.newTeam()
Default factory for the class. |
Team |
StandardTeamService.copyTeam(Team team,
String copyName,
AdminDomainRef domain,
boolean persist)
Produces a copy of the Team object with the name passed as argument. |
Team |
StandardTeamService.getTeam(AdministrativeDomain adminDomain,
String teamName)
Deprecated. @R.70. |
Team |
StandardTeamService.getTeam(TeamManaged object)
Given a TeamManaged object, answer the assigned Team Supported API: false |
Team |
StandardTeamService.getTeam(String name)
This API finds a team by the specified name. |
private Team |
StandardTeamService.createTeam(WTRoleHolder2 roleHolder,
String teamName,
Persistable object,
boolean persist)
|
Team |
TeamTemplateLink.getTeam()
Gets the object for the association that plays role: TEAM_ROLE. |
Team |
TeamServiceFwd.copyTeam(Team team,
String copyName,
AdminDomainRef domain,
boolean persist)
Produces a copy of the Team object with the name passed as argument. |
Team |
TeamServiceFwd.getTeam(AdministrativeDomain adminDomain,
String teamName)
Deprecated. @R.70. |
Team |
TeamServiceFwd.getTeam(TeamManaged object)
Given a TeamManaged object, answer the assigned Team Supported API: false |
Team |
TeamServiceFwd.getTeam(String name)
This API finds a team by the specified name. |
Team |
TeamService.copyTeam(Team team,
String copyName,
AdminDomainRef domain,
boolean persist)
Produces a copy of the Team object with the name passed as argument. |
Team |
TeamService.getTeam(AdministrativeDomain adminDomain,
String teamName)
Deprecated. @R.70. |
Team |
TeamService.getTeam(TeamManaged object)
Given a TeamManaged object, answer the assigned Team Supported API: true |
Team |
TeamService.getTeam(String name)
This API finds a team by the specified name. |
Team |
Team.setTeamLocation(String folder)
set the location of the Team Supported API: false |
static Team |
Team.newTeam()
Default factory for the class. |
Team |
StandardTeamService.copyTeam(Team team,
String copyName,
AdminDomainRef domain,
boolean persist)
Produces a copy of the Team object with the name passed as argument. |
Team |
StandardTeamService.getTeam(AdministrativeDomain adminDomain,
String teamName)
Deprecated. @R.70. |
Team |
StandardTeamService.getTeam(TeamManaged object)
Given a TeamManaged object, answer the assigned Team Supported API: false |
Team |
StandardTeamService.getTeam(String name)
This API finds a team by the specified name. |
private Team |
StandardTeamService.createTeam(WTRoleHolder2 roleHolder,
String teamName,
Persistable object,
boolean persist)
|
Methods in wt.team with parameters of type Team | |
void |
TeamTemplateLink.setTeam(Team team)
Sets the object for the association that plays role: TEAM_ROLE. |
static TeamTemplateLink |
TeamTemplateLink.newTeamTemplateLink(Team team,
TeamTemplate template)
Default factory for the class. |
Team |
TeamServiceFwd.copyTeam(Team team,
String copyName,
AdminDomainRef domain,
boolean persist)
Produces a copy of the Team object with the name passed as argument. |
Team |
TeamService.copyTeam(Team team,
String copyName,
AdminDomainRef domain,
boolean persist)
Produces a copy of the Team object with the name passed as argument. |
void |
TeamReferenceSearch.setValue(Team team)
Set the search value to be for this Team Supported API: false |
static TeamReference |
TeamReference.newTeamReference(Team team)
Transform an Team instance into a TeamReference Supported API: false |
protected void |
TeamReference.initialize(Team team)
Supports initialization, following construction of an instance. |
static TeamManaged |
TeamHelper.setTeam(TeamManaged object,
Team team)
Set the team of the TeamManaged object. |
protected boolean |
Team.readVersion(Team thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
Team |
StandardTeamService.copyTeam(Team team,
String copyName,
AdminDomainRef domain,
boolean persist)
Produces a copy of the Team object with the name passed as argument. |
private TeamManaged |
StandardTeamService.setTeam(TeamManaged object,
Team aTeam)
|
private static void |
StandardTeamService.deleteRolePrincipalMaps(Team team)
|
private Map |
StandardTeamService.resolveAllTeamMembers(WTRoleHolder2 roleHolder,
Team team,
Persistable object,
PhaseTemplate phaseTemplate)
|
void |
TeamTemplateLink.setTeam(Team team)
Sets the object for the association that plays role: TEAM_ROLE. |
static TeamTemplateLink |
TeamTemplateLink.newTeamTemplateLink(Team team,
TeamTemplate template)
Default factory for the class. |
Team |
TeamServiceFwd.copyTeam(Team team,
String copyName,
AdminDomainRef domain,
boolean persist)
Produces a copy of the Team object with the name passed as argument. |
Team |
TeamService.copyTeam(Team team,
String copyName,
AdminDomainRef domain,
boolean persist)
Produces a copy of the Team object with the name passed as argument. |
void |
TeamReferenceSearch.setValue(Team team)
Set the search value to be for this Team Supported API: false |
static TeamReference |
TeamReference.newTeamReference(Team team)
Transform an Team instance into a TeamReference Supported API: false |
protected void |
TeamReference.initialize(Team team)
Supports initialization, following construction of an instance. |
static TeamManaged |
TeamHelper.setTeam(TeamManaged object,
Team team)
Set the team of the TeamManaged object. |
protected boolean |
Team.readVersion(Team thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
Team |
StandardTeamService.copyTeam(Team team,
String copyName,
AdminDomainRef domain,
boolean persist)
Produces a copy of the Team object with the name passed as argument. |
private TeamManaged |
StandardTeamService.setTeam(TeamManaged object,
Team aTeam)
|
private static void |
StandardTeamService.deleteRolePrincipalMaps(Team team)
|
private Map |
StandardTeamService.resolveAllTeamMembers(WTRoleHolder2 roleHolder,
Team team,
Persistable object,
PhaseTemplate phaseTemplate)
|
Uses of Team in wt.workflow.work |
Methods in wt.workflow.work that return Team | |
private Team |
WfAssignment.getLocalTeam(WfAssignedActivityTemplate aat)
|
private Team |
WfAssignedActivity.getLocalTeam(WfAssignedActivityTemplate aat)
|
Methods in wt.workflow.work with parameters of type Team | |
private Vector |
WfAssignment.resolveFromVariable(String var_name,
WfAssignedActivityTemplate template,
WfProcess myParent,
Team localTeam,
Vector pv)
|
private Vector |
WfAssignment.resolveFromTemplate(WfAssignedActivityTemplate t,
WfProcess myParent,
Team localTeam,
Vector principals)
|
private Enumeration |
WfAssignment.resolveRole(WfAssignedActivityTemplate t,
WfProcess myParent,
Team localTeam,
Role aRole)
|
private Vector |
WfAssignedActivity.resolveFromVariable(String var_name,
WfAssignedActivityTemplate template,
WfProcess myParent,
Team localTeam,
Vector pv)
|
private Enumeration |
WfAssignedActivity.resolveRole(WfAssignedActivityTemplate t,
WfProcess myParent,
Team localTeam,
Role aRole)
|
private void |
StandardWorkflowService.addTeamPrincipals(Team team,
Vector recipients)
Add principals to recipients that are resolved from team. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |