|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TeamManaged | |
com.ptc.netmarkets.workflow | |
com.ptc.windchill.cadx.common.util | |
com.ptc.windchill.uwgm.proesrv.rrc | |
com.ptc.wvs.server.loader | |
wt.access |
The access control service is responsible for defining and
enforcing access to business and system objects. |
wt.annotation | |
wt.change2 | Defines several reference implementations of change objects
(including WTChangeRequest2 , WTChangeIssue and WTChangeOrder2 )
that are all managed by ChangeService2 ,
but the service interface is defined at a higher level of interfaces to change objects to allow replacing the reference implementations
with customization of the interfaces. |
wt.clients.workflow.tasks | |
wt.doc | |
wt.effectivity | Provides an out-of-the-box reference implementation of the generic base effectivity functionality defined in wt.eff
to assert that a PDM object is effective under certain conditions,
but this package's EffectivityService is not normally used
(instead use wt.eff 's EffService , EffConfigSpecAssistant and EffGroupAssistant ). |
wt.enterprise | Provides the abstract building blocks of functionality from which most businesses classes are extended; also defines support for template processors, delegates and factories that are useful for UI development for these business classes. |
wt.epm | |
wt.federation | The federation service (wt.federation package) provides functionality to create and manage proxy objects of remote systems and perform utility functions supporting the federation system. |
wt.lifecycle | |
wt.maturity | |
wt.meeting.actionitem | |
wt.part | Defines WTPart s and WTPartMaster s (
the fundamental enterprise objects used to represent product structures composed of assemblies and components),
WTPartUsageLink and WTPartConfigSpec (used to build the structures of parts and select the correct versions of parts from the structures) and the WTPartService to manage these parts. |
wt.projmgmt.execution | |
wt.replication.sender | |
wt.replication.unit | |
wt.rule.util | |
wt.team | |
wt.vc.baseline | |
wt.workflow.engine |
Provides workflow classes responsible for the flow of
control and data from an execution point of view. |
Uses of TeamManaged in com.ptc.netmarkets.workflow |
Methods in com.ptc.netmarkets.workflow with parameters of type TeamManaged | |
void |
StandardNmWorkflowService.deleteOldTeam(TeamManaged busObj)
Supported API: false |
void |
NmWorkflowServiceFwd.deleteOldTeam(TeamManaged busObj)
Supported API: false |
void |
NmWorkflowService.deleteOldTeam(TeamManaged busObj)
Supported API: false |
Uses of TeamManaged in com.ptc.windchill.cadx.common.util |
Methods in com.ptc.windchill.cadx.common.util with parameters of type TeamManaged | |
static String |
RuleUtilities.getTeam(TeamManaged tm)
For the specified TeamManaged object, return back it's team template identity. |
Uses of TeamManaged in com.ptc.windchill.uwgm.proesrv.rrc |
Methods in com.ptc.windchill.uwgm.proesrv.rrc with parameters of type TeamManaged | |
private void |
RequestResultProcessor.processTeamManaged(com.ptc.windchill.uwgm.soap.impl.uwgmdb.TeamManaged_i tm_i,
TeamManaged wtObj,
com.ptc.windchill.uwgm.soap.uwgm.UwgmRequest.RequestedAttributes ra)
|
Uses of TeamManaged in com.ptc.wvs.server.loader |
Methods in com.ptc.wvs.server.loader that return TeamManaged | |
static TeamManaged |
EDRHelper.setProject(TeamManaged object,
String project)
|
Methods in com.ptc.wvs.server.loader with parameters of type TeamManaged | |
static TeamManaged |
EDRHelper.setProject(TeamManaged object,
String project)
|
Uses of TeamManaged in wt.access |
Classes in wt.access that implement TeamManaged | |
class |
AccessControlSurrogate
The AccessControlSurrogate is a stand-in for query items when access control is applied. |
Uses of TeamManaged in wt.annotation |
Classes in wt.annotation that implement TeamManaged | |
class |
AnnotationSet
Use the newAnnotationSet static factory method(s), not the
AnnotationSet constructor, to construct instances of this
class. |
class |
StructuredAnnotationSet
Use the newStructuredAnnotationSet static factory method(s),
not the StructuredAnnotationSet constructor, to construct
instances of this class. |
Uses of TeamManaged in wt.change2 |
Classes in wt.change2 that implement TeamManaged | |
class |
AnalysisActivity
The abstract level representation of a analysis activity. |
class |
ChangeActivity2
The abstract level representation of a change activity. |
class |
ChangeAnalysis
The abstract level representation of a change analysis. |
class |
ChangeInvestigation
The abstract level representation of a change investigation. |
class |
ChangeIssue
The abstract level representation of a change issue. |
class |
ChangeOrder2
The abstract level representation of a change order. |
class |
ChangeProposal
The abstract level representation of a change proposal. |
class |
ChangeRequest2
The abstract level representation of a change request. |
class |
WTAnalysisActivity
A Windchill provided reference implementation of an AnalysisActivity. |
class |
WTChangeActivity2
A Windchill provided reference implementation of a ChangeActivity2. |
class |
WTChangeInvestigation
A Windchill provided reference implementation of a ChangeInvestigation. |
class |
WTChangeIssue
A Windchill provided reference implementation of a ChangeIssue. |
class |
WTChangeOrder2
A Windchill provided reference implementation of a ChangeOrder2. |
class |
WTChangeProposal
A Windchill provided reference implementation of a ChangeProposal. |
class |
WTChangeRequest2
A Windchill provided reference implementation of a ChangeRequest2. |
Uses of TeamManaged in wt.clients.workflow.tasks |
Fields in wt.clients.workflow.tasks declared as TeamManaged | |
(package private) TeamManaged |
AugmentWfProcessRoles.parentObject
|
Methods in wt.clients.workflow.tasks that return TeamManaged | |
(package private) static TeamManaged |
AugmentWfProcessHelper.setParentObject(String oid)
setParentObject If the oid specifies a TeamManaged object, this returns
that specified object, otherwise it returns null. |
Methods in wt.clients.workflow.tasks with parameters of type TeamManaged | |
(package private) static Enumeration |
AugmentWfProcessHelper.getRoles(Team team,
TeamManaged parentObject)
getRoles returns an enumeration
of roles that the user can update |
Uses of TeamManaged in wt.doc |
Classes in wt.doc that implement TeamManaged | |
class |
WTDocument
The reference implementation of a DocumentVersion. |
Methods in wt.doc with parameters of type TeamManaged | |
private static void |
LoadDoc.setTeamTemplate(WTContainerRef containerRef,
TeamManaged the_team_managed,
String teamTemplate,
String domain)
|
Uses of TeamManaged in wt.effectivity |
Classes in wt.effectivity that implement TeamManaged | |
class |
ConfigurationItem
This is a product that is planned for manufacture with various EffectivityManageable s having Effectivity s under which specific
versions are used to manufacture the product. |
Uses of TeamManaged in wt.enterprise |
Classes in wt.enterprise that implement TeamManaged | |
class |
CabinetManaged
This wt.lifecycle.LifeCycleManged first class information object
is a CabinetMember for access control and local search
purposes (but it won't show up in a folder or cabinet) and it is DomainAdministered ; it is similar to Managed except
that it is a CabinetMember rather than Foldered . |
class |
Managed
This wt.lifecycle.LifeCycleManged first class information object
is Foldered for organizational purposes and DomainAdministered ; it is a non-revisable object that the system
manages and controls via business rules, notifications, access control,
indexing, etc. |
class |
RevisionControlled
This wt.lifecycle.LifeCycleManged first class information object
is an IteratedFoldered which allows special foldering
to take into account its Versioned nature (and it is controlled
via a checkin/checkoutmechanism), and it is DomainAdministered ;
it is similar to Managed except that it is a IteratedFoldered
rather than Foldered . |
Uses of TeamManaged in wt.epm |
Classes in wt.epm that implement TeamManaged | |
class |
EPMDocument
Use the newEPMDocument static factory method(s), not the
EPMDocument constructor, to construct instances of this
class. |
Uses of TeamManaged in wt.federation |
Classes in wt.federation that implement TeamManaged | |
class |
ProxyDocument
Use the newProxyDocument static factory method(s), not the
ProxyDocument constructor, to construct instances of this
class. |
Uses of TeamManaged in wt.lifecycle |
Subinterfaces of TeamManaged in wt.lifecycle | |
interface |
IteratedLifeCycleManaged
Information that is Iterated and is LifeCycleManaged is
handled differently than other LlifeCycleManaged information. |
interface |
LifeCycleManaged
LifeCycleManged interface objects will enter a LifeCycle process upon creation. |
Uses of TeamManaged in wt.maturity |
Subinterfaces of TeamManaged in wt.maturity | |
interface |
Promotable
Promoteable objects are able to be PromotionTargets and PromotionSeeds in a PromotionNotice. |
Classes in wt.maturity that implement TeamManaged | |
class |
PromotionNotice
The implementation of PromotionNotices. |
Uses of TeamManaged in wt.meeting.actionitem |
Classes in wt.meeting.actionitem that implement TeamManaged | |
class |
DiscreteActionItem
Use the newDiscreteActionItem static factory method(s),
not the DiscreteActionItem constructor, to construct instances
of this class. |
Uses of TeamManaged in wt.part |
Classes in wt.part that implement TeamManaged | |
class |
WTPart
This reference implementation of a PartVersion represents
a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents
the unchanging aspects of this part. |
class |
WTProduct
Use the newWTProduct static factory method(s), not the WTProduct
constructor, to construct instances of this class. |
class |
WTProductConfiguration
Use the newWTProductConfiguration static factory method(s),
not the WTProductConfiguration constructor, to construct
instances of this class. |
class |
WTProductInstance2
Use the newWTProductInstance2 static factory method(s),
not the WTProductInstance2 constructor, to construct instances
of this class. |
class |
WTSerialNumberedPart
Use the newWTSerialNumberedPart static factory method(s),
not the WTSerialNumberedPart constructor, to construct instances
of this class. |
Methods in wt.part with parameters of type TeamManaged | |
private static void |
LoadPart.setTeamTemplate(WTContainerRef containerRef,
TeamManaged the_team_managed,
String teamTemplate,
String domain)
|
Uses of TeamManaged in wt.projmgmt.execution |
Classes in wt.projmgmt.execution that implement TeamManaged | |
class |
ProjectPlan
The ProjectPlan class represents a container for activities,
resources, deliverables and their relationships that are involved in
the execution of a project. |
Uses of TeamManaged in wt.replication.sender |
Classes in wt.replication.sender that implement TeamManaged | |
class |
UnitSendRecord
Use the newUnitSendRecord static factory method(s), not
the UnitSendRecord constructor, to construct instances of
this class. |
Uses of TeamManaged in wt.replication.unit |
Classes in wt.replication.unit that implement TeamManaged | |
class |
WTUnit
Deprecated. |
Uses of TeamManaged in wt.rule.util |
Methods in wt.rule.util that return TeamManaged | |
static TeamManaged |
InitRuleHelper.setTeamTemplate(TeamManaged tm,
Map data,
WTContainerRef container)
Deprecated. |
Methods in wt.rule.util with parameters of type TeamManaged | |
static TeamManaged |
InitRuleHelper.setTeamTemplate(TeamManaged tm,
Map data,
WTContainerRef container)
Deprecated. |
Uses of TeamManaged in wt.team |
Methods in wt.team that return TeamManaged | |
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 |
TeamManaged |
TeamServiceFwd.reteam(TeamManaged object,
TeamTemplateReference teamTemplateRef)
Associate a team managed object with a new team. |
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 |
TeamManaged |
TeamServiceFwd.setTeamTemplate(WTContainerRef containerRef,
TeamManaged object,
String teamTemplateName,
String domain)
Set the teamTemplate of the TeamManaged object Supported API: false |
TeamManaged |
TeamServiceEvent.getTarget()
Gets the target of the event. |
TeamManaged |
TeamService.reteam(TeamManaged object,
TeamTemplateReference teamTemplateRef)
Associate a team managed object with a new team. |
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 |
TeamManaged |
TeamService.setTeamTemplate(WTContainerRef containerRef,
TeamManaged object,
String teamTemplateName,
String domain)
Set the teamTemplate of the TeamManaged object Supported API: true |
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 |
TeamManaged |
StandardTeamService.reteam(TeamManaged object,
TeamTemplateReference teamTemplateRef)
Associate a team managed object with a new team. |
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 |
TeamManaged |
StandardTeamService.setTeamTemplate(WTContainerRef containerRef,
TeamManaged object,
String teamTemplateName,
String domain)
Set the teamTemplate of the TeamManaged object Supported API: false |
private TeamManaged |
StandardTeamService.setTeam(TeamManaged object,
TeamReference teamRef)
|
private TeamManaged |
StandardTeamService.setTeamTemplate(TeamManaged object,
TeamTemplate aTeamTemplate)
|
private TeamManaged |
StandardTeamService.setTeam(TeamManaged object,
Team aTeam)
|
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 |
TeamManaged |
TeamServiceFwd.reteam(TeamManaged object,
TeamTemplateReference teamTemplateRef)
Associate a team managed object with a new team. |
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 |
TeamManaged |
TeamServiceFwd.setTeamTemplate(WTContainerRef containerRef,
TeamManaged object,
String teamTemplateName,
String domain)
Set the teamTemplate of the TeamManaged object Supported API: false |
TeamManaged |
TeamServiceEvent.getTarget()
Gets the target of the event. |
TeamManaged |
TeamService.reteam(TeamManaged object,
TeamTemplateReference teamTemplateRef)
Associate a team managed object with a new team. |
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 |
TeamManaged |
TeamService.setTeamTemplate(WTContainerRef containerRef,
TeamManaged object,
String teamTemplateName,
String domain)
Set the teamTemplate of the TeamManaged object Supported API: true |
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 |
TeamManaged |
StandardTeamService.reteam(TeamManaged object,
TeamTemplateReference teamTemplateRef)
Associate a team managed object with a new team. |
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 |
TeamManaged |
StandardTeamService.setTeamTemplate(WTContainerRef containerRef,
TeamManaged object,
String teamTemplateName,
String domain)
Set the teamTemplate of the TeamManaged object Supported API: false |
private TeamManaged |
StandardTeamService.setTeam(TeamManaged object,
TeamReference teamRef)
|
private TeamManaged |
StandardTeamService.setTeamTemplate(TeamManaged object,
TeamTemplate aTeamTemplate)
|
private TeamManaged |
StandardTeamService.setTeam(TeamManaged object,
Team aTeam)
|
Methods in wt.team with parameters of type TeamManaged | |
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 |
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. |
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 |
TeamManaged |
TeamServiceFwd.setTeamTemplate(WTContainerRef containerRef,
TeamManaged object,
String teamTemplateName,
String domain)
Set the teamTemplate of the TeamManaged object Supported API: false |
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. |
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 |
TeamManaged |
TeamService.setTeamTemplate(WTContainerRef containerRef,
TeamManaged object,
String teamTemplateName,
String domain)
Set the teamTemplate of the TeamManaged object Supported API: true |
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. |
protected void |
StandardTeamService.dispatchVetoableEvent(String eventType,
TeamManaged object)
Dispatches a TeamServiceEvent that includes the event type and target (i.e., 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 |
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. |
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 |
TeamManaged |
StandardTeamService.setTeamTemplate(WTContainerRef containerRef,
TeamManaged object,
String teamTemplateName,
String domain)
Set the teamTemplate of the TeamManaged object Supported API: false |
protected void |
StandardTeamService.processLatestIterationChange(TeamManaged original,
TeamManaged replacement)
Maintain the cookie information upon checkin, etc |
private boolean |
StandardTeamService.isWorkingCopy(TeamManaged object)
Miscellaneous Methods * |
private boolean |
StandardTeamService.isCheckedOut(TeamManaged object)
|
private void |
StandardTeamService.validateIsLatestIteration(TeamManaged object,
String action)
|
private TeamManaged |
StandardTeamService.setTeam(TeamManaged object,
TeamReference teamRef)
|
private String |
StandardTeamService.getIdentity(TeamManaged p)
|
private TeamManaged |
StandardTeamService.setTeamTemplate(TeamManaged object,
TeamTemplate aTeamTemplate)
|
private TeamManaged |
StandardTeamService.setTeam(TeamManaged object,
Team aTeam)
|
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 |
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. |
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 |
TeamManaged |
TeamServiceFwd.setTeamTemplate(WTContainerRef containerRef,
TeamManaged object,
String teamTemplateName,
String domain)
Set the teamTemplate of the TeamManaged object Supported API: false |
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. |
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 |
TeamManaged |
TeamService.setTeamTemplate(WTContainerRef containerRef,
TeamManaged object,
String teamTemplateName,
String domain)
Set the teamTemplate of the TeamManaged object Supported API: true |
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. |
protected void |
StandardTeamService.dispatchVetoableEvent(String eventType,
TeamManaged object)
Dispatches a TeamServiceEvent that includes the event type and target (i.e., 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 |
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. |
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 |
TeamManaged |
StandardTeamService.setTeamTemplate(WTContainerRef containerRef,
TeamManaged object,
String teamTemplateName,
String domain)
Set the teamTemplate of the TeamManaged object Supported API: false |
protected void |
StandardTeamService.processLatestIterationChange(TeamManaged original,
TeamManaged replacement)
Maintain the cookie information upon checkin, etc |
private boolean |
StandardTeamService.isWorkingCopy(TeamManaged object)
Miscellaneous Methods * |
private boolean |
StandardTeamService.isCheckedOut(TeamManaged object)
|
private void |
StandardTeamService.validateIsLatestIteration(TeamManaged object,
String action)
|
private TeamManaged |
StandardTeamService.setTeam(TeamManaged object,
TeamReference teamRef)
|
private String |
StandardTeamService.getIdentity(TeamManaged p)
|
private TeamManaged |
StandardTeamService.setTeamTemplate(TeamManaged object,
TeamTemplate aTeamTemplate)
|
private TeamManaged |
StandardTeamService.setTeam(TeamManaged object,
Team aTeam)
|
Constructors in wt.team with parameters of type TeamManaged | |
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. |
Uses of TeamManaged in wt.vc.baseline |
Classes in wt.vc.baseline that implement TeamManaged | |
class |
ManagedBaseline
This class is an implementation of a Baseline. |
Uses of TeamManaged in wt.workflow.engine |
Classes in wt.workflow.engine that implement TeamManaged | |
class |
WfProcess
A WfProcess is the performer of a workflow. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |