Element
|
Package
|
Type
|
Description
|
---|---|---|---|
ParticipantConfiguration
|
com.ptc.windchill.enterprise.wizardParticipant.configuration
|
Interface
|
The interface for the delegates which control the display of the wizard participant selection table with different configurations.
|
DefaultParticipantConfiguration
|
com.ptc.windchill.enterprise.wizardParticipant.configuration
|
Class
|
The default delegate for displaying the wizard participant selection table with different configurations.
|
PromotionParticipantConfiguration
|
com.ptc.windchill.enterprise.maturity.configuration
|
Class
|
The configuration delegate for displaying the promotion wizard participant selection table.
|
typedservice.properties.xconf
|
xconf
|
Participant configuration delegates are registered in the typed service properties.
|
|
ParticipantsFormDelegate
|
com.ptc.windchill.enterprise.wizardParticipant.forms
|
Class
|
Form delegate for processing the selection of workflow team participants.
|
PromotionParticipantsFormDelegate
|
com.ptc.windchill.enterprise.maturity.forms.delegates
|
Class
|
Stores the selection process and the selection of workflow participants for the selected processes.
|
API
|
Description
|
Default Behavior (Change Task)
|
Overridden Behavior for Promotion Request
|
---|---|---|---|
getWorkFlowTemplate
|
The work flow process template which is used to define the displayed work flow roles for selection and the resource pools used to display the list of participants.
|
Looks up the life cycle template work flow process template from the selected object type in the wizard.
|
|
getWorkflowResourcePools
|
The resource pools used to display the list of participants available for selection. The map will contain the work flow role as the key and value as a set of Context Team, Team Template, Team or Group.
|
The resource pools used to display the list of participants available for selection. Uses the work flow process template returned from getWorkFlowTemplate(FormDataHolder) and the context team from the container found in the form data.
|
|
getFixedRoleSelection
|
The mapping of initially selected participant roles to work flow process roles to be selected. These roles can be unselected by the user.
|
No roles are marked as fixed.
|
If the role is mapped to another role via promotion "Fixed Roles For Promote" preference, then we get the initially selected participants from the mapped role. Otherwise the initially selected participants is derived from the given role.
|
getInitialRoleSelections
|
The mapping of fixed initially selected participant roles to work flow process roles to be selected. These roles cannot be unselected by the user.
|
Uses the roles on the object team template defined in the object initialization rules.
|
No initial selections.
|
isSelectUsersInGroups
|
When true users can be selected within groups.
|
Enable selecting users within groups.
|
If the "Group Members Display" promotion preference is set to Yes the users can be selected within groups.
|
excludedWorkflowRoles
|
Used to filter work flow roles.
|
No roles excluded.
|
Excludes the OWNER role.
|
excludedWorkflowRolesForDisplay
|
Used to filter workflow role columns from displaying in the participant table. Any system selected participants for the hidden roles would still be saved.
|
No roles excluded.
|
The default is that no roles are excluded. When the workflow template variable "hideFixedRoles" is set to true all fixed roles are hidden. The workflow template variable "overrideFixedRoleDisplay" is used as an override to filter out hiding the fixed roles when "hideFixedRoles" is set to true. To override more than one role use the "|" to separate the roles.
|